Rahmayezza commited on
Commit
42ab970
·
1 Parent(s): 3dfca10

Training complete

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "_name_or_path": "bert-base-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": 768,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
@@ -163,7 +162,6 @@
163
  "150": "LABEL_150"
164
  },
165
  "initializer_range": 0.02,
166
- "intermediate_size": 3072,
167
  "label2id": {
168
  "LABEL_0": 0,
169
  "LABEL_1": 1,
@@ -317,17 +315,17 @@
317
  "LABEL_98": 98,
318
  "LABEL_99": 99
319
  },
320
- "layer_norm_eps": 1e-12,
321
  "max_position_embeddings": 512,
322
- "model_type": "bert",
323
- "num_attention_heads": 12,
324
- "num_hidden_layers": 12,
325
  "pad_token_id": 0,
326
- "position_embedding_type": "absolute",
327
  "problem_type": "single_label_classification",
 
 
 
 
328
  "torch_dtype": "float32",
329
  "transformers_version": "4.28.1",
330
- "type_vocab_size": 2,
331
- "use_cache": true,
332
  "vocab_size": 30522
333
  }
 
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",
 
162
  "150": "LABEL_150"
163
  },
164
  "initializer_range": 0.02,
 
165
  "label2id": {
166
  "LABEL_0": 0,
167
  "LABEL_1": 1,
 
315
  "LABEL_98": 98,
316
  "LABEL_99": 99
317
  },
 
318
  "max_position_embeddings": 512,
319
+ "model_type": "distilbert",
320
+ "n_heads": 12,
321
+ "n_layers": 6,
322
  "pad_token_id": 0,
 
323
  "problem_type": "single_label_classification",
324
+ "qa_dropout": 0.1,
325
+ "seq_classif_dropout": 0.2,
326
+ "sinusoidal_pos_embds": false,
327
+ "tie_weights_": true,
328
  "torch_dtype": "float32",
329
  "transformers_version": "4.28.1",
 
 
330
  "vocab_size": 30522
331
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8faac35a80d42f2126af8d763a3e63bf95912864e6d0e40171e09b0e360715c4
3
- size 438466229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e93d762234b7d09de3e8133bb6de8318e3c65d9794e9e84285fbb76f7d5515
3
+ size 268313837
runs/Apr28_21-14-29_965ce11f7c8b/1682716471.4316955/events.out.tfevents.1682716471.965ce11f7c8b.193.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:214355f604d2edfd76e7aea3735a0b70b5a656f31aa2f0f3f0940fab8e50affd
3
+ size 5909
runs/Apr28_21-14-29_965ce11f7c8b/events.out.tfevents.1682716471.965ce11f7c8b.193.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cad2fa2506dfe3d3d43c98a2b4acc85184b74c9ce5bee08d8b3ca646e96db37
3
+ size 12267
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b54e64343c3192ae81623af0f3c3a340166938a04af3f9ea9c0b1c65d0665a77
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84dd2cf9ac1cdf4d85d23dfd4a5e7c45fa8e0cb1b2fc92db9191f851f59bdca2
3
  size 3643