TieIncred commited on
Commit
b104101
1 Parent(s): b3ce65b

Training completed!

Browse files
config.json CHANGED
@@ -1,13 +1,14 @@
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",
@@ -16,6 +17,7 @@
16
  "4": "LABEL_4"
17
  },
18
  "initializer_range": 0.02,
 
19
  "label2id": {
20
  "LABEL_0": 0,
21
  "LABEL_1": 1,
@@ -23,17 +25,17 @@
23
  "LABEL_3": 3,
24
  "LABEL_4": 4
25
  },
 
26
  "max_position_embeddings": 512,
27
- "model_type": "distilbert",
28
- "n_heads": 12,
29
- "n_layers": 6,
30
  "pad_token_id": 0,
 
31
  "problem_type": "single_label_classification",
32
- "qa_dropout": 0.1,
33
- "seq_classif_dropout": 0.2,
34
- "sinusoidal_pos_embds": false,
35
- "tie_weights_": true,
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.16.2",
 
 
38
  "vocab_size": 30522
39
  }
 
1
  {
2
+ "_name_or_path": "google-bert/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",
 
17
  "4": "LABEL_4"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
  "label2id": {
22
  "LABEL_0": 0,
23
  "LABEL_1": 1,
 
25
  "LABEL_3": 3,
26
  "LABEL_4": 4
27
  },
28
+ "layer_norm_eps": 1e-12,
29
  "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
  "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
  "problem_type": "single_label_classification",
 
 
 
 
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.16.2",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
  "vocab_size": 30522
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef42e1e21c1cd6ca26078ee194e1cd5ec17853fe366c2e18073261d1ec7d7849
3
- size 267870954
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c1fbfb7bfc34cbd315a86403796285773370993eec41e49eae205d5de5f3f5
3
+ size 438030706
runs/Mar27_03-26-51_tausif-MS-7E06/1711490215.6531734/events.out.tfevents.1711490215.tausif-MS-7E06.42233.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc48c9fb3d372be99208e6ed59a09fc46bb567939750aa332473b0e6147ed18c
3
+ size 4801
runs/Mar27_03-26-51_tausif-MS-7E06/events.out.tfevents.1711490215.tausif-MS-7E06.42233.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfea33cba0997d60b8af21f8daecb0cbca89566665f38d61b709f28cc6b6382
3
+ size 14605
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "google-bert/bert-base-uncased", "tokenizer_class": "BertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11f9444129973ce6f8b1b7cca4f75e1b99cbfdae6e0832ee8a2e1155f1bc4dc6
3
  size 3448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a16f5ee922ed700cd8ee091175e2eb9d4d2446a0a7dddb6a2d13d8df9a94639
3
  size 3448