inflaton commited on
Commit
ec33747
1 Parent(s): 7f94584

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1af72a2907f9e79c930ee7945f6c558350175849d97e1d6f8a69b012a1b1b0b
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82626bc389de46a226ab398a8880bea2e56ce8ce38cb7c393a16fce25e0ef4d1
3
  size 1340618660
run-1/checkpoint-7000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-1/checkpoint-7000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8446ecec985c685fe5376e5a8c3881845b31924c826c82603d53d077528997a5
3
+ size 1340618660
run-1/checkpoint-7000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2195943711e0de0e17a7f628611908b13a6b2d7bdbb9642ca492fbdbe70ebd
3
+ size 2681472237
run-1/checkpoint-7000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8822b3ce842a84ff93b4e9e34c5d6cc8389740adb793137e0de79524460bc4
3
+ size 14244
run-1/checkpoint-7000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d94d3a0b0f8eb06cf76e3bcdc0e3da9a51f9954214444da276450f5634dba6c
3
+ size 1064
run-1/checkpoint-7000/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-1/checkpoint-7000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-7000/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-1/checkpoint-7000/trainer_state.json ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.383378016085791,
5
+ "eval_steps": 500,
6
+ "global_step": 7000,
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.6702412868632708,
13
+ "grad_norm": 2.054403066635132,
14
+ "learning_rate": 6.75599008099931e-05,
15
+ "loss": 0.6856,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.4924572706222534,
21
+ "eval_loss": 0.6931472420692444,
22
+ "eval_runtime": 8.9909,
23
+ "eval_samples_per_second": 331.779,
24
+ "eval_steps_per_second": 20.799,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 1.88927161693573,
30
+ "learning_rate": 6.270645965984992e-05,
31
+ "loss": 0.7049,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.5129064917564392,
37
+ "eval_loss": 0.6931472420692444,
38
+ "eval_runtime": 9.0209,
39
+ "eval_samples_per_second": 330.678,
40
+ "eval_steps_per_second": 20.73,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 1.888950228691101,
46
+ "learning_rate": 5.7853018509706724e-05,
47
+ "loss": 0.7041,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 2.680965147453083,
52
+ "grad_norm": 1.8515383005142212,
53
+ "learning_rate": 5.299957735956355e-05,
54
+ "loss": 0.7017,
55
+ "step": 2000
56
+ },
57
+ {
58
+ "epoch": 3.0,
59
+ "eval_accuracy": 0.5085484385490417,
60
+ "eval_loss": 0.6931472420692444,
61
+ "eval_runtime": 9.0308,
62
+ "eval_samples_per_second": 330.315,
63
+ "eval_steps_per_second": 20.707,
64
+ "step": 2238
65
+ },
66
+ {
67
+ "epoch": 3.351206434316354,
68
+ "grad_norm": 1.8233052492141724,
69
+ "learning_rate": 4.8146136209420366e-05,
70
+ "loss": 0.7036,
71
+ "step": 2500
72
+ },
73
+ {
74
+ "epoch": 4.0,
75
+ "eval_accuracy": 0.49782097339630127,
76
+ "eval_loss": 0.6931472420692444,
77
+ "eval_runtime": 9.0208,
78
+ "eval_samples_per_second": 330.68,
79
+ "eval_steps_per_second": 20.73,
80
+ "step": 2984
81
+ },
82
+ {
83
+ "epoch": 4.021447721179625,
84
+ "grad_norm": 1.7395379543304443,
85
+ "learning_rate": 4.329269505927718e-05,
86
+ "loss": 0.7043,
87
+ "step": 3000
88
+ },
89
+ {
90
+ "epoch": 4.6916890080428955,
91
+ "grad_norm": 1.853223204612732,
92
+ "learning_rate": 3.8439253909134e-05,
93
+ "loss": 0.7023,
94
+ "step": 3500
95
+ },
96
+ {
97
+ "epoch": 5.0,
98
+ "eval_accuracy": 0.4968152940273285,
99
+ "eval_loss": 0.6931472420692444,
100
+ "eval_runtime": 9.0187,
101
+ "eval_samples_per_second": 330.757,
102
+ "eval_steps_per_second": 20.735,
103
+ "step": 3730
104
+ },
105
+ {
106
+ "epoch": 5.361930294906166,
107
+ "grad_norm": 1.8915830850601196,
108
+ "learning_rate": 3.358581275899082e-05,
109
+ "loss": 0.6996,
110
+ "step": 4000
111
+ },
112
+ {
113
+ "epoch": 6.0,
114
+ "eval_accuracy": 0.5125712156295776,
115
+ "eval_loss": 0.6931472420692444,
116
+ "eval_runtime": 8.9826,
117
+ "eval_samples_per_second": 332.088,
118
+ "eval_steps_per_second": 20.818,
119
+ "step": 4476
120
+ },
121
+ {
122
+ "epoch": 6.032171581769437,
123
+ "grad_norm": 1.8517926931381226,
124
+ "learning_rate": 2.8732371608847635e-05,
125
+ "loss": 0.699,
126
+ "step": 4500
127
+ },
128
+ {
129
+ "epoch": 6.702412868632708,
130
+ "grad_norm": 1.761203408241272,
131
+ "learning_rate": 2.3878930458704453e-05,
132
+ "loss": 0.6999,
133
+ "step": 5000
134
+ },
135
+ {
136
+ "epoch": 7.0,
137
+ "eval_accuracy": 0.5018438100814819,
138
+ "eval_loss": 0.6931472420692444,
139
+ "eval_runtime": 8.9692,
140
+ "eval_samples_per_second": 332.582,
141
+ "eval_steps_per_second": 20.849,
142
+ "step": 5222
143
+ },
144
+ {
145
+ "epoch": 7.372654155495979,
146
+ "grad_norm": 1.7442079782485962,
147
+ "learning_rate": 1.9025489308561274e-05,
148
+ "loss": 0.7017,
149
+ "step": 5500
150
+ },
151
+ {
152
+ "epoch": 8.0,
153
+ "eval_accuracy": 0.5021790266036987,
154
+ "eval_loss": 0.6931472420692444,
155
+ "eval_runtime": 9.1231,
156
+ "eval_samples_per_second": 326.971,
157
+ "eval_steps_per_second": 20.497,
158
+ "step": 5968
159
+ },
160
+ {
161
+ "epoch": 8.04289544235925,
162
+ "grad_norm": 2.0343399047851562,
163
+ "learning_rate": 1.417204815841809e-05,
164
+ "loss": 0.7009,
165
+ "step": 6000
166
+ },
167
+ {
168
+ "epoch": 8.71313672922252,
169
+ "grad_norm": 1.8738905191421509,
170
+ "learning_rate": 9.318607008274909e-06,
171
+ "loss": 0.6991,
172
+ "step": 6500
173
+ },
174
+ {
175
+ "epoch": 9.0,
176
+ "eval_accuracy": 0.5112302899360657,
177
+ "eval_loss": 0.6931472420692444,
178
+ "eval_runtime": 8.9572,
179
+ "eval_samples_per_second": 333.03,
180
+ "eval_steps_per_second": 20.877,
181
+ "step": 6714
182
+ },
183
+ {
184
+ "epoch": 9.383378016085791,
185
+ "grad_norm": 1.8085168600082397,
186
+ "learning_rate": 4.465165858131728e-06,
187
+ "loss": 0.7,
188
+ "step": 7000
189
+ }
190
+ ],
191
+ "logging_steps": 500,
192
+ "max_steps": 7460,
193
+ "num_input_tokens_seen": 0,
194
+ "num_train_epochs": 10,
195
+ "save_steps": 500,
196
+ "total_flos": 1.8226917764893548e+16,
197
+ "train_batch_size": 16,
198
+ "trial_name": null,
199
+ "trial_params": {
200
+ "learning_rate": 7.241334196013627e-05,
201
+ "per_device_train_batch_size": 16
202
+ }
203
+ }
run-1/checkpoint-7000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8b84e61f586cb20b2c4e1e6244f78e82e764d02e70b26c7984764a166fcb30
3
+ size 5048
run-1/checkpoint-7000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-2/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82626bc389de46a226ab398a8880bea2e56ce8ce38cb7c393a16fce25e0ef4d1
3
+ size 1340618660
run-2/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7f86215048310591f8fc914ec6e799c23d479a13986c8f6c2913c785d3affc
3
+ size 2681472237
run-2/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c317b20a8b0f126de354e22abe6285be95b0457be6843da518d21b802633c6
3
+ size 14244
run-2/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed50ced9c63c7433965d20ae885844be3e7766ea6dcc1ed5673c5640aa24b7a
3
+ size 1064
run-2/checkpoint-500/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-2/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-500/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-2/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6702412868632708,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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.6702412868632708,
13
+ "grad_norm": 9.020133018493652,
14
+ "learning_rate": 1.4299394279479472e-06,
15
+ "loss": 0.6244,
16
+ "step": 500
17
+ }
18
+ ],
19
+ "logging_steps": 500,
20
+ "max_steps": 7460,
21
+ "num_input_tokens_seen": 0,
22
+ "num_train_epochs": 10,
23
+ "save_steps": 500,
24
+ "total_flos": 1313261590810176.0,
25
+ "train_batch_size": 16,
26
+ "trial_name": null,
27
+ "trial_params": {
28
+ "learning_rate": 1.5326649615648975e-06,
29
+ "per_device_train_batch_size": 16
30
+ }
31
+ }
run-2/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9148e9896109331da2b7e9883edd81351654fb75b2cc6dc424bd2ba274c6c831
3
+ size 5048
run-2/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd8b84e61f586cb20b2c4e1e6244f78e82e764d02e70b26c7984764a166fcb30
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9148e9896109331da2b7e9883edd81351654fb75b2cc6dc424bd2ba274c6c831
3
  size 5048