wennycooper commited on
Commit
3d86e1b
1 Parent(s): 793a500

Training in progress, epoch 5

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-7/checkpoint-3207/config.json +25 -0
  3. run-7/checkpoint-3207/model.safetensors +3 -0
  4. run-7/checkpoint-3207/optimizer.pt +3 -0
  5. run-7/checkpoint-3207/rng_state.pth +3 -0
  6. run-7/checkpoint-3207/scheduler.pt +3 -0
  7. run-7/checkpoint-3207/special_tokens_map.json +7 -0
  8. run-7/checkpoint-3207/tokenizer.json +0 -0
  9. run-7/checkpoint-3207/tokenizer_config.json +55 -0
  10. run-7/checkpoint-3207/trainer_state.json +107 -0
  11. run-7/checkpoint-3207/training_args.bin +3 -0
  12. run-7/checkpoint-3207/vocab.txt +0 -0
  13. run-7/checkpoint-4276/config.json +25 -0
  14. run-7/checkpoint-4276/model.safetensors +3 -0
  15. run-7/checkpoint-4276/optimizer.pt +3 -0
  16. run-7/checkpoint-4276/rng_state.pth +3 -0
  17. run-7/checkpoint-4276/scheduler.pt +3 -0
  18. run-7/checkpoint-4276/special_tokens_map.json +7 -0
  19. run-7/checkpoint-4276/tokenizer.json +0 -0
  20. run-7/checkpoint-4276/tokenizer_config.json +55 -0
  21. run-7/checkpoint-4276/trainer_state.json +130 -0
  22. run-7/checkpoint-4276/training_args.bin +3 -0
  23. run-7/checkpoint-4276/vocab.txt +0 -0
  24. run-7/checkpoint-5345/config.json +25 -0
  25. run-7/checkpoint-5345/model.safetensors +3 -0
  26. run-7/checkpoint-5345/optimizer.pt +3 -0
  27. run-7/checkpoint-5345/rng_state.pth +3 -0
  28. run-7/checkpoint-5345/scheduler.pt +3 -0
  29. run-7/checkpoint-5345/special_tokens_map.json +7 -0
  30. run-7/checkpoint-5345/tokenizer.json +0 -0
  31. run-7/checkpoint-5345/tokenizer_config.json +55 -0
  32. run-7/checkpoint-5345/trainer_state.json +153 -0
  33. run-7/checkpoint-5345/training_args.bin +3 -0
  34. run-7/checkpoint-5345/vocab.txt +0 -0
  35. runs/Aug17_02-11-34_b5f02c58e851/events.out.tfevents.1723864059.b5f02c58e851.301.9 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ece9257eae5f80e7eefc99c741b9b50c7f0f5258508f7b5a30317f034a7ccee
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa786a4c8e38cceeda6cfea8b92771a71615edb332838c173c4826c08110269
3
  size 267832560
run-7/checkpoint-3207/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-7/checkpoint-3207/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fae74307ca84d68b72e0638ccfc81a28d11667bb88fe9e3f8842d8e5ef6e404
3
+ size 267832560
run-7/checkpoint-3207/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf106b1bc663646ed86d4f58a8b693d0d7e86737322b3f54829373bda74bc75c
3
+ size 535727290
run-7/checkpoint-3207/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15edfcee456ae260a4a48cfdfcb48a97944abb898b4890c7b91f27117962b47
3
+ size 14244
run-7/checkpoint-3207/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fa7e245434973deb0cff71260d434a0c331c53a023b86b0a9c7ef1e934c8dc
3
+ size 1064
run-7/checkpoint-3207/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-7/checkpoint-3207/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-3207/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-7/checkpoint-3207/trainer_state.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5298831429205758,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-3207",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3207,
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.4677268475210477,
13
+ "grad_norm": 12.974456787109375,
14
+ "learning_rate": 1.1101348047567246e-05,
15
+ "loss": 0.5482,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9354536950420954,
20
+ "grad_norm": 6.763242721557617,
21
+ "learning_rate": 9.955698094257931e-06,
22
+ "loss": 0.4949,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.47264614701271057,
28
+ "eval_matthews_correlation": 0.46472372045336796,
29
+ "eval_runtime": 0.7997,
30
+ "eval_samples_per_second": 1304.217,
31
+ "eval_steps_per_second": 82.53,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4031805425631432,
36
+ "grad_norm": 21.93242835998535,
37
+ "learning_rate": 8.810048140948619e-06,
38
+ "loss": 0.3822,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.8709073900841908,
43
+ "grad_norm": 23.08902359008789,
44
+ "learning_rate": 7.664398187639304e-06,
45
+ "loss": 0.3651,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5118151903152466,
51
+ "eval_matthews_correlation": 0.5238946707778435,
52
+ "eval_runtime": 0.7256,
53
+ "eval_samples_per_second": 1437.525,
54
+ "eval_steps_per_second": 90.965,
55
+ "step": 2138
56
+ },
57
+ {
58
+ "epoch": 2.3386342376052385,
59
+ "grad_norm": 0.19134408235549927,
60
+ "learning_rate": 6.5187482343299915e-06,
61
+ "loss": 0.2818,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.8063610851262863,
66
+ "grad_norm": 25.71369743347168,
67
+ "learning_rate": 5.373098281020679e-06,
68
+ "loss": 0.2996,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 3.0,
73
+ "eval_loss": 0.739141583442688,
74
+ "eval_matthews_correlation": 0.5298831429205758,
75
+ "eval_runtime": 0.7927,
76
+ "eval_samples_per_second": 1315.739,
77
+ "eval_steps_per_second": 83.259,
78
+ "step": 3207
79
+ }
80
+ ],
81
+ "logging_steps": 500,
82
+ "max_steps": 5345,
83
+ "num_input_tokens_seen": 0,
84
+ "num_train_epochs": 5,
85
+ "save_steps": 500,
86
+ "stateful_callbacks": {
87
+ "TrainerControl": {
88
+ "args": {
89
+ "should_epoch_stop": false,
90
+ "should_evaluate": false,
91
+ "should_log": false,
92
+ "should_save": true,
93
+ "should_training_stop": false
94
+ },
95
+ "attributes": {}
96
+ }
97
+ },
98
+ "total_flos": 220519927404816.0,
99
+ "train_batch_size": 8,
100
+ "trial_name": null,
101
+ "trial_params": {
102
+ "learning_rate": 1.2246998000876558e-05,
103
+ "num_train_epochs": 5,
104
+ "per_device_train_batch_size": 8,
105
+ "seed": 6
106
+ }
107
+ }
run-7/checkpoint-3207/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa913b6dd4193043ca75983cebb619f3f12421d16f3812039f1dd107acad34f
3
+ size 5240
run-7/checkpoint-3207/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e1be7881c0dc037fe89d34ddbea1fe54d16185c2769fad49ab5070d5786319
3
+ size 267832560
run-7/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb75186c31d6e0810602d392cd92552ddcbb80ca73f997c3abdbaf6b41b6d29
3
+ size 535727290
run-7/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb414303639a7a1ac43f67772ae62d7e5e9b37c292fcbbb32333b2db1174237
3
+ size 14244
run-7/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe0b68c2a73cd50a4c99ea4fa8de2c6f9dc3d985e32e5e2f1af4d68e1b0c9e4
3
+ size 1064
run-7/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-7/checkpoint-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-4276/trainer_state.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5298831429205758,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-3207",
4
+ "epoch": 4.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.4677268475210477,
13
+ "grad_norm": 12.974456787109375,
14
+ "learning_rate": 1.1101348047567246e-05,
15
+ "loss": 0.5482,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9354536950420954,
20
+ "grad_norm": 6.763242721557617,
21
+ "learning_rate": 9.955698094257931e-06,
22
+ "loss": 0.4949,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.47264614701271057,
28
+ "eval_matthews_correlation": 0.46472372045336796,
29
+ "eval_runtime": 0.7997,
30
+ "eval_samples_per_second": 1304.217,
31
+ "eval_steps_per_second": 82.53,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4031805425631432,
36
+ "grad_norm": 21.93242835998535,
37
+ "learning_rate": 8.810048140948619e-06,
38
+ "loss": 0.3822,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.8709073900841908,
43
+ "grad_norm": 23.08902359008789,
44
+ "learning_rate": 7.664398187639304e-06,
45
+ "loss": 0.3651,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5118151903152466,
51
+ "eval_matthews_correlation": 0.5238946707778435,
52
+ "eval_runtime": 0.7256,
53
+ "eval_samples_per_second": 1437.525,
54
+ "eval_steps_per_second": 90.965,
55
+ "step": 2138
56
+ },
57
+ {
58
+ "epoch": 2.3386342376052385,
59
+ "grad_norm": 0.19134408235549927,
60
+ "learning_rate": 6.5187482343299915e-06,
61
+ "loss": 0.2818,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.8063610851262863,
66
+ "grad_norm": 25.71369743347168,
67
+ "learning_rate": 5.373098281020679e-06,
68
+ "loss": 0.2996,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 3.0,
73
+ "eval_loss": 0.739141583442688,
74
+ "eval_matthews_correlation": 0.5298831429205758,
75
+ "eval_runtime": 0.7927,
76
+ "eval_samples_per_second": 1315.739,
77
+ "eval_steps_per_second": 83.259,
78
+ "step": 3207
79
+ },
80
+ {
81
+ "epoch": 3.2740879326473338,
82
+ "grad_norm": 4.724560260772705,
83
+ "learning_rate": 4.227448327711365e-06,
84
+ "loss": 0.2348,
85
+ "step": 3500
86
+ },
87
+ {
88
+ "epoch": 3.7418147801683816,
89
+ "grad_norm": 2.277522563934326,
90
+ "learning_rate": 3.0817983744020528e-06,
91
+ "loss": 0.2181,
92
+ "step": 4000
93
+ },
94
+ {
95
+ "epoch": 4.0,
96
+ "eval_loss": 0.830931544303894,
97
+ "eval_matthews_correlation": 0.5138995234247261,
98
+ "eval_runtime": 0.7983,
99
+ "eval_samples_per_second": 1306.597,
100
+ "eval_steps_per_second": 82.68,
101
+ "step": 4276
102
+ }
103
+ ],
104
+ "logging_steps": 500,
105
+ "max_steps": 5345,
106
+ "num_input_tokens_seen": 0,
107
+ "num_train_epochs": 5,
108
+ "save_steps": 500,
109
+ "stateful_callbacks": {
110
+ "TrainerControl": {
111
+ "args": {
112
+ "should_epoch_stop": false,
113
+ "should_evaluate": false,
114
+ "should_log": false,
115
+ "should_save": true,
116
+ "should_training_stop": false
117
+ },
118
+ "attributes": {}
119
+ }
120
+ },
121
+ "total_flos": 258412847731296.0,
122
+ "train_batch_size": 8,
123
+ "trial_name": null,
124
+ "trial_params": {
125
+ "learning_rate": 1.2246998000876558e-05,
126
+ "num_train_epochs": 5,
127
+ "per_device_train_batch_size": 8,
128
+ "seed": 6
129
+ }
130
+ }
run-7/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa913b6dd4193043ca75983cebb619f3f12421d16f3812039f1dd107acad34f
3
+ size 5240
run-7/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-5345/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-7/checkpoint-5345/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa786a4c8e38cceeda6cfea8b92771a71615edb332838c173c4826c08110269
3
+ size 267832560
run-7/checkpoint-5345/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798d0e57d6fb43bf591835c33b05cdfff71a3b6bc2bf146a192486de4abbc352
3
+ size 535727290
run-7/checkpoint-5345/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc01cbfca6458cce24cd5b1c664890b3329e943240cc275ef712dc6d70dac8c3
3
+ size 14244
run-7/checkpoint-5345/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41fccacd27d473908293c79cd412b9584ac585d846176db59c76041beb5853d
3
+ size 1064
run-7/checkpoint-5345/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-7/checkpoint-5345/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-5345/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-7/checkpoint-5345/trainer_state.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5298831429205758,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-3207",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5345,
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.4677268475210477,
13
+ "grad_norm": 12.974456787109375,
14
+ "learning_rate": 1.1101348047567246e-05,
15
+ "loss": 0.5482,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9354536950420954,
20
+ "grad_norm": 6.763242721557617,
21
+ "learning_rate": 9.955698094257931e-06,
22
+ "loss": 0.4949,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.47264614701271057,
28
+ "eval_matthews_correlation": 0.46472372045336796,
29
+ "eval_runtime": 0.7997,
30
+ "eval_samples_per_second": 1304.217,
31
+ "eval_steps_per_second": 82.53,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4031805425631432,
36
+ "grad_norm": 21.93242835998535,
37
+ "learning_rate": 8.810048140948619e-06,
38
+ "loss": 0.3822,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.8709073900841908,
43
+ "grad_norm": 23.08902359008789,
44
+ "learning_rate": 7.664398187639304e-06,
45
+ "loss": 0.3651,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5118151903152466,
51
+ "eval_matthews_correlation": 0.5238946707778435,
52
+ "eval_runtime": 0.7256,
53
+ "eval_samples_per_second": 1437.525,
54
+ "eval_steps_per_second": 90.965,
55
+ "step": 2138
56
+ },
57
+ {
58
+ "epoch": 2.3386342376052385,
59
+ "grad_norm": 0.19134408235549927,
60
+ "learning_rate": 6.5187482343299915e-06,
61
+ "loss": 0.2818,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.8063610851262863,
66
+ "grad_norm": 25.71369743347168,
67
+ "learning_rate": 5.373098281020679e-06,
68
+ "loss": 0.2996,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 3.0,
73
+ "eval_loss": 0.739141583442688,
74
+ "eval_matthews_correlation": 0.5298831429205758,
75
+ "eval_runtime": 0.7927,
76
+ "eval_samples_per_second": 1315.739,
77
+ "eval_steps_per_second": 83.259,
78
+ "step": 3207
79
+ },
80
+ {
81
+ "epoch": 3.2740879326473338,
82
+ "grad_norm": 4.724560260772705,
83
+ "learning_rate": 4.227448327711365e-06,
84
+ "loss": 0.2348,
85
+ "step": 3500
86
+ },
87
+ {
88
+ "epoch": 3.7418147801683816,
89
+ "grad_norm": 2.277522563934326,
90
+ "learning_rate": 3.0817983744020528e-06,
91
+ "loss": 0.2181,
92
+ "step": 4000
93
+ },
94
+ {
95
+ "epoch": 4.0,
96
+ "eval_loss": 0.830931544303894,
97
+ "eval_matthews_correlation": 0.5138995234247261,
98
+ "eval_runtime": 0.7983,
99
+ "eval_samples_per_second": 1306.597,
100
+ "eval_steps_per_second": 82.68,
101
+ "step": 4276
102
+ },
103
+ {
104
+ "epoch": 4.209541627689429,
105
+ "grad_norm": 0.07311611622571945,
106
+ "learning_rate": 1.9361484210927393e-06,
107
+ "loss": 0.1904,
108
+ "step": 4500
109
+ },
110
+ {
111
+ "epoch": 4.677268475210477,
112
+ "grad_norm": 0.10657232999801636,
113
+ "learning_rate": 7.904984677834261e-07,
114
+ "loss": 0.1807,
115
+ "step": 5000
116
+ },
117
+ {
118
+ "epoch": 5.0,
119
+ "eval_loss": 0.9150848388671875,
120
+ "eval_matthews_correlation": 0.5294395294021531,
121
+ "eval_runtime": 0.8892,
122
+ "eval_samples_per_second": 1172.925,
123
+ "eval_steps_per_second": 74.221,
124
+ "step": 5345
125
+ }
126
+ ],
127
+ "logging_steps": 500,
128
+ "max_steps": 5345,
129
+ "num_input_tokens_seen": 0,
130
+ "num_train_epochs": 5,
131
+ "save_steps": 500,
132
+ "stateful_callbacks": {
133
+ "TrainerControl": {
134
+ "args": {
135
+ "should_epoch_stop": false,
136
+ "should_evaluate": false,
137
+ "should_log": false,
138
+ "should_save": true,
139
+ "should_training_stop": true
140
+ },
141
+ "attributes": {}
142
+ }
143
+ },
144
+ "total_flos": 296102409902808.0,
145
+ "train_batch_size": 8,
146
+ "trial_name": null,
147
+ "trial_params": {
148
+ "learning_rate": 1.2246998000876558e-05,
149
+ "num_train_epochs": 5,
150
+ "per_device_train_batch_size": 8,
151
+ "seed": 6
152
+ }
153
+ }
run-7/checkpoint-5345/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa913b6dd4193043ca75983cebb619f3f12421d16f3812039f1dd107acad34f
3
+ size 5240
run-7/checkpoint-5345/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug17_02-11-34_b5f02c58e851/events.out.tfevents.1723864059.b5f02c58e851.301.9 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e79883f3175656d7cf17931867dfa4f0fcae30f462470ad878ec58cdf2995eb
3
- size 7924
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98e325da453aca577ee44839c3e5012359cfa6bf45d3b051694888810f6e8f5
3
+ size 9035