sms1097 commited on
Commit
1693127
·
verified ·
1 Parent(s): a6ff2f9

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e553e2860acfded9c99abc744521668bf1b75b8efba3201285d4261d48a43acf
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c13ed1752c5829337c9cd4f6c86a5dad2076b7710448fa0f9ac4b15b1c5e02
3
  size 267832560
run-1/checkpoint-17805/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-1/checkpoint-17805/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c13ed1752c5829337c9cd4f6c86a5dad2076b7710448fa0f9ac4b15b1c5e02
3
+ size 267832560
run-1/checkpoint-17805/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719831f9c5119ef6664473732879b72bc14002fb939329b45761418535a1560a
3
+ size 535727290
run-1/checkpoint-17805/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc061068a6b1f4c703b8f3f84ac136ff2a882d7aeab19db9a3e6c8bc6bdac140
3
+ size 14244
run-1/checkpoint-17805/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650606a32ed5fcac4a02b3c9ae294f00af8f7a70e9c8f5392362418b1bafdfd3
3
+ size 1064
run-1/checkpoint-17805/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-17805/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-17805/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-1/checkpoint-17805/trainer_state.json ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8416666666666667,
3
+ "best_model_checkpoint": "relevant_model/run-1/checkpoint-17805",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 17805,
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.03,
13
+ "learning_rate": 4.101665655728474e-06,
14
+ "loss": 0.5111,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.06,
19
+ "learning_rate": 4.078498947704027e-06,
20
+ "loss": 0.4216,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.08,
25
+ "learning_rate": 4.0553322396795785e-06,
26
+ "loss": 0.4711,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.11,
31
+ "learning_rate": 4.0321655316551306e-06,
32
+ "loss": 0.4472,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.14,
37
+ "learning_rate": 4.0089988236306835e-06,
38
+ "loss": 0.4429,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 0.17,
43
+ "learning_rate": 3.985832115606236e-06,
44
+ "loss": 0.5083,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 0.2,
49
+ "learning_rate": 3.962665407581788e-06,
50
+ "loss": 0.469,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 0.22,
55
+ "learning_rate": 3.93949869955734e-06,
56
+ "loss": 0.4424,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 0.25,
61
+ "learning_rate": 3.916331991532892e-06,
62
+ "loss": 0.472,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 0.28,
67
+ "learning_rate": 3.893165283508445e-06,
68
+ "loss": 0.4344,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 0.31,
73
+ "learning_rate": 3.869998575483997e-06,
74
+ "loss": 0.4255,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 0.34,
79
+ "learning_rate": 3.846831867459549e-06,
80
+ "loss": 0.4293,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 0.37,
85
+ "learning_rate": 3.823665159435101e-06,
86
+ "loss": 0.4581,
87
+ "step": 6500
88
+ },
89
+ {
90
+ "epoch": 0.39,
91
+ "learning_rate": 3.8004984514106537e-06,
92
+ "loss": 0.4235,
93
+ "step": 7000
94
+ },
95
+ {
96
+ "epoch": 0.42,
97
+ "learning_rate": 3.777331743386206e-06,
98
+ "loss": 0.4334,
99
+ "step": 7500
100
+ },
101
+ {
102
+ "epoch": 0.45,
103
+ "learning_rate": 3.7541650353617583e-06,
104
+ "loss": 0.3703,
105
+ "step": 8000
106
+ },
107
+ {
108
+ "epoch": 0.48,
109
+ "learning_rate": 3.7309983273373104e-06,
110
+ "loss": 0.4415,
111
+ "step": 8500
112
+ },
113
+ {
114
+ "epoch": 0.51,
115
+ "learning_rate": 3.7078316193128626e-06,
116
+ "loss": 0.4234,
117
+ "step": 9000
118
+ },
119
+ {
120
+ "epoch": 0.53,
121
+ "learning_rate": 3.684664911288415e-06,
122
+ "loss": 0.4184,
123
+ "step": 9500
124
+ },
125
+ {
126
+ "epoch": 0.56,
127
+ "learning_rate": 3.661498203263967e-06,
128
+ "loss": 0.3912,
129
+ "step": 10000
130
+ },
131
+ {
132
+ "epoch": 0.59,
133
+ "learning_rate": 3.6383314952395193e-06,
134
+ "loss": 0.4158,
135
+ "step": 10500
136
+ },
137
+ {
138
+ "epoch": 0.62,
139
+ "learning_rate": 3.615164787215072e-06,
140
+ "loss": 0.3966,
141
+ "step": 11000
142
+ },
143
+ {
144
+ "epoch": 0.65,
145
+ "learning_rate": 3.591998079190624e-06,
146
+ "loss": 0.4171,
147
+ "step": 11500
148
+ },
149
+ {
150
+ "epoch": 0.67,
151
+ "learning_rate": 3.568831371166176e-06,
152
+ "loss": 0.381,
153
+ "step": 12000
154
+ },
155
+ {
156
+ "epoch": 0.7,
157
+ "learning_rate": 3.5456646631417285e-06,
158
+ "loss": 0.3867,
159
+ "step": 12500
160
+ },
161
+ {
162
+ "epoch": 0.73,
163
+ "learning_rate": 3.5224979551172806e-06,
164
+ "loss": 0.4438,
165
+ "step": 13000
166
+ },
167
+ {
168
+ "epoch": 0.76,
169
+ "learning_rate": 3.4993312470928328e-06,
170
+ "loss": 0.3806,
171
+ "step": 13500
172
+ },
173
+ {
174
+ "epoch": 0.79,
175
+ "learning_rate": 3.4761645390683853e-06,
176
+ "loss": 0.391,
177
+ "step": 14000
178
+ },
179
+ {
180
+ "epoch": 0.81,
181
+ "learning_rate": 3.4529978310439374e-06,
182
+ "loss": 0.3947,
183
+ "step": 14500
184
+ },
185
+ {
186
+ "epoch": 0.84,
187
+ "learning_rate": 3.42983112301949e-06,
188
+ "loss": 0.397,
189
+ "step": 15000
190
+ },
191
+ {
192
+ "epoch": 0.87,
193
+ "learning_rate": 3.406664414995042e-06,
194
+ "loss": 0.4048,
195
+ "step": 15500
196
+ },
197
+ {
198
+ "epoch": 0.9,
199
+ "learning_rate": 3.383497706970594e-06,
200
+ "loss": 0.4648,
201
+ "step": 16000
202
+ },
203
+ {
204
+ "epoch": 0.93,
205
+ "learning_rate": 3.3603309989461466e-06,
206
+ "loss": 0.3751,
207
+ "step": 16500
208
+ },
209
+ {
210
+ "epoch": 0.95,
211
+ "learning_rate": 3.3371642909216987e-06,
212
+ "loss": 0.3951,
213
+ "step": 17000
214
+ },
215
+ {
216
+ "epoch": 0.98,
217
+ "learning_rate": 3.313997582897251e-06,
218
+ "loss": 0.4386,
219
+ "step": 17500
220
+ },
221
+ {
222
+ "epoch": 1.0,
223
+ "eval_f1": 0.8416666666666667,
224
+ "eval_loss": 0.3926413059234619,
225
+ "eval_runtime": 7.7212,
226
+ "eval_samples_per_second": 512.357,
227
+ "eval_steps_per_second": 8.03,
228
+ "step": 17805
229
+ }
230
+ ],
231
+ "logging_steps": 500,
232
+ "max_steps": 89025,
233
+ "num_input_tokens_seen": 0,
234
+ "num_train_epochs": 5,
235
+ "save_steps": 500,
236
+ "total_flos": 2758404863768208.0,
237
+ "train_batch_size": 4,
238
+ "trial_name": null,
239
+ "trial_params": {
240
+ "learning_rate": 4.124832363752922e-06,
241
+ "num_train_epochs": 5,
242
+ "per_device_train_batch_size": 4,
243
+ "seed": 40
244
+ }
245
+ }
run-1/checkpoint-17805/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edfb4d32c4b440688a42ad772fd577e72d0a24c0764a9f6c27730006d6a58ce
3
+ size 4664
run-1/checkpoint-17805/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:df89df61b84ded72d02ff4835a2b8c5b60aca9d2d6b90b2f2b5c3e742846d5d1
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edfb4d32c4b440688a42ad772fd577e72d0a24c0764a9f6c27730006d6a58ce
3
  size 4664