agentlans commited on
Commit
fd1013d
1 Parent(s): e775c48

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-quality
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-quality
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.2512
19
+ - Mse: 0.2512
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.283 | 1.0 | 13548 | 0.2798 | 0.2798 |
51
+ | 0.2212 | 2.0 | 27096 | 0.2522 | 0.2522 |
52
+ | 0.1801 | 3.0 | 40644 | 0.2512 | 0.2512 |
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.2512021064758301,
4
+ "eval_mse": 0.2512021179375455,
5
+ "eval_runtime": 60.7595,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1585.562,
8
+ "eval_steps_per_second": 198.208,
9
+ "total_flos": 4.283504864539085e+16,
10
+ "train_loss": 0.23920188012548746,
11
+ "train_runtime": 3164.8098,
12
+ "train_samples": 867042,
13
+ "train_samples_per_second": 821.89,
14
+ "train_steps_per_second": 12.842
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.2512021064758301,
4
+ "eval_mse": 0.2512021179375455,
5
+ "eval_runtime": 60.7595,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1585.562,
8
+ "eval_steps_per_second": 198.208
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:725a4a8c077941f3be577551f89cb0871f1441cde05ae499be76d82f4899bd7c
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.23920188012548746,
5
+ "train_runtime": 3164.8098,
6
+ "train_samples": 867042,
7
+ "train_samples_per_second": 821.89,
8
+ "train_steps_per_second": 12.842
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2512021064758301,
3
+ "best_model_checkpoint": "multilingual-e5-small-aligned-quality/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": 5.902834892272949,
14
+ "learning_rate": 4.938490306072237e-05,
15
+ "loss": 0.4031,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.07381163271331562,
20
+ "grad_norm": 2.7090084552764893,
21
+ "learning_rate": 4.876980612144474e-05,
22
+ "loss": 0.3469,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.11071744906997343,
27
+ "grad_norm": 2.5691611766815186,
28
+ "learning_rate": 4.815470918216711e-05,
29
+ "loss": 0.3437,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.14762326542663123,
34
+ "grad_norm": 2.3187239170074463,
35
+ "learning_rate": 4.7539612242889484e-05,
36
+ "loss": 0.3309,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.18452908178328906,
41
+ "grad_norm": 2.1093502044677734,
42
+ "learning_rate": 4.692451530361185e-05,
43
+ "loss": 0.3247,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.22143489813994685,
48
+ "grad_norm": 1.9845925569534302,
49
+ "learning_rate": 4.6309418364334224e-05,
50
+ "loss": 0.3169,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.2583407144966047,
55
+ "grad_norm": 2.292973756790161,
56
+ "learning_rate": 4.5694321425056594e-05,
57
+ "loss": 0.3197,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.29524653085326247,
62
+ "grad_norm": 1.499457597732544,
63
+ "learning_rate": 4.507922448577896e-05,
64
+ "loss": 0.3142,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.33215234720992026,
69
+ "grad_norm": 1.7365167140960693,
70
+ "learning_rate": 4.4464127546501335e-05,
71
+ "loss": 0.3138,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.3690581635665781,
76
+ "grad_norm": 2.04133939743042,
77
+ "learning_rate": 4.38490306072237e-05,
78
+ "loss": 0.3132,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.4059639799232359,
83
+ "grad_norm": 1.8704568147659302,
84
+ "learning_rate": 4.323393366794607e-05,
85
+ "loss": 0.3104,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.4428697962798937,
90
+ "grad_norm": 2.452059268951416,
91
+ "learning_rate": 4.261883672866844e-05,
92
+ "loss": 0.3046,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.4797756126365515,
97
+ "grad_norm": 2.5406882762908936,
98
+ "learning_rate": 4.200373978939081e-05,
99
+ "loss": 0.2989,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.5166814289932093,
104
+ "grad_norm": 1.574673056602478,
105
+ "learning_rate": 4.138864285011318e-05,
106
+ "loss": 0.3005,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.5535872453498671,
111
+ "grad_norm": 2.1640470027923584,
112
+ "learning_rate": 4.077354591083555e-05,
113
+ "loss": 0.3013,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.5904930617065249,
118
+ "grad_norm": 2.8707878589630127,
119
+ "learning_rate": 4.015844897155792e-05,
120
+ "loss": 0.2981,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.6273988780631827,
125
+ "grad_norm": 2.8684544563293457,
126
+ "learning_rate": 3.954335203228029e-05,
127
+ "loss": 0.2979,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.6643046944198405,
132
+ "grad_norm": 2.2373464107513428,
133
+ "learning_rate": 3.892825509300266e-05,
134
+ "loss": 0.288,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 0.7012105107764984,
139
+ "grad_norm": 2.0412282943725586,
140
+ "learning_rate": 3.8313158153725024e-05,
141
+ "loss": 0.292,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 0.7381163271331562,
146
+ "grad_norm": 2.2188100814819336,
147
+ "learning_rate": 3.76980612144474e-05,
148
+ "loss": 0.2909,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 0.775022143489814,
153
+ "grad_norm": 1.4839853048324585,
154
+ "learning_rate": 3.708296427516977e-05,
155
+ "loss": 0.2851,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 0.8119279598464718,
160
+ "grad_norm": 1.4828788042068481,
161
+ "learning_rate": 3.6467867335892135e-05,
162
+ "loss": 0.2894,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 0.8488337762031296,
167
+ "grad_norm": 1.8619405031204224,
168
+ "learning_rate": 3.585277039661451e-05,
169
+ "loss": 0.2885,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 0.8857395925597874,
174
+ "grad_norm": 1.9477214813232422,
175
+ "learning_rate": 3.5237673457336876e-05,
176
+ "loss": 0.2813,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 0.9226454089164452,
181
+ "grad_norm": 2.7381999492645264,
182
+ "learning_rate": 3.4622576518059246e-05,
183
+ "loss": 0.284,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 0.959551225273103,
188
+ "grad_norm": 1.8171463012695312,
189
+ "learning_rate": 3.400747957878162e-05,
190
+ "loss": 0.2811,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 0.9964570416297609,
195
+ "grad_norm": 2.59826922416687,
196
+ "learning_rate": 3.3392382639503986e-05,
197
+ "loss": 0.283,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 1.0,
202
+ "eval_loss": 0.27975523471832275,
203
+ "eval_mse": 0.27975526814178425,
204
+ "eval_runtime": 52.0159,
205
+ "eval_samples_per_second": 1852.088,
206
+ "eval_steps_per_second": 231.525,
207
+ "step": 13548
208
+ },
209
+ {
210
+ "epoch": 1.0333628579864187,
211
+ "grad_norm": 3.655153751373291,
212
+ "learning_rate": 3.277728570022636e-05,
213
+ "loss": 0.236,
214
+ "step": 14000
215
+ },
216
+ {
217
+ "epoch": 1.0702686743430765,
218
+ "grad_norm": 2.276049852371216,
219
+ "learning_rate": 3.216218876094873e-05,
220
+ "loss": 0.2364,
221
+ "step": 14500
222
+ },
223
+ {
224
+ "epoch": 1.1071744906997343,
225
+ "grad_norm": 1.4967354536056519,
226
+ "learning_rate": 3.15470918216711e-05,
227
+ "loss": 0.2317,
228
+ "step": 15000
229
+ },
230
+ {
231
+ "epoch": 1.144080307056392,
232
+ "grad_norm": 1.4636516571044922,
233
+ "learning_rate": 3.093199488239347e-05,
234
+ "loss": 0.2342,
235
+ "step": 15500
236
+ },
237
+ {
238
+ "epoch": 1.1809861234130499,
239
+ "grad_norm": 2.246140956878662,
240
+ "learning_rate": 3.0316897943115834e-05,
241
+ "loss": 0.2288,
242
+ "step": 16000
243
+ },
244
+ {
245
+ "epoch": 1.2178919397697077,
246
+ "grad_norm": 1.4207803010940552,
247
+ "learning_rate": 2.9701801003838208e-05,
248
+ "loss": 0.2302,
249
+ "step": 16500
250
+ },
251
+ {
252
+ "epoch": 1.2547977561263655,
253
+ "grad_norm": 2.0020480155944824,
254
+ "learning_rate": 2.9086704064560578e-05,
255
+ "loss": 0.2331,
256
+ "step": 17000
257
+ },
258
+ {
259
+ "epoch": 1.2917035724830233,
260
+ "grad_norm": 1.7502425909042358,
261
+ "learning_rate": 2.8471607125282945e-05,
262
+ "loss": 0.2296,
263
+ "step": 17500
264
+ },
265
+ {
266
+ "epoch": 1.328609388839681,
267
+ "grad_norm": 1.819958209991455,
268
+ "learning_rate": 2.7856510186005312e-05,
269
+ "loss": 0.2346,
270
+ "step": 18000
271
+ },
272
+ {
273
+ "epoch": 1.3655152051963388,
274
+ "grad_norm": 2.5178093910217285,
275
+ "learning_rate": 2.7241413246727686e-05,
276
+ "loss": 0.2291,
277
+ "step": 18500
278
+ },
279
+ {
280
+ "epoch": 1.4024210215529966,
281
+ "grad_norm": 1.7607210874557495,
282
+ "learning_rate": 2.6626316307450056e-05,
283
+ "loss": 0.2266,
284
+ "step": 19000
285
+ },
286
+ {
287
+ "epoch": 1.4393268379096544,
288
+ "grad_norm": 2.5194263458251953,
289
+ "learning_rate": 2.6011219368172423e-05,
290
+ "loss": 0.2292,
291
+ "step": 19500
292
+ },
293
+ {
294
+ "epoch": 1.4762326542663124,
295
+ "grad_norm": 1.6286081075668335,
296
+ "learning_rate": 2.5396122428894797e-05,
297
+ "loss": 0.2298,
298
+ "step": 20000
299
+ },
300
+ {
301
+ "epoch": 1.51313847062297,
302
+ "grad_norm": 2.4123353958129883,
303
+ "learning_rate": 2.4781025489617167e-05,
304
+ "loss": 0.2283,
305
+ "step": 20500
306
+ },
307
+ {
308
+ "epoch": 1.550044286979628,
309
+ "grad_norm": 1.9285629987716675,
310
+ "learning_rate": 2.4165928550339534e-05,
311
+ "loss": 0.2263,
312
+ "step": 21000
313
+ },
314
+ {
315
+ "epoch": 1.5869501033362858,
316
+ "grad_norm": 2.4015371799468994,
317
+ "learning_rate": 2.3550831611061904e-05,
318
+ "loss": 0.2265,
319
+ "step": 21500
320
+ },
321
+ {
322
+ "epoch": 1.6238559196929436,
323
+ "grad_norm": 1.3897498846054077,
324
+ "learning_rate": 2.2935734671784274e-05,
325
+ "loss": 0.2279,
326
+ "step": 22000
327
+ },
328
+ {
329
+ "epoch": 1.6607617360496014,
330
+ "grad_norm": 1.909913182258606,
331
+ "learning_rate": 2.2320637732506645e-05,
332
+ "loss": 0.2235,
333
+ "step": 22500
334
+ },
335
+ {
336
+ "epoch": 1.6976675524062592,
337
+ "grad_norm": 2.007033586502075,
338
+ "learning_rate": 2.1705540793229015e-05,
339
+ "loss": 0.2226,
340
+ "step": 23000
341
+ },
342
+ {
343
+ "epoch": 1.734573368762917,
344
+ "grad_norm": 1.4410597085952759,
345
+ "learning_rate": 2.1090443853951382e-05,
346
+ "loss": 0.2237,
347
+ "step": 23500
348
+ },
349
+ {
350
+ "epoch": 1.7714791851195748,
351
+ "grad_norm": 1.568517804145813,
352
+ "learning_rate": 2.0475346914673755e-05,
353
+ "loss": 0.2236,
354
+ "step": 24000
355
+ },
356
+ {
357
+ "epoch": 1.8083850014762326,
358
+ "grad_norm": 1.9290361404418945,
359
+ "learning_rate": 1.9860249975396122e-05,
360
+ "loss": 0.2245,
361
+ "step": 24500
362
+ },
363
+ {
364
+ "epoch": 1.8452908178328906,
365
+ "grad_norm": 1.7693965435028076,
366
+ "learning_rate": 1.9245153036118493e-05,
367
+ "loss": 0.2219,
368
+ "step": 25000
369
+ },
370
+ {
371
+ "epoch": 1.8821966341895484,
372
+ "grad_norm": 1.637657642364502,
373
+ "learning_rate": 1.8630056096840863e-05,
374
+ "loss": 0.2222,
375
+ "step": 25500
376
+ },
377
+ {
378
+ "epoch": 1.9191024505462062,
379
+ "grad_norm": 1.8758279085159302,
380
+ "learning_rate": 1.8014959157563233e-05,
381
+ "loss": 0.2237,
382
+ "step": 26000
383
+ },
384
+ {
385
+ "epoch": 1.956008266902864,
386
+ "grad_norm": 1.9924167394638062,
387
+ "learning_rate": 1.7399862218285603e-05,
388
+ "loss": 0.2221,
389
+ "step": 26500
390
+ },
391
+ {
392
+ "epoch": 1.9929140832595218,
393
+ "grad_norm": 1.6823917627334595,
394
+ "learning_rate": 1.678476527900797e-05,
395
+ "loss": 0.2212,
396
+ "step": 27000
397
+ },
398
+ {
399
+ "epoch": 2.0,
400
+ "eval_loss": 0.2521688938140869,
401
+ "eval_mse": 0.2521688884473344,
402
+ "eval_runtime": 52.0006,
403
+ "eval_samples_per_second": 1852.634,
404
+ "eval_steps_per_second": 231.594,
405
+ "step": 27096
406
+ },
407
+ {
408
+ "epoch": 2.0298198996161796,
409
+ "grad_norm": 1.8799372911453247,
410
+ "learning_rate": 1.6169668339730344e-05,
411
+ "loss": 0.1923,
412
+ "step": 27500
413
+ },
414
+ {
415
+ "epoch": 2.0667257159728374,
416
+ "grad_norm": 1.8323724269866943,
417
+ "learning_rate": 1.555457140045271e-05,
418
+ "loss": 0.1843,
419
+ "step": 28000
420
+ },
421
+ {
422
+ "epoch": 2.103631532329495,
423
+ "grad_norm": 2.1051783561706543,
424
+ "learning_rate": 1.4939474461175081e-05,
425
+ "loss": 0.1828,
426
+ "step": 28500
427
+ },
428
+ {
429
+ "epoch": 2.140537348686153,
430
+ "grad_norm": 1.5870431661605835,
431
+ "learning_rate": 1.4324377521897453e-05,
432
+ "loss": 0.1871,
433
+ "step": 29000
434
+ },
435
+ {
436
+ "epoch": 2.1774431650428108,
437
+ "grad_norm": 1.8576958179473877,
438
+ "learning_rate": 1.3709280582619822e-05,
439
+ "loss": 0.1845,
440
+ "step": 29500
441
+ },
442
+ {
443
+ "epoch": 2.2143489813994686,
444
+ "grad_norm": 1.5509694814682007,
445
+ "learning_rate": 1.3094183643342192e-05,
446
+ "loss": 0.1838,
447
+ "step": 30000
448
+ },
449
+ {
450
+ "epoch": 2.2512547977561264,
451
+ "grad_norm": 1.8506149053573608,
452
+ "learning_rate": 1.2479086704064562e-05,
453
+ "loss": 0.1849,
454
+ "step": 30500
455
+ },
456
+ {
457
+ "epoch": 2.288160614112784,
458
+ "grad_norm": 1.8075580596923828,
459
+ "learning_rate": 1.186398976478693e-05,
460
+ "loss": 0.1858,
461
+ "step": 31000
462
+ },
463
+ {
464
+ "epoch": 2.325066430469442,
465
+ "grad_norm": 2.2976126670837402,
466
+ "learning_rate": 1.1248892825509301e-05,
467
+ "loss": 0.187,
468
+ "step": 31500
469
+ },
470
+ {
471
+ "epoch": 2.3619722468260997,
472
+ "grad_norm": 2.127387046813965,
473
+ "learning_rate": 1.0633795886231671e-05,
474
+ "loss": 0.1851,
475
+ "step": 32000
476
+ },
477
+ {
478
+ "epoch": 2.3988780631827575,
479
+ "grad_norm": 1.7915741205215454,
480
+ "learning_rate": 1.001869894695404e-05,
481
+ "loss": 0.1813,
482
+ "step": 32500
483
+ },
484
+ {
485
+ "epoch": 2.4357838795394153,
486
+ "grad_norm": 2.1885006427764893,
487
+ "learning_rate": 9.40360200767641e-06,
488
+ "loss": 0.1807,
489
+ "step": 33000
490
+ },
491
+ {
492
+ "epoch": 2.472689695896073,
493
+ "grad_norm": 2.7843916416168213,
494
+ "learning_rate": 8.78850506839878e-06,
495
+ "loss": 0.1839,
496
+ "step": 33500
497
+ },
498
+ {
499
+ "epoch": 2.509595512252731,
500
+ "grad_norm": 1.519360899925232,
501
+ "learning_rate": 8.17340812912115e-06,
502
+ "loss": 0.1846,
503
+ "step": 34000
504
+ },
505
+ {
506
+ "epoch": 2.5465013286093887,
507
+ "grad_norm": 1.867719292640686,
508
+ "learning_rate": 7.55831118984352e-06,
509
+ "loss": 0.1843,
510
+ "step": 34500
511
+ },
512
+ {
513
+ "epoch": 2.5834071449660465,
514
+ "grad_norm": 1.8827580213546753,
515
+ "learning_rate": 6.94321425056589e-06,
516
+ "loss": 0.182,
517
+ "step": 35000
518
+ },
519
+ {
520
+ "epoch": 2.6203129613227043,
521
+ "grad_norm": 2.268225908279419,
522
+ "learning_rate": 6.328117311288259e-06,
523
+ "loss": 0.1817,
524
+ "step": 35500
525
+ },
526
+ {
527
+ "epoch": 2.657218777679362,
528
+ "grad_norm": 1.7755805253982544,
529
+ "learning_rate": 5.713020372010629e-06,
530
+ "loss": 0.1821,
531
+ "step": 36000
532
+ },
533
+ {
534
+ "epoch": 2.69412459403602,
535
+ "grad_norm": 1.9568016529083252,
536
+ "learning_rate": 5.097923432732999e-06,
537
+ "loss": 0.18,
538
+ "step": 36500
539
+ },
540
+ {
541
+ "epoch": 2.7310304103926777,
542
+ "grad_norm": 2.343839406967163,
543
+ "learning_rate": 4.482826493455368e-06,
544
+ "loss": 0.181,
545
+ "step": 37000
546
+ },
547
+ {
548
+ "epoch": 2.7679362267493355,
549
+ "grad_norm": 2.2050397396087646,
550
+ "learning_rate": 3.8677295541777385e-06,
551
+ "loss": 0.1817,
552
+ "step": 37500
553
+ },
554
+ {
555
+ "epoch": 2.8048420431059933,
556
+ "grad_norm": 1.7823182344436646,
557
+ "learning_rate": 3.2526326149001084e-06,
558
+ "loss": 0.1779,
559
+ "step": 38000
560
+ },
561
+ {
562
+ "epoch": 2.841747859462651,
563
+ "grad_norm": 1.8498305082321167,
564
+ "learning_rate": 2.6375356756224782e-06,
565
+ "loss": 0.1819,
566
+ "step": 38500
567
+ },
568
+ {
569
+ "epoch": 2.878653675819309,
570
+ "grad_norm": 2.2064967155456543,
571
+ "learning_rate": 2.022438736344848e-06,
572
+ "loss": 0.182,
573
+ "step": 39000
574
+ },
575
+ {
576
+ "epoch": 2.9155594921759667,
577
+ "grad_norm": 2.3844711780548096,
578
+ "learning_rate": 1.4073417970672177e-06,
579
+ "loss": 0.1786,
580
+ "step": 39500
581
+ },
582
+ {
583
+ "epoch": 2.952465308532625,
584
+ "grad_norm": 1.8031284809112549,
585
+ "learning_rate": 7.922448577895876e-07,
586
+ "loss": 0.1815,
587
+ "step": 40000
588
+ },
589
+ {
590
+ "epoch": 2.9893711248892827,
591
+ "grad_norm": 1.6803677082061768,
592
+ "learning_rate": 1.771479185119575e-07,
593
+ "loss": 0.1801,
594
+ "step": 40500
595
+ },
596
+ {
597
+ "epoch": 3.0,
598
+ "eval_loss": 0.2512021064758301,
599
+ "eval_mse": 0.2512021179375455,
600
+ "eval_runtime": 59.0402,
601
+ "eval_samples_per_second": 1631.736,
602
+ "eval_steps_per_second": 203.98,
603
+ "step": 40644
604
+ },
605
+ {
606
+ "epoch": 3.0,
607
+ "step": 40644,
608
+ "total_flos": 4.283504864539085e+16,
609
+ "train_loss": 0.23920188012548746,
610
+ "train_runtime": 3164.8098,
611
+ "train_samples_per_second": 821.89,
612
+ "train_steps_per_second": 12.842
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:cd2d47e7c406fcaf5be371ef202fba62dea81038520d7b2858a9e43c9ed99caa
3
+ size 5368