MFrazz commited on
Commit
db5b964
1 Parent(s): 4357d63

Update to DS

Browse files
BatchSize_32_Metrics.txt CHANGED
@@ -1,7 +1,7 @@
1
- Date: 01_08, 21:40
2
  Batch Size: 32
3
  Eval Strategy: epoch
4
  Early Stopping: epoch
5
  Early Stopping Patience: 5
6
  Best Model Metric: loss
7
- {'eval_loss': 0.1740850955247879, 'eval_accuracy': 0.9404844290657439, 'eval_f1': 0.9405162983258057, 'eval_runtime': 43.1355, 'eval_samples_per_second': 33.499, 'eval_steps_per_second': 1.066, 'epoch': 7.0}
 
1
+ Date: 01_20, 22:30
2
  Batch Size: 32
3
  Eval Strategy: epoch
4
  Early Stopping: epoch
5
  Early Stopping Patience: 5
6
  Best Model Metric: loss
7
+ {'eval_loss': 0.19123336672782898, 'eval_accuracy': 0.9474048442906574, 'eval_f1': 0.9477535633238166, 'eval_runtime': 295.531, 'eval_samples_per_second': 4.89, 'eval_steps_per_second': 0.156, 'epoch': 8.0}
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
7
+ }
config.json CHANGED
@@ -30,6 +30,6 @@
30
  "sinusoidal_pos_embds": false,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.27.1",
34
  "vocab_size": 30522
35
  }
 
30
  "sinusoidal_pos_embds": false,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
+ "transformers_version": "4.34.0",
34
  "vocab_size": 30522
35
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6388d8c1a7b04cb980b13c71df764915034d584b2c490ad015dd4d2fb1f6d9c
3
- size 267857197
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73cd3f37e328e424d63695dd221e6b3498890bb74bfdf416b983f6edc5bce844
3
+ size 267857642
tokenizer_config.json CHANGED
@@ -1,11 +1,54 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
- "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
+ "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
 
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bac8ea3608f4a1d77c78142d071ee93a55c90559e1fdc71f83e9bc98e1bb3a17
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a237144177cee1c24e9b63ead832fd17ae17a03fd4c041b0fa77c2b3a91b8e
3
+ size 4536