MFrazz commited on
Commit
8dd3817
1 Parent(s): 565b705

Update to DS

Browse files
BatchSize_32_Metrics.txt CHANGED
@@ -1,7 +1,7 @@
1
- Date: 11-08, 22:06
2
  Batch Size: 32
3
  Eval Strategy: no
4
  Early Stopping: steps
5
  Early Stopping Patience: 5
6
  Best Model Metric: None
7
- {'eval_loss': 0.264784038066864, 'eval_accuracy': 0.8947368421052632, 'eval_f1': 0.8467432950191571, 'eval_runtime': 17.3527, 'eval_samples_per_second': 43.797, 'eval_steps_per_second': 1.383, 'epoch': 12.22}
 
1
+ Date: 11-08, 21:52
2
  Batch Size: 32
3
  Eval Strategy: no
4
  Early Stopping: steps
5
  Early Stopping Patience: 5
6
  Best Model Metric: None
7
+ {'eval_loss': 0.28202134370803833, 'eval_accuracy': 0.8762886597938144, 'eval_f1': 0.8732394366197183, 'eval_runtime': 50.7452, 'eval_samples_per_second': 11.469, 'eval_steps_per_second': 0.374, 'epoch': 12.14}
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
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.27.1",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.34.0",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4d4699c4cdd22c8ebee131914a197c75833f6fabde51f77ae688812ccb6488c
3
- size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:976471419ab946b4b807cf6e1d0c63d6dc2180637597e9bdbcab395c0185c9ab
3
+ size 267854570
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
Binary files a/training_args.bin and b/training_args.bin differ