agentlans commited on
Commit
b63d0da
1 Parent(s): 63e0a5f

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-readability
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-readability
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: 3.6611
19
+ - Mse: 3.6611
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
+ | 3.8356 | 1.0 | 13548 | 3.8022 | 3.8022 |
51
+ | 3.1173 | 2.0 | 27096 | 3.7407 | 3.7407 |
52
+ | 2.6344 | 3.0 | 40644 | 3.6611 | 3.6611 |
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": 3.6610631942749023,
4
+ "eval_mse": 3.6610634619705245,
5
+ "eval_runtime": 54.3093,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1773.877,
8
+ "eval_steps_per_second": 221.748,
9
+ "total_flos": 4.283504864539085e+16,
10
+ "train_loss": 3.5571271605219925,
11
+ "train_runtime": 3169.0778,
12
+ "train_samples": 867042,
13
+ "train_samples_per_second": 820.783,
14
+ "train_steps_per_second": 12.825
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": 3.6610631942749023,
4
+ "eval_mse": 3.6610634619705245,
5
+ "eval_runtime": 54.3093,
6
+ "eval_samples": 96338,
7
+ "eval_samples_per_second": 1773.877,
8
+ "eval_steps_per_second": 221.748
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136c16d5da332c5a5001eb783a3f108ab89a5ad734d87aa0267c98118a23516a
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": 3.5571271605219925,
5
+ "train_runtime": 3169.0778,
6
+ "train_samples": 867042,
7
+ "train_samples_per_second": 820.783,
8
+ "train_steps_per_second": 12.825
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 3.6610631942749023,
3
+ "best_model_checkpoint": "multilingual-e5-small-aligned-readability/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": 48.44145965576172,
14
+ "learning_rate": 4.938490306072237e-05,
15
+ "loss": 25.4936,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.07381163271331562,
20
+ "grad_norm": 56.23558807373047,
21
+ "learning_rate": 4.876980612144474e-05,
22
+ "loss": 5.5206,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.11071744906997343,
27
+ "grad_norm": 22.196273803710938,
28
+ "learning_rate": 4.815470918216711e-05,
29
+ "loss": 4.8622,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.14762326542663123,
34
+ "grad_norm": 49.71085739135742,
35
+ "learning_rate": 4.7539612242889484e-05,
36
+ "loss": 4.7329,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.18452908178328906,
41
+ "grad_norm": 33.54679489135742,
42
+ "learning_rate": 4.692451530361185e-05,
43
+ "loss": 4.4192,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.22143489813994685,
48
+ "grad_norm": 33.129676818847656,
49
+ "learning_rate": 4.6309418364334224e-05,
50
+ "loss": 4.4362,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.2583407144966047,
55
+ "grad_norm": 32.080562591552734,
56
+ "learning_rate": 4.5694321425056594e-05,
57
+ "loss": 4.2238,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.29524653085326247,
62
+ "grad_norm": 49.822025299072266,
63
+ "learning_rate": 4.507922448577896e-05,
64
+ "loss": 4.207,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.33215234720992026,
69
+ "grad_norm": 38.24595642089844,
70
+ "learning_rate": 4.4464127546501335e-05,
71
+ "loss": 4.1541,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.3690581635665781,
76
+ "grad_norm": 38.85857391357422,
77
+ "learning_rate": 4.38490306072237e-05,
78
+ "loss": 4.1168,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.4059639799232359,
83
+ "grad_norm": 26.093944549560547,
84
+ "learning_rate": 4.323393366794607e-05,
85
+ "loss": 4.035,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.4428697962798937,
90
+ "grad_norm": 38.26423263549805,
91
+ "learning_rate": 4.261883672866844e-05,
92
+ "loss": 4.0707,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.4797756126365515,
97
+ "grad_norm": 30.129150390625,
98
+ "learning_rate": 4.200373978939081e-05,
99
+ "loss": 4.0642,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.5166814289932093,
104
+ "grad_norm": 28.189598083496094,
105
+ "learning_rate": 4.138864285011318e-05,
106
+ "loss": 4.0913,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.5535872453498671,
111
+ "grad_norm": 25.67119789123535,
112
+ "learning_rate": 4.077354591083555e-05,
113
+ "loss": 3.8925,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.5904930617065249,
118
+ "grad_norm": 40.868289947509766,
119
+ "learning_rate": 4.015844897155792e-05,
120
+ "loss": 4.0213,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.6273988780631827,
125
+ "grad_norm": 26.44133186340332,
126
+ "learning_rate": 3.954335203228029e-05,
127
+ "loss": 4.0,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.6643046944198405,
132
+ "grad_norm": 25.9945068359375,
133
+ "learning_rate": 3.892825509300266e-05,
134
+ "loss": 3.9923,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 0.7012105107764984,
139
+ "grad_norm": 44.50141143798828,
140
+ "learning_rate": 3.8313158153725024e-05,
141
+ "loss": 3.8293,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 0.7381163271331562,
146
+ "grad_norm": 43.48475646972656,
147
+ "learning_rate": 3.76980612144474e-05,
148
+ "loss": 3.8908,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 0.775022143489814,
153
+ "grad_norm": 34.09233093261719,
154
+ "learning_rate": 3.708296427516977e-05,
155
+ "loss": 3.8289,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 0.8119279598464718,
160
+ "grad_norm": 19.0194034576416,
161
+ "learning_rate": 3.6467867335892135e-05,
162
+ "loss": 3.9371,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 0.8488337762031296,
167
+ "grad_norm": 23.901264190673828,
168
+ "learning_rate": 3.585277039661451e-05,
169
+ "loss": 3.9056,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 0.8857395925597874,
174
+ "grad_norm": 17.51069450378418,
175
+ "learning_rate": 3.5237673457336876e-05,
176
+ "loss": 3.8314,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 0.9226454089164452,
181
+ "grad_norm": 41.49451446533203,
182
+ "learning_rate": 3.4622576518059246e-05,
183
+ "loss": 3.8817,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 0.959551225273103,
188
+ "grad_norm": 54.885257720947266,
189
+ "learning_rate": 3.400747957878162e-05,
190
+ "loss": 3.7882,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 0.9964570416297609,
195
+ "grad_norm": 23.55073356628418,
196
+ "learning_rate": 3.3392382639503986e-05,
197
+ "loss": 3.8356,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 1.0,
202
+ "eval_loss": 3.8022446632385254,
203
+ "eval_mse": 3.80224462961076,
204
+ "eval_runtime": 54.6351,
205
+ "eval_samples_per_second": 1763.299,
206
+ "eval_steps_per_second": 220.426,
207
+ "step": 13548
208
+ },
209
+ {
210
+ "epoch": 1.0333628579864187,
211
+ "grad_norm": 19.580780029296875,
212
+ "learning_rate": 3.277728570022636e-05,
213
+ "loss": 3.3048,
214
+ "step": 14000
215
+ },
216
+ {
217
+ "epoch": 1.0702686743430765,
218
+ "grad_norm": 18.51485824584961,
219
+ "learning_rate": 3.216218876094873e-05,
220
+ "loss": 3.1909,
221
+ "step": 14500
222
+ },
223
+ {
224
+ "epoch": 1.1071744906997343,
225
+ "grad_norm": 24.523353576660156,
226
+ "learning_rate": 3.15470918216711e-05,
227
+ "loss": 3.134,
228
+ "step": 15000
229
+ },
230
+ {
231
+ "epoch": 1.144080307056392,
232
+ "grad_norm": 23.871919631958008,
233
+ "learning_rate": 3.093199488239347e-05,
234
+ "loss": 3.182,
235
+ "step": 15500
236
+ },
237
+ {
238
+ "epoch": 1.1809861234130499,
239
+ "grad_norm": 27.006973266601562,
240
+ "learning_rate": 3.0316897943115834e-05,
241
+ "loss": 3.3002,
242
+ "step": 16000
243
+ },
244
+ {
245
+ "epoch": 1.2178919397697077,
246
+ "grad_norm": 46.61240005493164,
247
+ "learning_rate": 2.9701801003838208e-05,
248
+ "loss": 3.1962,
249
+ "step": 16500
250
+ },
251
+ {
252
+ "epoch": 1.2547977561263655,
253
+ "grad_norm": 23.656471252441406,
254
+ "learning_rate": 2.9086704064560578e-05,
255
+ "loss": 3.2212,
256
+ "step": 17000
257
+ },
258
+ {
259
+ "epoch": 1.2917035724830233,
260
+ "grad_norm": 38.43106460571289,
261
+ "learning_rate": 2.8471607125282945e-05,
262
+ "loss": 3.2474,
263
+ "step": 17500
264
+ },
265
+ {
266
+ "epoch": 1.328609388839681,
267
+ "grad_norm": 19.142786026000977,
268
+ "learning_rate": 2.7856510186005312e-05,
269
+ "loss": 3.1591,
270
+ "step": 18000
271
+ },
272
+ {
273
+ "epoch": 1.3655152051963388,
274
+ "grad_norm": 30.900583267211914,
275
+ "learning_rate": 2.7241413246727686e-05,
276
+ "loss": 3.1354,
277
+ "step": 18500
278
+ },
279
+ {
280
+ "epoch": 1.4024210215529966,
281
+ "grad_norm": 25.125627517700195,
282
+ "learning_rate": 2.6626316307450056e-05,
283
+ "loss": 3.1656,
284
+ "step": 19000
285
+ },
286
+ {
287
+ "epoch": 1.4393268379096544,
288
+ "grad_norm": 28.680898666381836,
289
+ "learning_rate": 2.6011219368172423e-05,
290
+ "loss": 3.1617,
291
+ "step": 19500
292
+ },
293
+ {
294
+ "epoch": 1.4762326542663124,
295
+ "grad_norm": 28.307249069213867,
296
+ "learning_rate": 2.5396122428894797e-05,
297
+ "loss": 3.1673,
298
+ "step": 20000
299
+ },
300
+ {
301
+ "epoch": 1.51313847062297,
302
+ "grad_norm": 27.13144302368164,
303
+ "learning_rate": 2.4781025489617167e-05,
304
+ "loss": 3.1657,
305
+ "step": 20500
306
+ },
307
+ {
308
+ "epoch": 1.550044286979628,
309
+ "grad_norm": 17.530426025390625,
310
+ "learning_rate": 2.4165928550339534e-05,
311
+ "loss": 3.1608,
312
+ "step": 21000
313
+ },
314
+ {
315
+ "epoch": 1.5869501033362858,
316
+ "grad_norm": 51.65472412109375,
317
+ "learning_rate": 2.3550831611061904e-05,
318
+ "loss": 3.1323,
319
+ "step": 21500
320
+ },
321
+ {
322
+ "epoch": 1.6238559196929436,
323
+ "grad_norm": 23.71245574951172,
324
+ "learning_rate": 2.2935734671784274e-05,
325
+ "loss": 3.2361,
326
+ "step": 22000
327
+ },
328
+ {
329
+ "epoch": 1.6607617360496014,
330
+ "grad_norm": 17.434144973754883,
331
+ "learning_rate": 2.2320637732506645e-05,
332
+ "loss": 3.1969,
333
+ "step": 22500
334
+ },
335
+ {
336
+ "epoch": 1.6976675524062592,
337
+ "grad_norm": 22.121740341186523,
338
+ "learning_rate": 2.1705540793229015e-05,
339
+ "loss": 3.1437,
340
+ "step": 23000
341
+ },
342
+ {
343
+ "epoch": 1.734573368762917,
344
+ "grad_norm": 19.105876922607422,
345
+ "learning_rate": 2.1090443853951382e-05,
346
+ "loss": 3.1227,
347
+ "step": 23500
348
+ },
349
+ {
350
+ "epoch": 1.7714791851195748,
351
+ "grad_norm": 27.000789642333984,
352
+ "learning_rate": 2.0475346914673755e-05,
353
+ "loss": 3.066,
354
+ "step": 24000
355
+ },
356
+ {
357
+ "epoch": 1.8083850014762326,
358
+ "grad_norm": 24.040668487548828,
359
+ "learning_rate": 1.9860249975396122e-05,
360
+ "loss": 3.1173,
361
+ "step": 24500
362
+ },
363
+ {
364
+ "epoch": 1.8452908178328906,
365
+ "grad_norm": 29.920883178710938,
366
+ "learning_rate": 1.9245153036118493e-05,
367
+ "loss": 3.0847,
368
+ "step": 25000
369
+ },
370
+ {
371
+ "epoch": 1.8821966341895484,
372
+ "grad_norm": 44.850303649902344,
373
+ "learning_rate": 1.8630056096840863e-05,
374
+ "loss": 3.0993,
375
+ "step": 25500
376
+ },
377
+ {
378
+ "epoch": 1.9191024505462062,
379
+ "grad_norm": 66.01287078857422,
380
+ "learning_rate": 1.8014959157563233e-05,
381
+ "loss": 3.0649,
382
+ "step": 26000
383
+ },
384
+ {
385
+ "epoch": 1.956008266902864,
386
+ "grad_norm": 57.569190979003906,
387
+ "learning_rate": 1.7399862218285603e-05,
388
+ "loss": 3.1672,
389
+ "step": 26500
390
+ },
391
+ {
392
+ "epoch": 1.9929140832595218,
393
+ "grad_norm": 16.41364860534668,
394
+ "learning_rate": 1.678476527900797e-05,
395
+ "loss": 3.1173,
396
+ "step": 27000
397
+ },
398
+ {
399
+ "epoch": 2.0,
400
+ "eval_loss": 3.7406532764434814,
401
+ "eval_mse": 3.7406532746764647,
402
+ "eval_runtime": 53.1552,
403
+ "eval_samples_per_second": 1812.39,
404
+ "eval_steps_per_second": 226.563,
405
+ "step": 27096
406
+ },
407
+ {
408
+ "epoch": 2.0298198996161796,
409
+ "grad_norm": 16.53102684020996,
410
+ "learning_rate": 1.6169668339730344e-05,
411
+ "loss": 2.6256,
412
+ "step": 27500
413
+ },
414
+ {
415
+ "epoch": 2.0667257159728374,
416
+ "grad_norm": 23.657825469970703,
417
+ "learning_rate": 1.555457140045271e-05,
418
+ "loss": 2.6492,
419
+ "step": 28000
420
+ },
421
+ {
422
+ "epoch": 2.103631532329495,
423
+ "grad_norm": 20.9498233795166,
424
+ "learning_rate": 1.4939474461175081e-05,
425
+ "loss": 2.6146,
426
+ "step": 28500
427
+ },
428
+ {
429
+ "epoch": 2.140537348686153,
430
+ "grad_norm": 16.935983657836914,
431
+ "learning_rate": 1.4324377521897453e-05,
432
+ "loss": 2.6738,
433
+ "step": 29000
434
+ },
435
+ {
436
+ "epoch": 2.1774431650428108,
437
+ "grad_norm": 35.98014450073242,
438
+ "learning_rate": 1.3709280582619822e-05,
439
+ "loss": 2.5908,
440
+ "step": 29500
441
+ },
442
+ {
443
+ "epoch": 2.2143489813994686,
444
+ "grad_norm": 30.703969955444336,
445
+ "learning_rate": 1.3094183643342192e-05,
446
+ "loss": 2.6565,
447
+ "step": 30000
448
+ },
449
+ {
450
+ "epoch": 2.2512547977561264,
451
+ "grad_norm": 40.74715805053711,
452
+ "learning_rate": 1.2479086704064562e-05,
453
+ "loss": 2.6106,
454
+ "step": 30500
455
+ },
456
+ {
457
+ "epoch": 2.288160614112784,
458
+ "grad_norm": 18.857763290405273,
459
+ "learning_rate": 1.186398976478693e-05,
460
+ "loss": 2.6383,
461
+ "step": 31000
462
+ },
463
+ {
464
+ "epoch": 2.325066430469442,
465
+ "grad_norm": 68.10604095458984,
466
+ "learning_rate": 1.1248892825509301e-05,
467
+ "loss": 2.5259,
468
+ "step": 31500
469
+ },
470
+ {
471
+ "epoch": 2.3619722468260997,
472
+ "grad_norm": 37.21859359741211,
473
+ "learning_rate": 1.0633795886231671e-05,
474
+ "loss": 2.5619,
475
+ "step": 32000
476
+ },
477
+ {
478
+ "epoch": 2.3988780631827575,
479
+ "grad_norm": 58.106285095214844,
480
+ "learning_rate": 1.001869894695404e-05,
481
+ "loss": 2.6748,
482
+ "step": 32500
483
+ },
484
+ {
485
+ "epoch": 2.4357838795394153,
486
+ "grad_norm": 47.5319938659668,
487
+ "learning_rate": 9.40360200767641e-06,
488
+ "loss": 2.6488,
489
+ "step": 33000
490
+ },
491
+ {
492
+ "epoch": 2.472689695896073,
493
+ "grad_norm": 20.28361701965332,
494
+ "learning_rate": 8.78850506839878e-06,
495
+ "loss": 2.6175,
496
+ "step": 33500
497
+ },
498
+ {
499
+ "epoch": 2.509595512252731,
500
+ "grad_norm": 19.851940155029297,
501
+ "learning_rate": 8.17340812912115e-06,
502
+ "loss": 2.6142,
503
+ "step": 34000
504
+ },
505
+ {
506
+ "epoch": 2.5465013286093887,
507
+ "grad_norm": 32.45155334472656,
508
+ "learning_rate": 7.55831118984352e-06,
509
+ "loss": 2.5369,
510
+ "step": 34500
511
+ },
512
+ {
513
+ "epoch": 2.5834071449660465,
514
+ "grad_norm": 60.2480354309082,
515
+ "learning_rate": 6.94321425056589e-06,
516
+ "loss": 2.5508,
517
+ "step": 35000
518
+ },
519
+ {
520
+ "epoch": 2.6203129613227043,
521
+ "grad_norm": 16.603755950927734,
522
+ "learning_rate": 6.328117311288259e-06,
523
+ "loss": 2.6182,
524
+ "step": 35500
525
+ },
526
+ {
527
+ "epoch": 2.657218777679362,
528
+ "grad_norm": 20.604549407958984,
529
+ "learning_rate": 5.713020372010629e-06,
530
+ "loss": 2.6126,
531
+ "step": 36000
532
+ },
533
+ {
534
+ "epoch": 2.69412459403602,
535
+ "grad_norm": 18.057249069213867,
536
+ "learning_rate": 5.097923432732999e-06,
537
+ "loss": 2.6001,
538
+ "step": 36500
539
+ },
540
+ {
541
+ "epoch": 2.7310304103926777,
542
+ "grad_norm": 22.73322296142578,
543
+ "learning_rate": 4.482826493455368e-06,
544
+ "loss": 2.4779,
545
+ "step": 37000
546
+ },
547
+ {
548
+ "epoch": 2.7679362267493355,
549
+ "grad_norm": 101.31739807128906,
550
+ "learning_rate": 3.8677295541777385e-06,
551
+ "loss": 2.4957,
552
+ "step": 37500
553
+ },
554
+ {
555
+ "epoch": 2.8048420431059933,
556
+ "grad_norm": 25.522369384765625,
557
+ "learning_rate": 3.2526326149001084e-06,
558
+ "loss": 2.5047,
559
+ "step": 38000
560
+ },
561
+ {
562
+ "epoch": 2.841747859462651,
563
+ "grad_norm": 14.60265827178955,
564
+ "learning_rate": 2.6375356756224782e-06,
565
+ "loss": 2.5191,
566
+ "step": 38500
567
+ },
568
+ {
569
+ "epoch": 2.878653675819309,
570
+ "grad_norm": 39.825443267822266,
571
+ "learning_rate": 2.022438736344848e-06,
572
+ "loss": 2.5414,
573
+ "step": 39000
574
+ },
575
+ {
576
+ "epoch": 2.9155594921759667,
577
+ "grad_norm": 19.467710494995117,
578
+ "learning_rate": 1.4073417970672177e-06,
579
+ "loss": 2.564,
580
+ "step": 39500
581
+ },
582
+ {
583
+ "epoch": 2.952465308532625,
584
+ "grad_norm": 57.59708023071289,
585
+ "learning_rate": 7.922448577895876e-07,
586
+ "loss": 2.5478,
587
+ "step": 40000
588
+ },
589
+ {
590
+ "epoch": 2.9893711248892827,
591
+ "grad_norm": 15.459783554077148,
592
+ "learning_rate": 1.771479185119575e-07,
593
+ "loss": 2.6344,
594
+ "step": 40500
595
+ },
596
+ {
597
+ "epoch": 3.0,
598
+ "eval_loss": 3.6610631942749023,
599
+ "eval_mse": 3.6610634619705245,
600
+ "eval_runtime": 53.3029,
601
+ "eval_samples_per_second": 1807.368,
602
+ "eval_steps_per_second": 225.935,
603
+ "step": 40644
604
+ },
605
+ {
606
+ "epoch": 3.0,
607
+ "step": 40644,
608
+ "total_flos": 4.283504864539085e+16,
609
+ "train_loss": 3.5571271605219925,
610
+ "train_runtime": 3169.0778,
611
+ "train_samples_per_second": 820.783,
612
+ "train_steps_per_second": 12.825
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:0153748779abcb330530b13b19e34d491c8bdb1fff5c611bb41dede6c1028c69
3
+ size 5368