MFrazz commited on
Commit
295e87c
1 Parent(s): a0dd6ff

Update to DS and training params

Browse files
BatchSize_32_Metrics.txt CHANGED
@@ -1,7 +1,7 @@
1
- Date: 11-21, 18:20
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.17433641850948334, 'eval_accuracy': 0.9343434343434344, 'eval_f1': 0.880952380952381, 'eval_runtime': 46.2179, 'eval_samples_per_second': 42.841, 'eval_steps_per_second': 1.341, 'epoch': 7.0}
 
1
+ Date: 01-02, 10:24
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.25912514328956604, 'eval_accuracy': 0.8928236397748592, 'eval_f1': 0.8110789582472095, 'eval_runtime': 242.0931, 'eval_samples_per_second': 17.613, 'eval_steps_per_second': 0.554, 'epoch': 7.0}
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:4fe18cc2cd00f7c2965e9c66fc628a5d0bfffe4eb37d118d6c269eb861cfcae2
3
- size 267854125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fb2f0fc0d8cdcd9c9dc92770a1b6dd9eadcabd9b18545297602766d49ea646
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