agentlans commited on
Commit
3b42509
·
verified ·
1 Parent(s): 1612084

Upload 14 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: agentlans/multilingual-e5-small-aligned
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: multilingual-e5-small-aligned-sentiment
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # multilingual-e5-small-aligned-sentiment
15
+
16
+ This model is a fine-tuned version of [agentlans/multilingual-e5-small-aligned](https://huggingface.co/agentlans/multilingual-e5-small-aligned) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2188
19
+ - Mse: 0.2188
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3.0
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Mse |
49
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
50
+ | 0.2635 | 1.0 | 13548 | 0.2526 | 0.2526 |
51
+ | 0.1944 | 2.0 | 27096 | 0.2277 | 0.2277 |
52
+ | 0.1489 | 3.0 | 40644 | 0.2188 | 0.2188 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.46.3
58
+ - Pytorch 2.5.1+cu124
59
+ - Datasets 3.1.0
60
+ - Tokenizers 0.20.3
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.21882201731204987,
4
+ "eval_mse": 0.21882200171115507,
5
+ "eval_runtime": 50.6658,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1901.439,
8
+ "eval_steps_per_second": 237.695,
9
+ "total_flos": 4.283504864539085e+16,
10
+ "train_loss": 0.21721052708159796,
11
+ "train_runtime": 3074.1411,
12
+ "train_samples": 867042,
13
+ "train_samples_per_second": 846.131,
14
+ "train_steps_per_second": 13.221
15
+ }
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "agentlans/multilingual-e5-small-aligned",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "text-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1536,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "problem_type": "regression",
28
+ "tokenizer_class": "XLMRobertaTokenizer",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.46.3",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 250037
34
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.21882201731204987,
4
+ "eval_mse": 0.21882200171115507,
5
+ "eval_runtime": 50.6658,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1901.439,
8
+ "eval_steps_per_second": 237.695
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5333c9df0d67cb5904f8530167efd77528f3f24bd07b181bbd3c10ec9946baeb
3
+ size 470640124
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b44a9d7b51c3c62626640cda0e2c2f70fdacdc25bbbd68038369d14ebdf4c39
3
+ size 17082730
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "mask_token": {
7
+ "__type": "AddedToken",
8
+ "content": "<mask>",
9
+ "lstrip": true,
10
+ "normalized": true,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "model_max_length": 512,
15
+ "pad_token": "<pad>",
16
+ "sep_token": "</s>",
17
+ "sp_model_kwargs": {},
18
+ "tokenizer_class": "XLMRobertaTokenizer",
19
+ "unk_token": "<unk>"
20
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 4.283504864539085e+16,
4
+ "train_loss": 0.21721052708159796,
5
+ "train_runtime": 3074.1411,
6
+ "train_samples": 867042,
7
+ "train_samples_per_second": 846.131,
8
+ "train_steps_per_second": 13.221
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.21882201731204987,
3
+ "best_model_checkpoint": "multilingual-e5-small-aligned-sentiment/checkpoint-40644",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 40644,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.03690581635665781,
13
+ "grad_norm": 6.3122382164001465,
14
+ "learning_rate": 4.938490306072237e-05,
15
+ "loss": 0.4391,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.07381163271331562,
20
+ "grad_norm": 2.3589205741882324,
21
+ "learning_rate": 4.876980612144474e-05,
22
+ "loss": 0.3671,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.11071744906997343,
27
+ "grad_norm": 5.466468811035156,
28
+ "learning_rate": 4.815470918216711e-05,
29
+ "loss": 0.3484,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.14762326542663123,
34
+ "grad_norm": 3.5365800857543945,
35
+ "learning_rate": 4.7539612242889484e-05,
36
+ "loss": 0.3363,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.18452908178328906,
41
+ "grad_norm": 4.123874187469482,
42
+ "learning_rate": 4.692451530361185e-05,
43
+ "loss": 0.339,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.22143489813994685,
48
+ "grad_norm": 3.2261433601379395,
49
+ "learning_rate": 4.6309418364334224e-05,
50
+ "loss": 0.3275,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.2583407144966047,
55
+ "grad_norm": 4.198851108551025,
56
+ "learning_rate": 4.5694321425056594e-05,
57
+ "loss": 0.3209,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.29524653085326247,
62
+ "grad_norm": 4.112880706787109,
63
+ "learning_rate": 4.507922448577896e-05,
64
+ "loss": 0.3161,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.33215234720992026,
69
+ "grad_norm": 2.5054564476013184,
70
+ "learning_rate": 4.4464127546501335e-05,
71
+ "loss": 0.3075,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.3690581635665781,
76
+ "grad_norm": 2.706176280975342,
77
+ "learning_rate": 4.38490306072237e-05,
78
+ "loss": 0.3003,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.4059639799232359,
83
+ "grad_norm": 4.4395432472229,
84
+ "learning_rate": 4.323393366794607e-05,
85
+ "loss": 0.3049,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.4428697962798937,
90
+ "grad_norm": 2.091357946395874,
91
+ "learning_rate": 4.261883672866844e-05,
92
+ "loss": 0.3025,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.4797756126365515,
97
+ "grad_norm": 3.8511946201324463,
98
+ "learning_rate": 4.200373978939081e-05,
99
+ "loss": 0.2954,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.5166814289932093,
104
+ "grad_norm": 5.480827331542969,
105
+ "learning_rate": 4.138864285011318e-05,
106
+ "loss": 0.2906,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.5535872453498671,
111
+ "grad_norm": 2.709707260131836,
112
+ "learning_rate": 4.077354591083555e-05,
113
+ "loss": 0.2802,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.5904930617065249,
118
+ "grad_norm": 2.0577099323272705,
119
+ "learning_rate": 4.015844897155792e-05,
120
+ "loss": 0.283,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.6273988780631827,
125
+ "grad_norm": 2.7647361755371094,
126
+ "learning_rate": 3.954335203228029e-05,
127
+ "loss": 0.2812,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.6643046944198405,
132
+ "grad_norm": 2.9902350902557373,
133
+ "learning_rate": 3.892825509300266e-05,
134
+ "loss": 0.2762,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 0.7012105107764984,
139
+ "grad_norm": 2.2046756744384766,
140
+ "learning_rate": 3.8313158153725024e-05,
141
+ "loss": 0.2736,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 0.7381163271331562,
146
+ "grad_norm": 3.422405958175659,
147
+ "learning_rate": 3.76980612144474e-05,
148
+ "loss": 0.2758,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 0.775022143489814,
153
+ "grad_norm": 5.36775016784668,
154
+ "learning_rate": 3.708296427516977e-05,
155
+ "loss": 0.2695,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 0.8119279598464718,
160
+ "grad_norm": 2.30532169342041,
161
+ "learning_rate": 3.6467867335892135e-05,
162
+ "loss": 0.2685,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 0.8488337762031296,
167
+ "grad_norm": 3.8830413818359375,
168
+ "learning_rate": 3.585277039661451e-05,
169
+ "loss": 0.2715,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 0.8857395925597874,
174
+ "grad_norm": 2.014604091644287,
175
+ "learning_rate": 3.5237673457336876e-05,
176
+ "loss": 0.2608,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 0.9226454089164452,
181
+ "grad_norm": 2.6041476726531982,
182
+ "learning_rate": 3.4622576518059246e-05,
183
+ "loss": 0.2632,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 0.959551225273103,
188
+ "grad_norm": 3.3516054153442383,
189
+ "learning_rate": 3.400747957878162e-05,
190
+ "loss": 0.2621,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 0.9964570416297609,
195
+ "grad_norm": 2.724219799041748,
196
+ "learning_rate": 3.3392382639503986e-05,
197
+ "loss": 0.2635,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 1.0,
202
+ "eval_loss": 0.2525743246078491,
203
+ "eval_mse": 0.2525743009952109,
204
+ "eval_runtime": 50.6282,
205
+ "eval_samples_per_second": 1902.852,
206
+ "eval_steps_per_second": 237.871,
207
+ "step": 13548
208
+ },
209
+ {
210
+ "epoch": 1.0333628579864187,
211
+ "grad_norm": 2.4586572647094727,
212
+ "learning_rate": 3.277728570022636e-05,
213
+ "loss": 0.2128,
214
+ "step": 14000
215
+ },
216
+ {
217
+ "epoch": 1.0702686743430765,
218
+ "grad_norm": 2.403661012649536,
219
+ "learning_rate": 3.216218876094873e-05,
220
+ "loss": 0.2062,
221
+ "step": 14500
222
+ },
223
+ {
224
+ "epoch": 1.1071744906997343,
225
+ "grad_norm": 1.8662785291671753,
226
+ "learning_rate": 3.15470918216711e-05,
227
+ "loss": 0.2088,
228
+ "step": 15000
229
+ },
230
+ {
231
+ "epoch": 1.144080307056392,
232
+ "grad_norm": 4.150296688079834,
233
+ "learning_rate": 3.093199488239347e-05,
234
+ "loss": 0.203,
235
+ "step": 15500
236
+ },
237
+ {
238
+ "epoch": 1.1809861234130499,
239
+ "grad_norm": 2.604682207107544,
240
+ "learning_rate": 3.0316897943115834e-05,
241
+ "loss": 0.2002,
242
+ "step": 16000
243
+ },
244
+ {
245
+ "epoch": 1.2178919397697077,
246
+ "grad_norm": 2.8031857013702393,
247
+ "learning_rate": 2.9701801003838208e-05,
248
+ "loss": 0.2056,
249
+ "step": 16500
250
+ },
251
+ {
252
+ "epoch": 1.2547977561263655,
253
+ "grad_norm": 4.056972503662109,
254
+ "learning_rate": 2.9086704064560578e-05,
255
+ "loss": 0.2067,
256
+ "step": 17000
257
+ },
258
+ {
259
+ "epoch": 1.2917035724830233,
260
+ "grad_norm": 2.9248251914978027,
261
+ "learning_rate": 2.8471607125282945e-05,
262
+ "loss": 0.2049,
263
+ "step": 17500
264
+ },
265
+ {
266
+ "epoch": 1.328609388839681,
267
+ "grad_norm": 1.4066252708435059,
268
+ "learning_rate": 2.7856510186005312e-05,
269
+ "loss": 0.201,
270
+ "step": 18000
271
+ },
272
+ {
273
+ "epoch": 1.3655152051963388,
274
+ "grad_norm": 1.4685883522033691,
275
+ "learning_rate": 2.7241413246727686e-05,
276
+ "loss": 0.1983,
277
+ "step": 18500
278
+ },
279
+ {
280
+ "epoch": 1.4024210215529966,
281
+ "grad_norm": 1.9358257055282593,
282
+ "learning_rate": 2.6626316307450056e-05,
283
+ "loss": 0.1983,
284
+ "step": 19000
285
+ },
286
+ {
287
+ "epoch": 1.4393268379096544,
288
+ "grad_norm": 1.5204322338104248,
289
+ "learning_rate": 2.6011219368172423e-05,
290
+ "loss": 0.2032,
291
+ "step": 19500
292
+ },
293
+ {
294
+ "epoch": 1.4762326542663124,
295
+ "grad_norm": 2.7880804538726807,
296
+ "learning_rate": 2.5396122428894797e-05,
297
+ "loss": 0.2045,
298
+ "step": 20000
299
+ },
300
+ {
301
+ "epoch": 1.51313847062297,
302
+ "grad_norm": 2.1745991706848145,
303
+ "learning_rate": 2.4781025489617167e-05,
304
+ "loss": 0.1979,
305
+ "step": 20500
306
+ },
307
+ {
308
+ "epoch": 1.550044286979628,
309
+ "grad_norm": 1.6532700061798096,
310
+ "learning_rate": 2.4165928550339534e-05,
311
+ "loss": 0.1979,
312
+ "step": 21000
313
+ },
314
+ {
315
+ "epoch": 1.5869501033362858,
316
+ "grad_norm": 2.7065317630767822,
317
+ "learning_rate": 2.3550831611061904e-05,
318
+ "loss": 0.1958,
319
+ "step": 21500
320
+ },
321
+ {
322
+ "epoch": 1.6238559196929436,
323
+ "grad_norm": 2.1913399696350098,
324
+ "learning_rate": 2.2935734671784274e-05,
325
+ "loss": 0.1958,
326
+ "step": 22000
327
+ },
328
+ {
329
+ "epoch": 1.6607617360496014,
330
+ "grad_norm": 2.5118260383605957,
331
+ "learning_rate": 2.2320637732506645e-05,
332
+ "loss": 0.2016,
333
+ "step": 22500
334
+ },
335
+ {
336
+ "epoch": 1.6976675524062592,
337
+ "grad_norm": 1.4727787971496582,
338
+ "learning_rate": 2.1705540793229015e-05,
339
+ "loss": 0.1965,
340
+ "step": 23000
341
+ },
342
+ {
343
+ "epoch": 1.734573368762917,
344
+ "grad_norm": 2.5935685634613037,
345
+ "learning_rate": 2.1090443853951382e-05,
346
+ "loss": 0.1936,
347
+ "step": 23500
348
+ },
349
+ {
350
+ "epoch": 1.7714791851195748,
351
+ "grad_norm": 1.701431155204773,
352
+ "learning_rate": 2.0475346914673755e-05,
353
+ "loss": 0.1982,
354
+ "step": 24000
355
+ },
356
+ {
357
+ "epoch": 1.8083850014762326,
358
+ "grad_norm": 2.9000027179718018,
359
+ "learning_rate": 1.9860249975396122e-05,
360
+ "loss": 0.1955,
361
+ "step": 24500
362
+ },
363
+ {
364
+ "epoch": 1.8452908178328906,
365
+ "grad_norm": 3.60319447517395,
366
+ "learning_rate": 1.9245153036118493e-05,
367
+ "loss": 0.1962,
368
+ "step": 25000
369
+ },
370
+ {
371
+ "epoch": 1.8821966341895484,
372
+ "grad_norm": 2.8174662590026855,
373
+ "learning_rate": 1.8630056096840863e-05,
374
+ "loss": 0.1918,
375
+ "step": 25500
376
+ },
377
+ {
378
+ "epoch": 1.9191024505462062,
379
+ "grad_norm": 3.1348931789398193,
380
+ "learning_rate": 1.8014959157563233e-05,
381
+ "loss": 0.1951,
382
+ "step": 26000
383
+ },
384
+ {
385
+ "epoch": 1.956008266902864,
386
+ "grad_norm": 2.737175941467285,
387
+ "learning_rate": 1.7399862218285603e-05,
388
+ "loss": 0.1885,
389
+ "step": 26500
390
+ },
391
+ {
392
+ "epoch": 1.9929140832595218,
393
+ "grad_norm": 3.2441189289093018,
394
+ "learning_rate": 1.678476527900797e-05,
395
+ "loss": 0.1944,
396
+ "step": 27000
397
+ },
398
+ {
399
+ "epoch": 2.0,
400
+ "eval_loss": 0.2276565432548523,
401
+ "eval_mse": 0.22765655234639334,
402
+ "eval_runtime": 50.6433,
403
+ "eval_samples_per_second": 1902.284,
404
+ "eval_steps_per_second": 237.8,
405
+ "step": 27096
406
+ },
407
+ {
408
+ "epoch": 2.0298198996161796,
409
+ "grad_norm": 2.415947198867798,
410
+ "learning_rate": 1.6169668339730344e-05,
411
+ "loss": 0.1606,
412
+ "step": 27500
413
+ },
414
+ {
415
+ "epoch": 2.0667257159728374,
416
+ "grad_norm": 2.8117918968200684,
417
+ "learning_rate": 1.555457140045271e-05,
418
+ "loss": 0.1566,
419
+ "step": 28000
420
+ },
421
+ {
422
+ "epoch": 2.103631532329495,
423
+ "grad_norm": 2.8294386863708496,
424
+ "learning_rate": 1.4939474461175081e-05,
425
+ "loss": 0.1549,
426
+ "step": 28500
427
+ },
428
+ {
429
+ "epoch": 2.140537348686153,
430
+ "grad_norm": 2.073002576828003,
431
+ "learning_rate": 1.4324377521897453e-05,
432
+ "loss": 0.151,
433
+ "step": 29000
434
+ },
435
+ {
436
+ "epoch": 2.1774431650428108,
437
+ "grad_norm": 2.204664707183838,
438
+ "learning_rate": 1.3709280582619822e-05,
439
+ "loss": 0.1558,
440
+ "step": 29500
441
+ },
442
+ {
443
+ "epoch": 2.2143489813994686,
444
+ "grad_norm": 2.2928786277770996,
445
+ "learning_rate": 1.3094183643342192e-05,
446
+ "loss": 0.1531,
447
+ "step": 30000
448
+ },
449
+ {
450
+ "epoch": 2.2512547977561264,
451
+ "grad_norm": 4.089919567108154,
452
+ "learning_rate": 1.2479086704064562e-05,
453
+ "loss": 0.1578,
454
+ "step": 30500
455
+ },
456
+ {
457
+ "epoch": 2.288160614112784,
458
+ "grad_norm": 3.0547707080841064,
459
+ "learning_rate": 1.186398976478693e-05,
460
+ "loss": 0.1551,
461
+ "step": 31000
462
+ },
463
+ {
464
+ "epoch": 2.325066430469442,
465
+ "grad_norm": 1.791717767715454,
466
+ "learning_rate": 1.1248892825509301e-05,
467
+ "loss": 0.1538,
468
+ "step": 31500
469
+ },
470
+ {
471
+ "epoch": 2.3619722468260997,
472
+ "grad_norm": 1.498639702796936,
473
+ "learning_rate": 1.0633795886231671e-05,
474
+ "loss": 0.1533,
475
+ "step": 32000
476
+ },
477
+ {
478
+ "epoch": 2.3988780631827575,
479
+ "grad_norm": 1.8389638662338257,
480
+ "learning_rate": 1.001869894695404e-05,
481
+ "loss": 0.1536,
482
+ "step": 32500
483
+ },
484
+ {
485
+ "epoch": 2.4357838795394153,
486
+ "grad_norm": 2.8968076705932617,
487
+ "learning_rate": 9.40360200767641e-06,
488
+ "loss": 0.1518,
489
+ "step": 33000
490
+ },
491
+ {
492
+ "epoch": 2.472689695896073,
493
+ "grad_norm": 1.8149243593215942,
494
+ "learning_rate": 8.78850506839878e-06,
495
+ "loss": 0.1508,
496
+ "step": 33500
497
+ },
498
+ {
499
+ "epoch": 2.509595512252731,
500
+ "grad_norm": 2.4595253467559814,
501
+ "learning_rate": 8.17340812912115e-06,
502
+ "loss": 0.1509,
503
+ "step": 34000
504
+ },
505
+ {
506
+ "epoch": 2.5465013286093887,
507
+ "grad_norm": 2.2790329456329346,
508
+ "learning_rate": 7.55831118984352e-06,
509
+ "loss": 0.1495,
510
+ "step": 34500
511
+ },
512
+ {
513
+ "epoch": 2.5834071449660465,
514
+ "grad_norm": 2.1698362827301025,
515
+ "learning_rate": 6.94321425056589e-06,
516
+ "loss": 0.1507,
517
+ "step": 35000
518
+ },
519
+ {
520
+ "epoch": 2.6203129613227043,
521
+ "grad_norm": 1.564191460609436,
522
+ "learning_rate": 6.328117311288259e-06,
523
+ "loss": 0.1512,
524
+ "step": 35500
525
+ },
526
+ {
527
+ "epoch": 2.657218777679362,
528
+ "grad_norm": 1.279205322265625,
529
+ "learning_rate": 5.713020372010629e-06,
530
+ "loss": 0.1479,
531
+ "step": 36000
532
+ },
533
+ {
534
+ "epoch": 2.69412459403602,
535
+ "grad_norm": 2.1811535358428955,
536
+ "learning_rate": 5.097923432732999e-06,
537
+ "loss": 0.1508,
538
+ "step": 36500
539
+ },
540
+ {
541
+ "epoch": 2.7310304103926777,
542
+ "grad_norm": 2.391449451446533,
543
+ "learning_rate": 4.482826493455368e-06,
544
+ "loss": 0.1444,
545
+ "step": 37000
546
+ },
547
+ {
548
+ "epoch": 2.7679362267493355,
549
+ "grad_norm": 1.848325490951538,
550
+ "learning_rate": 3.8677295541777385e-06,
551
+ "loss": 0.1487,
552
+ "step": 37500
553
+ },
554
+ {
555
+ "epoch": 2.8048420431059933,
556
+ "grad_norm": 2.8446269035339355,
557
+ "learning_rate": 3.2526326149001084e-06,
558
+ "loss": 0.1497,
559
+ "step": 38000
560
+ },
561
+ {
562
+ "epoch": 2.841747859462651,
563
+ "grad_norm": 2.272193670272827,
564
+ "learning_rate": 2.6375356756224782e-06,
565
+ "loss": 0.1506,
566
+ "step": 38500
567
+ },
568
+ {
569
+ "epoch": 2.878653675819309,
570
+ "grad_norm": 2.2728445529937744,
571
+ "learning_rate": 2.022438736344848e-06,
572
+ "loss": 0.1497,
573
+ "step": 39000
574
+ },
575
+ {
576
+ "epoch": 2.9155594921759667,
577
+ "grad_norm": 1.8776350021362305,
578
+ "learning_rate": 1.4073417970672177e-06,
579
+ "loss": 0.1465,
580
+ "step": 39500
581
+ },
582
+ {
583
+ "epoch": 2.952465308532625,
584
+ "grad_norm": 1.9717949628829956,
585
+ "learning_rate": 7.922448577895876e-07,
586
+ "loss": 0.1493,
587
+ "step": 40000
588
+ },
589
+ {
590
+ "epoch": 2.9893711248892827,
591
+ "grad_norm": 2.8036680221557617,
592
+ "learning_rate": 1.771479185119575e-07,
593
+ "loss": 0.1489,
594
+ "step": 40500
595
+ },
596
+ {
597
+ "epoch": 3.0,
598
+ "eval_loss": 0.21882201731204987,
599
+ "eval_mse": 0.21882200171115507,
600
+ "eval_runtime": 50.9689,
601
+ "eval_samples_per_second": 1890.132,
602
+ "eval_steps_per_second": 236.281,
603
+ "step": 40644
604
+ },
605
+ {
606
+ "epoch": 3.0,
607
+ "step": 40644,
608
+ "total_flos": 4.283504864539085e+16,
609
+ "train_loss": 0.21721052708159796,
610
+ "train_runtime": 3074.1411,
611
+ "train_samples_per_second": 846.131,
612
+ "train_steps_per_second": 13.221
613
+ }
614
+ ],
615
+ "logging_steps": 500,
616
+ "max_steps": 40644,
617
+ "num_input_tokens_seen": 0,
618
+ "num_train_epochs": 3,
619
+ "save_steps": 500,
620
+ "stateful_callbacks": {
621
+ "TrainerControl": {
622
+ "args": {
623
+ "should_epoch_stop": false,
624
+ "should_evaluate": false,
625
+ "should_log": false,
626
+ "should_save": true,
627
+ "should_training_stop": true
628
+ },
629
+ "attributes": {}
630
+ }
631
+ },
632
+ "total_flos": 4.283504864539085e+16,
633
+ "train_batch_size": 64,
634
+ "trial_name": null,
635
+ "trial_params": null
636
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebe7b7b05490c20b53fbc39ffdeec0c1f0c552cf79f29de5652b1d14465d395
3
+ size 5368