lhn004 commited on
Commit
844efe1
·
verified ·
1 Parent(s): 2a828bd

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "_name_or_path": "bert-large-uncased",
 
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 1024,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
@@ -18,7 +17,6 @@
18
  "5": "LABEL_5"
19
  },
20
  "initializer_range": 0.02,
21
- "intermediate_size": 4096,
22
  "label2id": {
23
  "LABEL_0": 0,
24
  "LABEL_1": 1,
@@ -27,17 +25,17 @@
27
  "LABEL_4": 4,
28
  "LABEL_5": 5
29
  },
30
- "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 512,
32
- "model_type": "bert",
33
- "num_attention_heads": 16,
34
- "num_hidden_layers": 24,
35
  "pad_token_id": 0,
36
- "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
 
 
 
 
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.40.2",
40
- "type_vocab_size": 2,
41
- "use_cache": true,
42
  "vocab_size": 30522
43
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
 
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
 
17
  "5": "LABEL_5"
18
  },
19
  "initializer_range": 0.02,
 
20
  "label2id": {
21
  "LABEL_0": 0,
22
  "LABEL_1": 1,
 
25
  "LABEL_4": 4,
26
  "LABEL_5": 5
27
  },
 
28
  "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
  "pad_token_id": 0,
 
33
  "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.40.2",
 
 
40
  "vocab_size": 30522
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ff0251699eed5518c5b237c8494ddd075722faf8e9d3acdf833deb26aa89ba1
3
- size 1340639160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a6306be19e606beb2063c61cfd34ac2c5816ec482ba057e72ca8f34795d2acf
3
+ size 267844872
runs/Aug07_14-52-22_default/events.out.tfevents.1723042343.default.9480.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998fe622f43e3b6efa46bc7573b68916d524adc7188cf1c5f965908af4002328
3
+ size 5150
tokenizer_config.json CHANGED
@@ -50,6 +50,6 @@
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
 
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea4d714251acbbf15109e3591043828205f114151a7bcfeb0d680105e17611ad
3
  size 4539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536cfc1fb38089aec1a274d551b0a196efd6e73251cd7713800d03dce7514475
3
  size 4539