sms1097 commited on
Commit
441b509
1 Parent(s): 5706de9

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aafb79774351b6b6f3b4a82cf6c01be8b263ea56acf5a545028bf58c6c18e92
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e281f51f0d781b3c16873fbef66975f9d37ea6612757eb447c8bbd5db94f59f1
3
  size 267832560
run-3/checkpoint-17806/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.37.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-17806/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e281f51f0d781b3c16873fbef66975f9d37ea6612757eb447c8bbd5db94f59f1
3
+ size 267832560
run-3/checkpoint-17806/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:477ee413a27e46b5e420ab20ddfcd9ce153c3bf3183c840d8eb68675b64eb23a
3
+ size 535727290
run-3/checkpoint-17806/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8245e038011173a9581a4fd00ef34c756895d497edd68cda54b5e445190cb6f1
3
+ size 14244
run-3/checkpoint-17806/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f8919a62f442f225e4208c5165b2b57aec5eb638114faa7ca2fe3392d4e1f62
3
+ size 1064
run-3/checkpoint-17806/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-3/checkpoint-17806/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-17806/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-3/checkpoint-17806/trainer_state.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8438514244500541,
3
+ "best_model_checkpoint": "retrieval_model/run-3/checkpoint-17806",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 17806,
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.06,
13
+ "learning_rate": 3.4704519236458057e-06,
14
+ "loss": 0.4686,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.11,
19
+ "learning_rate": 3.4210321821949366e-06,
20
+ "loss": 0.3929,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.17,
25
+ "learning_rate": 3.3716124407440683e-06,
26
+ "loss": 0.3526,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.22,
31
+ "learning_rate": 3.3221926992931996e-06,
32
+ "loss": 0.3448,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.28,
37
+ "learning_rate": 3.272772957842331e-06,
38
+ "loss": 0.3648,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 0.34,
43
+ "learning_rate": 3.223353216391462e-06,
44
+ "loss": 0.3417,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 0.39,
49
+ "learning_rate": 3.173933474940593e-06,
50
+ "loss": 0.3259,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 0.45,
55
+ "learning_rate": 3.124513733489725e-06,
56
+ "loss": 0.3513,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 0.51,
61
+ "learning_rate": 3.0750939920388557e-06,
62
+ "loss": 0.3343,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 0.56,
67
+ "learning_rate": 3.025674250587987e-06,
68
+ "loss": 0.3465,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 0.62,
73
+ "learning_rate": 2.9762545091371184e-06,
74
+ "loss": 0.3218,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 0.67,
79
+ "learning_rate": 2.9268347676862497e-06,
80
+ "loss": 0.3134,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 0.73,
85
+ "learning_rate": 2.877415026235381e-06,
86
+ "loss": 0.3115,
87
+ "step": 6500
88
+ },
89
+ {
90
+ "epoch": 0.79,
91
+ "learning_rate": 2.8279952847845123e-06,
92
+ "loss": 0.3143,
93
+ "step": 7000
94
+ },
95
+ {
96
+ "epoch": 0.84,
97
+ "learning_rate": 2.7785755433336436e-06,
98
+ "loss": 0.3086,
99
+ "step": 7500
100
+ },
101
+ {
102
+ "epoch": 0.9,
103
+ "learning_rate": 2.7291558018827745e-06,
104
+ "loss": 0.3295,
105
+ "step": 8000
106
+ },
107
+ {
108
+ "epoch": 0.95,
109
+ "learning_rate": 2.679736060431906e-06,
110
+ "loss": 0.3056,
111
+ "step": 8500
112
+ },
113
+ {
114
+ "epoch": 1.0,
115
+ "eval_f1": 0.8321005917159763,
116
+ "eval_loss": 0.32298120856285095,
117
+ "eval_runtime": 8.1227,
118
+ "eval_samples_per_second": 487.029,
119
+ "eval_steps_per_second": 7.633,
120
+ "step": 8903
121
+ },
122
+ {
123
+ "epoch": 1.01,
124
+ "learning_rate": 2.630316318981037e-06,
125
+ "loss": 0.318,
126
+ "step": 9000
127
+ },
128
+ {
129
+ "epoch": 1.07,
130
+ "learning_rate": 2.580896577530169e-06,
131
+ "loss": 0.2982,
132
+ "step": 9500
133
+ },
134
+ {
135
+ "epoch": 1.12,
136
+ "learning_rate": 2.5314768360792997e-06,
137
+ "loss": 0.2874,
138
+ "step": 10000
139
+ },
140
+ {
141
+ "epoch": 1.18,
142
+ "learning_rate": 2.482057094628431e-06,
143
+ "loss": 0.2856,
144
+ "step": 10500
145
+ },
146
+ {
147
+ "epoch": 1.24,
148
+ "learning_rate": 2.4326373531775623e-06,
149
+ "loss": 0.3088,
150
+ "step": 11000
151
+ },
152
+ {
153
+ "epoch": 1.29,
154
+ "learning_rate": 2.3832176117266936e-06,
155
+ "loss": 0.2887,
156
+ "step": 11500
157
+ },
158
+ {
159
+ "epoch": 1.35,
160
+ "learning_rate": 2.333797870275825e-06,
161
+ "loss": 0.2844,
162
+ "step": 12000
163
+ },
164
+ {
165
+ "epoch": 1.4,
166
+ "learning_rate": 2.2843781288249563e-06,
167
+ "loss": 0.2884,
168
+ "step": 12500
169
+ },
170
+ {
171
+ "epoch": 1.46,
172
+ "learning_rate": 2.2349583873740876e-06,
173
+ "loss": 0.2838,
174
+ "step": 13000
175
+ },
176
+ {
177
+ "epoch": 1.52,
178
+ "learning_rate": 2.1855386459232185e-06,
179
+ "loss": 0.2988,
180
+ "step": 13500
181
+ },
182
+ {
183
+ "epoch": 1.57,
184
+ "learning_rate": 2.1361189044723498e-06,
185
+ "loss": 0.2881,
186
+ "step": 14000
187
+ },
188
+ {
189
+ "epoch": 1.63,
190
+ "learning_rate": 2.0866991630214815e-06,
191
+ "loss": 0.2822,
192
+ "step": 14500
193
+ },
194
+ {
195
+ "epoch": 1.68,
196
+ "learning_rate": 2.0372794215706124e-06,
197
+ "loss": 0.2904,
198
+ "step": 15000
199
+ },
200
+ {
201
+ "epoch": 1.74,
202
+ "learning_rate": 1.9878596801197437e-06,
203
+ "loss": 0.289,
204
+ "step": 15500
205
+ },
206
+ {
207
+ "epoch": 1.8,
208
+ "learning_rate": 1.938439938668875e-06,
209
+ "loss": 0.3042,
210
+ "step": 16000
211
+ },
212
+ {
213
+ "epoch": 1.85,
214
+ "learning_rate": 1.889020197218006e-06,
215
+ "loss": 0.286,
216
+ "step": 16500
217
+ },
218
+ {
219
+ "epoch": 1.91,
220
+ "learning_rate": 1.8396004557671378e-06,
221
+ "loss": 0.2667,
222
+ "step": 17000
223
+ },
224
+ {
225
+ "epoch": 1.97,
226
+ "learning_rate": 1.790180714316269e-06,
227
+ "loss": 0.3005,
228
+ "step": 17500
229
+ },
230
+ {
231
+ "epoch": 2.0,
232
+ "eval_f1": 0.8438514244500541,
233
+ "eval_loss": 0.33582502603530884,
234
+ "eval_runtime": 8.1185,
235
+ "eval_samples_per_second": 487.283,
236
+ "eval_steps_per_second": 7.637,
237
+ "step": 17806
238
+ }
239
+ ],
240
+ "logging_steps": 500,
241
+ "max_steps": 35612,
242
+ "num_input_tokens_seen": 0,
243
+ "num_train_epochs": 4,
244
+ "save_steps": 500,
245
+ "total_flos": 7767932240503800.0,
246
+ "train_batch_size": 8,
247
+ "trial_name": null,
248
+ "trial_params": {
249
+ "learning_rate": 3.5198716650966744e-06,
250
+ "num_train_epochs": 4,
251
+ "per_device_train_batch_size": 8,
252
+ "seed": 35
253
+ }
254
+ }
run-3/checkpoint-17806/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03d5f520310321e5fcebd5cc86c2f3104bcd99312aa4df858df6b5d1cd412b2
3
+ size 4664
run-3/checkpoint-17806/vocab.txt ADDED
The diff for this file is too large to render. See raw diff