IsaakChu commited on
Commit
1a0c93d
·
verified ·
1 Parent(s): 253f7bb

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +12 -12
  2. model.safetensors +1 -1
  3. run-0/checkpoint-10690/config.json +25 -0
  4. run-0/checkpoint-10690/model.safetensors +3 -0
  5. run-0/checkpoint-10690/optimizer.pt +3 -0
  6. run-0/checkpoint-10690/rng_state.pth +3 -0
  7. run-0/checkpoint-10690/scheduler.pt +3 -0
  8. run-0/checkpoint-10690/special_tokens_map.json +7 -0
  9. run-0/checkpoint-10690/tokenizer.json +0 -0
  10. run-0/checkpoint-10690/tokenizer_config.json +55 -0
  11. run-0/checkpoint-10690/trainer_state.json +230 -0
  12. run-0/checkpoint-10690/training_args.bin +3 -0
  13. run-0/checkpoint-10690/vocab.txt +0 -0
  14. run-0/checkpoint-2138/config.json +25 -0
  15. run-0/checkpoint-2138/model.safetensors +3 -0
  16. run-0/checkpoint-2138/optimizer.pt +3 -0
  17. run-0/checkpoint-2138/rng_state.pth +3 -0
  18. run-0/checkpoint-2138/scheduler.pt +3 -0
  19. run-0/checkpoint-2138/special_tokens_map.json +7 -0
  20. run-0/checkpoint-2138/tokenizer.json +0 -0
  21. run-0/checkpoint-2138/tokenizer_config.json +55 -0
  22. run-0/checkpoint-2138/trainer_state.json +75 -0
  23. run-0/checkpoint-2138/training_args.bin +3 -0
  24. run-0/checkpoint-2138/vocab.txt +0 -0
  25. run-0/checkpoint-4276/config.json +25 -0
  26. run-0/checkpoint-4276/model.safetensors +3 -0
  27. run-0/checkpoint-4276/optimizer.pt +3 -0
  28. run-0/checkpoint-4276/rng_state.pth +3 -0
  29. run-0/checkpoint-4276/scheduler.pt +3 -0
  30. run-0/checkpoint-4276/special_tokens_map.json +7 -0
  31. run-0/checkpoint-4276/tokenizer.json +0 -0
  32. run-0/checkpoint-4276/tokenizer_config.json +55 -0
  33. run-0/checkpoint-4276/trainer_state.json +112 -0
  34. run-0/checkpoint-4276/training_args.bin +3 -0
  35. run-0/checkpoint-4276/vocab.txt +0 -0
  36. run-0/checkpoint-6414/config.json +25 -0
  37. run-0/checkpoint-6414/model.safetensors +3 -0
  38. run-0/checkpoint-6414/optimizer.pt +3 -0
  39. run-0/checkpoint-6414/rng_state.pth +3 -0
  40. run-0/checkpoint-6414/scheduler.pt +3 -0
  41. run-0/checkpoint-6414/special_tokens_map.json +7 -0
  42. run-0/checkpoint-6414/tokenizer.json +0 -0
  43. run-0/checkpoint-6414/tokenizer_config.json +55 -0
  44. run-0/checkpoint-6414/trainer_state.json +149 -0
  45. run-0/checkpoint-6414/training_args.bin +3 -0
  46. run-0/checkpoint-6414/vocab.txt +0 -0
  47. run-0/checkpoint-8552/config.json +25 -0
  48. run-0/checkpoint-8552/model.safetensors +3 -0
  49. run-0/checkpoint-8552/optimizer.pt +3 -0
  50. run-0/checkpoint-8552/rng_state.pth +3 -0
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.8001
21
- - Matthews Correlation: 0.5452
22
 
23
  ## Model description
24
 
@@ -37,23 +37,23 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 16
42
  - eval_batch_size: 16
43
- - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
- | 0.5175 | 1.0 | 535 | 0.4595 | 0.4481 |
53
- | 0.3432 | 2.0 | 1070 | 0.4666 | 0.5169 |
54
- | 0.233 | 3.0 | 1605 | 0.6238 | 0.5073 |
55
- | 0.1765 | 4.0 | 2140 | 0.8001 | 0.5452 |
56
- | 0.1316 | 5.0 | 2675 | 0.8660 | 0.5173 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0949
21
+ - Matthews Correlation: 0.5222
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 9.640871494419937e-06
41
+ - train_batch_size: 4
42
  - eval_batch_size: 16
43
+ - seed: 8
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------------------:|
52
+ | 0.5382 | 1.0 | 2138 | 0.5065 | 0.4539 |
53
+ | 0.5225 | 2.0 | 4276 | 0.7784 | 0.4731 |
54
+ | 0.3999 | 3.0 | 6414 | 0.8716 | 0.5052 |
55
+ | 0.2923 | 4.0 | 8552 | 1.0318 | 0.5363 |
56
+ | 0.2003 | 5.0 | 10690 | 1.0949 | 0.5222 |
57
 
58
 
59
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f21b6e6b9ffdabd565264aa5290a7393bd73aa202f71783da347f92b2ebb9432
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03e763a5f5d97d3cab2a02b6ad9d819a53c16fbdc85279d23a4725342c5bbd4
3
  size 267832560
run-0/checkpoint-10690/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-10690/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aedbd383510592e138a099c2283675308d18616282b0698c27344b9e0d3a03d1
3
+ size 267832560
run-0/checkpoint-10690/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30aac7e741934dae5ef0eacb3dabc1fcd825dc9680b5fc1b8ff1c727896ada2f
3
+ size 535727290
run-0/checkpoint-10690/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1d0b508da8125724e75d4c8bc521664bf671c8e360759040a3797489720e4b
3
+ size 14308
run-0/checkpoint-10690/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8085f191ce5f4025d1c25342f597c2ac8fb0915960595356c711828554faa70a
3
+ size 1064
run-0/checkpoint-10690/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-10690/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-10690/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-10690/trainer_state.json ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.536262647683346,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-8552",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 10690,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.23386342376052385,
13
+ "grad_norm": 31.300899505615234,
14
+ "learning_rate": 9.18994205127588e-06,
15
+ "loss": 0.5844,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 10.452669143676758,
21
+ "learning_rate": 8.739012608131823e-06,
22
+ "loss": 0.5545,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 42.02324676513672,
28
+ "learning_rate": 8.288083164987766e-06,
29
+ "loss": 0.547,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 38.979740142822266,
35
+ "learning_rate": 7.837153721843709e-06,
36
+ "loss": 0.5382,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5065158605575562,
42
+ "eval_matthews_correlation": 0.4539100120594166,
43
+ "eval_runtime": 0.7267,
44
+ "eval_samples_per_second": 1435.351,
45
+ "eval_steps_per_second": 90.828,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.1693171188026192,
50
+ "grad_norm": 42.54972839355469,
51
+ "learning_rate": 7.3862242786996525e-06,
52
+ "loss": 0.4498,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4031805425631432,
57
+ "grad_norm": 38.12797927856445,
58
+ "learning_rate": 6.935294835555595e-06,
59
+ "loss": 0.4789,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.637043966323667,
64
+ "grad_norm": 2.2431697845458984,
65
+ "learning_rate": 6.4843653924115385e-06,
66
+ "loss": 0.4803,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.8709073900841908,
71
+ "grad_norm": 0.8748724460601807,
72
+ "learning_rate": 6.033435949267481e-06,
73
+ "loss": 0.5225,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.778407871723175,
79
+ "eval_matthews_correlation": 0.4730676912894765,
80
+ "eval_runtime": 0.7349,
81
+ "eval_samples_per_second": 1419.24,
82
+ "eval_steps_per_second": 89.808,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1047708138447145,
87
+ "grad_norm": 0.08216582238674164,
88
+ "learning_rate": 5.5825065061234246e-06,
89
+ "loss": 0.4451,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.3386342376052385,
94
+ "grad_norm": 34.81584167480469,
95
+ "learning_rate": 5.131577062979367e-06,
96
+ "loss": 0.3457,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.5724976613657624,
101
+ "grad_norm": 0.2907339334487915,
102
+ "learning_rate": 4.680647619835311e-06,
103
+ "loss": 0.3718,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.8063610851262863,
108
+ "grad_norm": 0.22318235039710999,
109
+ "learning_rate": 4.229718176691254e-06,
110
+ "loss": 0.3999,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.8715924024581909,
116
+ "eval_matthews_correlation": 0.5051600900029769,
117
+ "eval_runtime": 0.7186,
118
+ "eval_samples_per_second": 1451.341,
119
+ "eval_steps_per_second": 91.839,
120
+ "step": 6414
121
+ },
122
+ {
123
+ "epoch": 3.0402245088868103,
124
+ "grad_norm": 0.47206905484199524,
125
+ "learning_rate": 3.7787887335471967e-06,
126
+ "loss": 0.3685,
127
+ "step": 6500
128
+ },
129
+ {
130
+ "epoch": 3.2740879326473338,
131
+ "grad_norm": 0.04389917850494385,
132
+ "learning_rate": 3.3278592904031397e-06,
133
+ "loss": 0.249,
134
+ "step": 7000
135
+ },
136
+ {
137
+ "epoch": 3.5079513564078577,
138
+ "grad_norm": 0.21924751996994019,
139
+ "learning_rate": 2.8769298472590827e-06,
140
+ "loss": 0.252,
141
+ "step": 7500
142
+ },
143
+ {
144
+ "epoch": 3.7418147801683816,
145
+ "grad_norm": 9.382844924926758,
146
+ "learning_rate": 2.4260004041150266e-06,
147
+ "loss": 0.2621,
148
+ "step": 8000
149
+ },
150
+ {
151
+ "epoch": 3.9756782039289056,
152
+ "grad_norm": 134.2183074951172,
153
+ "learning_rate": 1.975070960970969e-06,
154
+ "loss": 0.2923,
155
+ "step": 8500
156
+ },
157
+ {
158
+ "epoch": 4.0,
159
+ "eval_loss": 1.0317972898483276,
160
+ "eval_matthews_correlation": 0.536262647683346,
161
+ "eval_runtime": 0.7324,
162
+ "eval_samples_per_second": 1424.048,
163
+ "eval_steps_per_second": 90.112,
164
+ "step": 8552
165
+ },
166
+ {
167
+ "epoch": 4.209541627689429,
168
+ "grad_norm": 0.09477799385786057,
169
+ "learning_rate": 1.5241415178269122e-06,
170
+ "loss": 0.22,
171
+ "step": 9000
172
+ },
173
+ {
174
+ "epoch": 4.443405051449953,
175
+ "grad_norm": 0.18212155997753143,
176
+ "learning_rate": 1.0732120746828554e-06,
177
+ "loss": 0.225,
178
+ "step": 9500
179
+ },
180
+ {
181
+ "epoch": 4.677268475210477,
182
+ "grad_norm": 0.04502077028155327,
183
+ "learning_rate": 6.222826315387986e-07,
184
+ "loss": 0.1876,
185
+ "step": 10000
186
+ },
187
+ {
188
+ "epoch": 4.911131898971001,
189
+ "grad_norm": 0.0519992969930172,
190
+ "learning_rate": 1.713531883947416e-07,
191
+ "loss": 0.2003,
192
+ "step": 10500
193
+ },
194
+ {
195
+ "epoch": 5.0,
196
+ "eval_loss": 1.094925880432129,
197
+ "eval_matthews_correlation": 0.522211073949747,
198
+ "eval_runtime": 0.8243,
199
+ "eval_samples_per_second": 1265.281,
200
+ "eval_steps_per_second": 80.066,
201
+ "step": 10690
202
+ }
203
+ ],
204
+ "logging_steps": 500,
205
+ "max_steps": 10690,
206
+ "num_input_tokens_seen": 0,
207
+ "num_train_epochs": 5,
208
+ "save_steps": 500,
209
+ "stateful_callbacks": {
210
+ "TrainerControl": {
211
+ "args": {
212
+ "should_epoch_stop": false,
213
+ "should_evaluate": false,
214
+ "should_log": false,
215
+ "should_save": true,
216
+ "should_training_stop": true
217
+ },
218
+ "attributes": {}
219
+ }
220
+ },
221
+ "total_flos": 171182806990932.0,
222
+ "train_batch_size": 4,
223
+ "trial_name": null,
224
+ "trial_params": {
225
+ "learning_rate": 9.640871494419937e-06,
226
+ "num_train_epochs": 5,
227
+ "per_device_train_batch_size": 4,
228
+ "seed": 8
229
+ }
230
+ }
run-0/checkpoint-10690/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431eff645e4e364ffdd1287885c479902fbed1f7a06e676424f5979c1bdd5d35
3
+ size 5240
run-0/checkpoint-10690/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2138/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc39a60b12b84bee581f63dd692b654123fdf8769d083accd5c6755f60912c8d
3
+ size 267832560
run-0/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4cf35325c7cc361d74d6e81b83573f573044b70eccc2e41fe12b9c04e21cae7
3
+ size 535727290
run-0/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932e2bfd991d06cded0f1f6718a4e2bafd9b85b66f9fe6c3477c435ae6d9b082
3
+ size 14308
run-0/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69801f8069ed99895ca426d3534219f51b3a02ad191486e7d0131daff69d3a12
3
+ size 1064
run-0/checkpoint-2138/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2138/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4539100120594166,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-2138",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2138,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.23386342376052385,
13
+ "grad_norm": 31.300899505615234,
14
+ "learning_rate": 9.18994205127588e-06,
15
+ "loss": 0.5844,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 10.452669143676758,
21
+ "learning_rate": 8.739012608131823e-06,
22
+ "loss": 0.5545,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 42.02324676513672,
28
+ "learning_rate": 8.288083164987766e-06,
29
+ "loss": 0.547,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 38.979740142822266,
35
+ "learning_rate": 7.837153721843709e-06,
36
+ "loss": 0.5382,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5065158605575562,
42
+ "eval_matthews_correlation": 0.4539100120594166,
43
+ "eval_runtime": 0.7267,
44
+ "eval_samples_per_second": 1435.351,
45
+ "eval_steps_per_second": 90.828,
46
+ "step": 2138
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 10690,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 5,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": false
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 32576631053856.0,
67
+ "train_batch_size": 4,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "learning_rate": 9.640871494419937e-06,
71
+ "num_train_epochs": 5,
72
+ "per_device_train_batch_size": 4,
73
+ "seed": 8
74
+ }
75
+ }
run-0/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431eff645e4e364ffdd1287885c479902fbed1f7a06e676424f5979c1bdd5d35
3
+ size 5240
run-0/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3386103f829027662377c23e8518c80e8480dac432bed9f21dd2f1576b56af
3
+ size 267832560
run-0/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9053a2c9de00751e72e31b360b1782a88797e76c6bb1f519382f4cc106045818
3
+ size 535727290
run-0/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8f4f5ad0a942f2c44c012377ecf9d8504ef968c06751edb7eea2c2f14d862a
3
+ size 14308
run-0/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b3883abab0337b87a1094924c94048c730d494f5fddf733071e7a9a542af0b5
3
+ size 1064
run-0/checkpoint-4276/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-4276/trainer_state.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4730676912894765,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-4276",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4276,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.23386342376052385,
13
+ "grad_norm": 31.300899505615234,
14
+ "learning_rate": 9.18994205127588e-06,
15
+ "loss": 0.5844,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 10.452669143676758,
21
+ "learning_rate": 8.739012608131823e-06,
22
+ "loss": 0.5545,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 42.02324676513672,
28
+ "learning_rate": 8.288083164987766e-06,
29
+ "loss": 0.547,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 38.979740142822266,
35
+ "learning_rate": 7.837153721843709e-06,
36
+ "loss": 0.5382,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5065158605575562,
42
+ "eval_matthews_correlation": 0.4539100120594166,
43
+ "eval_runtime": 0.7267,
44
+ "eval_samples_per_second": 1435.351,
45
+ "eval_steps_per_second": 90.828,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.1693171188026192,
50
+ "grad_norm": 42.54972839355469,
51
+ "learning_rate": 7.3862242786996525e-06,
52
+ "loss": 0.4498,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4031805425631432,
57
+ "grad_norm": 38.12797927856445,
58
+ "learning_rate": 6.935294835555595e-06,
59
+ "loss": 0.4789,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.637043966323667,
64
+ "grad_norm": 2.2431697845458984,
65
+ "learning_rate": 6.4843653924115385e-06,
66
+ "loss": 0.4803,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.8709073900841908,
71
+ "grad_norm": 0.8748724460601807,
72
+ "learning_rate": 6.033435949267481e-06,
73
+ "loss": 0.5225,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.778407871723175,
79
+ "eval_matthews_correlation": 0.4730676912894765,
80
+ "eval_runtime": 0.7349,
81
+ "eval_samples_per_second": 1419.24,
82
+ "eval_steps_per_second": 89.808,
83
+ "step": 4276
84
+ }
85
+ ],
86
+ "logging_steps": 500,
87
+ "max_steps": 10690,
88
+ "num_input_tokens_seen": 0,
89
+ "num_train_epochs": 5,
90
+ "save_steps": 500,
91
+ "stateful_callbacks": {
92
+ "TrainerControl": {
93
+ "args": {
94
+ "should_epoch_stop": false,
95
+ "should_evaluate": false,
96
+ "should_log": false,
97
+ "should_save": true,
98
+ "should_training_stop": false
99
+ },
100
+ "attributes": {}
101
+ }
102
+ },
103
+ "total_flos": 65193364542852.0,
104
+ "train_batch_size": 4,
105
+ "trial_name": null,
106
+ "trial_params": {
107
+ "learning_rate": 9.640871494419937e-06,
108
+ "num_train_epochs": 5,
109
+ "per_device_train_batch_size": 4,
110
+ "seed": 8
111
+ }
112
+ }
run-0/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431eff645e4e364ffdd1287885c479902fbed1f7a06e676424f5979c1bdd5d35
3
+ size 5240
run-0/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-6414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eecd09b54923e56deb153cd9e52b4e5525c1b2f8a6bbd86da17c2a7ec25ea38
3
+ size 267832560
run-0/checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81cee999fd8ca9d6e66cd6f02c464b5133c334adde4160e668e12747e12868e3
3
+ size 535727290
run-0/checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62961781d6c3796067895388d40a6023741a315aa007a313792368a8ce34480
3
+ size 14308
run-0/checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eaf64f825311a27841935e43177f06712995c9c45b01dfab7203c6dab0af19a
3
+ size 1064
run-0/checkpoint-6414/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-6414/trainer_state.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5051600900029769,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-6414",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 6414,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.23386342376052385,
13
+ "grad_norm": 31.300899505615234,
14
+ "learning_rate": 9.18994205127588e-06,
15
+ "loss": 0.5844,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 10.452669143676758,
21
+ "learning_rate": 8.739012608131823e-06,
22
+ "loss": 0.5545,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 42.02324676513672,
28
+ "learning_rate": 8.288083164987766e-06,
29
+ "loss": 0.547,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 38.979740142822266,
35
+ "learning_rate": 7.837153721843709e-06,
36
+ "loss": 0.5382,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5065158605575562,
42
+ "eval_matthews_correlation": 0.4539100120594166,
43
+ "eval_runtime": 0.7267,
44
+ "eval_samples_per_second": 1435.351,
45
+ "eval_steps_per_second": 90.828,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.1693171188026192,
50
+ "grad_norm": 42.54972839355469,
51
+ "learning_rate": 7.3862242786996525e-06,
52
+ "loss": 0.4498,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4031805425631432,
57
+ "grad_norm": 38.12797927856445,
58
+ "learning_rate": 6.935294835555595e-06,
59
+ "loss": 0.4789,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.637043966323667,
64
+ "grad_norm": 2.2431697845458984,
65
+ "learning_rate": 6.4843653924115385e-06,
66
+ "loss": 0.4803,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.8709073900841908,
71
+ "grad_norm": 0.8748724460601807,
72
+ "learning_rate": 6.033435949267481e-06,
73
+ "loss": 0.5225,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.778407871723175,
79
+ "eval_matthews_correlation": 0.4730676912894765,
80
+ "eval_runtime": 0.7349,
81
+ "eval_samples_per_second": 1419.24,
82
+ "eval_steps_per_second": 89.808,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1047708138447145,
87
+ "grad_norm": 0.08216582238674164,
88
+ "learning_rate": 5.5825065061234246e-06,
89
+ "loss": 0.4451,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.3386342376052385,
94
+ "grad_norm": 34.81584167480469,
95
+ "learning_rate": 5.131577062979367e-06,
96
+ "loss": 0.3457,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.5724976613657624,
101
+ "grad_norm": 0.2907339334487915,
102
+ "learning_rate": 4.680647619835311e-06,
103
+ "loss": 0.3718,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.8063610851262863,
108
+ "grad_norm": 0.22318235039710999,
109
+ "learning_rate": 4.229718176691254e-06,
110
+ "loss": 0.3999,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.8715924024581909,
116
+ "eval_matthews_correlation": 0.5051600900029769,
117
+ "eval_runtime": 0.7186,
118
+ "eval_samples_per_second": 1451.341,
119
+ "eval_steps_per_second": 91.839,
120
+ "step": 6414
121
+ }
122
+ ],
123
+ "logging_steps": 500,
124
+ "max_steps": 10690,
125
+ "num_input_tokens_seen": 0,
126
+ "num_train_epochs": 5,
127
+ "save_steps": 500,
128
+ "stateful_callbacks": {
129
+ "TrainerControl": {
130
+ "args": {
131
+ "should_epoch_stop": false,
132
+ "should_evaluate": false,
133
+ "should_log": false,
134
+ "should_save": true,
135
+ "should_training_stop": false
136
+ },
137
+ "attributes": {}
138
+ }
139
+ },
140
+ "total_flos": 97840886353020.0,
141
+ "train_batch_size": 4,
142
+ "trial_name": null,
143
+ "trial_params": {
144
+ "learning_rate": 9.640871494419937e-06,
145
+ "num_train_epochs": 5,
146
+ "per_device_train_batch_size": 4,
147
+ "seed": 8
148
+ }
149
+ }
run-0/checkpoint-6414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431eff645e4e364ffdd1287885c479902fbed1f7a06e676424f5979c1bdd5d35
3
+ size 5240
run-0/checkpoint-6414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-8552/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-8552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03e763a5f5d97d3cab2a02b6ad9d819a53c16fbdc85279d23a4725342c5bbd4
3
+ size 267832560
run-0/checkpoint-8552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cb29926ed7f48632af5a2d53aade5920474939acb251cb1c8104e1330dd07c
3
+ size 535727290
run-0/checkpoint-8552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2aacab570f18a9a62ba3ce6db0a73d6f28b7efabaefa0ea28e71b91dc92b3c
3
+ size 14308