youssefkhalil320 commited on
Commit
2e8029b
·
verified ·
1 Parent(s): 15ee2ef

Upload folder using huggingface_hub

Browse files
checkpoint-21000/1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
checkpoint-21000/README.md ADDED
@@ -0,0 +1,550 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sentence-transformers/all-MiniLM-L6-v2
3
+ language:
4
+ - en
5
+ library_name: sentence-transformers
6
+ license: apache-2.0
7
+ pipeline_tag: sentence-similarity
8
+ tags:
9
+ - sentence-transformers
10
+ - sentence-similarity
11
+ - feature-extraction
12
+ - generated_from_trainer
13
+ - dataset_size:7747936
14
+ - loss:CoSENTLoss
15
+ widget:
16
+ - source_sentence: mango cake cream cake sponge cake gateau mango gateau cream gateau
17
+ mango sponge cake cream sponge cake mango cream cake mango cream sponge cake mango
18
+ flavored sponge cake layers cream filling decorated with fresh mango slices topped
19
+ with whipped cream serves 10 people mango cream cake sponge cake gateau mango
20
+ gateau with cream filling whipped cream mango cake mango cream sponge cake for
21
+ 10 people
22
+ sentences:
23
+ - vegan dessert
24
+ - oxidized ring
25
+ - cola lip gloss
26
+ - source_sentence: double breasted blouse
27
+ sentences:
28
+ - brushed jersey sweatshirt
29
+ - comfort facial tissues
30
+ - round neck sweatshirt
31
+ - source_sentence: casual shirt
32
+ sentences:
33
+ - adjustable string top
34
+ - foldable spare backpack
35
+ - spring blossom scent shower gel
36
+ - source_sentence: sweet chilli mozzarella stick
37
+ sentences:
38
+ - fragrance free facial cream
39
+ - outdoor basket
40
+ - cobb dressing salad
41
+ - source_sentence: appetizer onion ring
42
+ sentences:
43
+ - high quality sports bra
44
+ - swimmer burkini
45
+ - nuttella pizza
46
+ ---
47
+
48
+ # all-MiniLM-L6-v10-pair_score
49
+
50
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
51
+
52
+ ## Model Details
53
+
54
+ ### Model Description
55
+ - **Model Type:** Sentence Transformer
56
+ - **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
57
+ - **Maximum Sequence Length:** 256 tokens
58
+ - **Output Dimensionality:** 384 tokens
59
+ - **Similarity Function:** Cosine Similarity
60
+ <!-- - **Training Dataset:** Unknown -->
61
+ - **Language:** en
62
+ - **License:** apache-2.0
63
+
64
+ ### Model Sources
65
+
66
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
67
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
68
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
69
+
70
+ ### Full Model Architecture
71
+
72
+ ```
73
+ SentenceTransformer(
74
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
75
+ (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
76
+ (2): Normalize()
77
+ )
78
+ ```
79
+
80
+ ## Usage
81
+
82
+ ### Direct Usage (Sentence Transformers)
83
+
84
+ First install the Sentence Transformers library:
85
+
86
+ ```bash
87
+ pip install -U sentence-transformers
88
+ ```
89
+
90
+ Then you can load this model and run inference.
91
+ ```python
92
+ from sentence_transformers import SentenceTransformer
93
+
94
+ # Download from the 🤗 Hub
95
+ model = SentenceTransformer("sentence_transformers_model_id")
96
+ # Run inference
97
+ sentences = [
98
+ 'appetizer onion ring',
99
+ 'nuttella pizza',
100
+ 'high quality sports bra',
101
+ ]
102
+ embeddings = model.encode(sentences)
103
+ print(embeddings.shape)
104
+ # [3, 384]
105
+
106
+ # Get the similarity scores for the embeddings
107
+ similarities = model.similarity(embeddings, embeddings)
108
+ print(similarities.shape)
109
+ # [3, 3]
110
+ ```
111
+
112
+ <!--
113
+ ### Direct Usage (Transformers)
114
+
115
+ <details><summary>Click to see the direct usage in Transformers</summary>
116
+
117
+ </details>
118
+ -->
119
+
120
+ <!--
121
+ ### Downstream Usage (Sentence Transformers)
122
+
123
+ You can finetune this model on your own dataset.
124
+
125
+ <details><summary>Click to expand</summary>
126
+
127
+ </details>
128
+ -->
129
+
130
+ <!--
131
+ ### Out-of-Scope Use
132
+
133
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
134
+ -->
135
+
136
+ <!--
137
+ ## Bias, Risks and Limitations
138
+
139
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
140
+ -->
141
+
142
+ <!--
143
+ ### Recommendations
144
+
145
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
146
+ -->
147
+
148
+ ## Training Details
149
+
150
+ ### Training Hyperparameters
151
+ #### Non-Default Hyperparameters
152
+
153
+ - `eval_strategy`: steps
154
+ - `per_device_train_batch_size`: 128
155
+ - `per_device_eval_batch_size`: 128
156
+ - `learning_rate`: 2e-05
157
+ - `num_train_epochs`: 1
158
+ - `warmup_ratio`: 0.1
159
+ - `fp16`: True
160
+
161
+ #### All Hyperparameters
162
+ <details><summary>Click to expand</summary>
163
+
164
+ - `overwrite_output_dir`: False
165
+ - `do_predict`: False
166
+ - `eval_strategy`: steps
167
+ - `prediction_loss_only`: True
168
+ - `per_device_train_batch_size`: 128
169
+ - `per_device_eval_batch_size`: 128
170
+ - `per_gpu_train_batch_size`: None
171
+ - `per_gpu_eval_batch_size`: None
172
+ - `gradient_accumulation_steps`: 1
173
+ - `eval_accumulation_steps`: None
174
+ - `torch_empty_cache_steps`: None
175
+ - `learning_rate`: 2e-05
176
+ - `weight_decay`: 0.0
177
+ - `adam_beta1`: 0.9
178
+ - `adam_beta2`: 0.999
179
+ - `adam_epsilon`: 1e-08
180
+ - `max_grad_norm`: 1.0
181
+ - `num_train_epochs`: 1
182
+ - `max_steps`: -1
183
+ - `lr_scheduler_type`: linear
184
+ - `lr_scheduler_kwargs`: {}
185
+ - `warmup_ratio`: 0.1
186
+ - `warmup_steps`: 0
187
+ - `log_level`: passive
188
+ - `log_level_replica`: warning
189
+ - `log_on_each_node`: True
190
+ - `logging_nan_inf_filter`: True
191
+ - `save_safetensors`: True
192
+ - `save_on_each_node`: False
193
+ - `save_only_model`: False
194
+ - `restore_callback_states_from_checkpoint`: False
195
+ - `no_cuda`: False
196
+ - `use_cpu`: False
197
+ - `use_mps_device`: False
198
+ - `seed`: 42
199
+ - `data_seed`: None
200
+ - `jit_mode_eval`: False
201
+ - `use_ipex`: False
202
+ - `bf16`: False
203
+ - `fp16`: True
204
+ - `fp16_opt_level`: O1
205
+ - `half_precision_backend`: auto
206
+ - `bf16_full_eval`: False
207
+ - `fp16_full_eval`: False
208
+ - `tf32`: None
209
+ - `local_rank`: 0
210
+ - `ddp_backend`: None
211
+ - `tpu_num_cores`: None
212
+ - `tpu_metrics_debug`: False
213
+ - `debug`: []
214
+ - `dataloader_drop_last`: False
215
+ - `dataloader_num_workers`: 0
216
+ - `dataloader_prefetch_factor`: None
217
+ - `past_index`: -1
218
+ - `disable_tqdm`: False
219
+ - `remove_unused_columns`: True
220
+ - `label_names`: None
221
+ - `load_best_model_at_end`: False
222
+ - `ignore_data_skip`: False
223
+ - `fsdp`: []
224
+ - `fsdp_min_num_params`: 0
225
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
226
+ - `fsdp_transformer_layer_cls_to_wrap`: None
227
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
228
+ - `deepspeed`: None
229
+ - `label_smoothing_factor`: 0.0
230
+ - `optim`: adamw_torch
231
+ - `optim_args`: None
232
+ - `adafactor`: False
233
+ - `group_by_length`: False
234
+ - `length_column_name`: length
235
+ - `ddp_find_unused_parameters`: None
236
+ - `ddp_bucket_cap_mb`: None
237
+ - `ddp_broadcast_buffers`: False
238
+ - `dataloader_pin_memory`: True
239
+ - `dataloader_persistent_workers`: False
240
+ - `skip_memory_metrics`: True
241
+ - `use_legacy_prediction_loop`: False
242
+ - `push_to_hub`: False
243
+ - `resume_from_checkpoint`: None
244
+ - `hub_model_id`: None
245
+ - `hub_strategy`: every_save
246
+ - `hub_private_repo`: False
247
+ - `hub_always_push`: False
248
+ - `gradient_checkpointing`: False
249
+ - `gradient_checkpointing_kwargs`: None
250
+ - `include_inputs_for_metrics`: False
251
+ - `eval_do_concat_batches`: True
252
+ - `fp16_backend`: auto
253
+ - `push_to_hub_model_id`: None
254
+ - `push_to_hub_organization`: None
255
+ - `mp_parameters`:
256
+ - `auto_find_batch_size`: False
257
+ - `full_determinism`: False
258
+ - `torchdynamo`: None
259
+ - `ray_scope`: last
260
+ - `ddp_timeout`: 1800
261
+ - `torch_compile`: False
262
+ - `torch_compile_backend`: None
263
+ - `torch_compile_mode`: None
264
+ - `dispatch_batches`: None
265
+ - `split_batches`: None
266
+ - `include_tokens_per_second`: False
267
+ - `include_num_input_tokens_seen`: False
268
+ - `neftune_noise_alpha`: None
269
+ - `optim_target_modules`: None
270
+ - `batch_eval_metrics`: False
271
+ - `eval_on_start`: False
272
+ - `use_liger_kernel`: False
273
+ - `eval_use_gather_object`: False
274
+ - `batch_sampler`: batch_sampler
275
+ - `multi_dataset_batch_sampler`: proportional
276
+
277
+ </details>
278
+
279
+ ### Training Logs
280
+ <details><summary>Click to expand</summary>
281
+
282
+ | Epoch | Step | Training Loss |
283
+ |:------:|:-----:|:-------------:|
284
+ | 0.0017 | 100 | 13.3171 |
285
+ | 0.0033 | 200 | 12.9799 |
286
+ | 0.0050 | 300 | 12.5133 |
287
+ | 0.0066 | 400 | 11.9388 |
288
+ | 0.0083 | 500 | 11.0616 |
289
+ | 0.0099 | 600 | 10.2712 |
290
+ | 0.0116 | 700 | 9.5253 |
291
+ | 0.0132 | 800 | 8.7706 |
292
+ | 0.0149 | 900 | 8.4333 |
293
+ | 0.0165 | 1000 | 8.0902 |
294
+ | 0.0182 | 1100 | 7.8862 |
295
+ | 0.0198 | 1200 | 7.7362 |
296
+ | 0.0215 | 1300 | 7.6007 |
297
+ | 0.0231 | 1400 | 7.5304 |
298
+ | 0.0248 | 1500 | 7.4249 |
299
+ | 0.0264 | 1600 | 7.3035 |
300
+ | 0.0281 | 1700 | 7.2026 |
301
+ | 0.0297 | 1800 | 7.1572 |
302
+ | 0.0314 | 1900 | 7.0523 |
303
+ | 0.0330 | 2000 | 7.1158 |
304
+ | 0.0347 | 2100 | 6.9856 |
305
+ | 0.0363 | 2200 | 7.0865 |
306
+ | 0.0380 | 2300 | 6.9496 |
307
+ | 0.0396 | 2400 | 6.9294 |
308
+ | 0.0413 | 2500 | 6.8825 |
309
+ | 0.0430 | 2600 | 6.8218 |
310
+ | 0.0446 | 2700 | 6.8416 |
311
+ | 0.0463 | 2800 | 6.7184 |
312
+ | 0.0479 | 2900 | 6.9183 |
313
+ | 0.0496 | 3000 | 6.7166 |
314
+ | 0.0512 | 3100 | 6.6821 |
315
+ | 0.0529 | 3200 | 6.6074 |
316
+ | 0.0545 | 3300 | 6.6141 |
317
+ | 0.0562 | 3400 | 6.5374 |
318
+ | 0.0578 | 3500 | 6.4776 |
319
+ | 0.0595 | 3600 | 6.5701 |
320
+ | 0.0611 | 3700 | 6.5026 |
321
+ | 0.0628 | 3800 | 6.6502 |
322
+ | 0.0644 | 3900 | 6.5023 |
323
+ | 0.0661 | 4000 | 6.5526 |
324
+ | 0.0677 | 4100 | 6.6594 |
325
+ | 0.0694 | 4200 | 6.3643 |
326
+ | 0.0710 | 4300 | 6.3783 |
327
+ | 0.0727 | 4400 | 6.3222 |
328
+ | 0.0743 | 4500 | 6.3401 |
329
+ | 0.0760 | 4600 | 6.4005 |
330
+ | 0.0776 | 4700 | 6.3605 |
331
+ | 0.0793 | 4800 | 6.348 |
332
+ | 0.0810 | 4900 | 6.3406 |
333
+ | 0.0826 | 5000 | 6.4156 |
334
+ | 0.0843 | 5100 | 6.3786 |
335
+ | 0.0859 | 5200 | 6.376 |
336
+ | 0.0876 | 5300 | 6.2363 |
337
+ | 0.0892 | 5400 | 6.2185 |
338
+ | 0.0909 | 5500 | 6.2554 |
339
+ | 0.0925 | 5600 | 6.2177 |
340
+ | 0.0942 | 5700 | 6.3924 |
341
+ | 0.0958 | 5800 | 6.2897 |
342
+ | 0.0975 | 5900 | 6.272 |
343
+ | 0.0991 | 6000 | 6.0247 |
344
+ | 0.1008 | 6100 | 6.194 |
345
+ | 0.1024 | 6200 | 6.2757 |
346
+ | 0.1041 | 6300 | 6.2408 |
347
+ | 0.1057 | 6400 | 6.253 |
348
+ | 0.1074 | 6500 | 6.0605 |
349
+ | 0.1090 | 6600 | 6.0672 |
350
+ | 0.1107 | 6700 | 6.0414 |
351
+ | 0.1123 | 6800 | 6.0823 |
352
+ | 0.1140 | 6900 | 6.1962 |
353
+ | 0.1156 | 7000 | 6.0868 |
354
+ | 0.1173 | 7100 | 6.0795 |
355
+ | 0.1189 | 7200 | 5.9656 |
356
+ | 0.1206 | 7300 | 5.9785 |
357
+ | 0.1223 | 7400 | 6.0722 |
358
+ | 0.1239 | 7500 | 5.9443 |
359
+ | 0.1256 | 7600 | 5.8786 |
360
+ | 0.1272 | 7700 | 5.8007 |
361
+ | 0.1289 | 7800 | 5.9206 |
362
+ | 0.1305 | 7900 | 5.918 |
363
+ | 0.1322 | 8000 | 5.9443 |
364
+ | 0.1338 | 8100 | 5.8764 |
365
+ | 0.1355 | 8200 | 5.867 |
366
+ | 0.1371 | 8300 | 5.8087 |
367
+ | 0.1388 | 8400 | 5.9884 |
368
+ | 0.1404 | 8500 | 5.8741 |
369
+ | 0.1421 | 8600 | 5.9699 |
370
+ | 0.1437 | 8700 | 5.8671 |
371
+ | 0.1454 | 8800 | 5.8278 |
372
+ | 0.1470 | 8900 | 5.8892 |
373
+ | 0.1487 | 9000 | 5.7437 |
374
+ | 0.1503 | 9100 | 5.8069 |
375
+ | 0.1520 | 9200 | 6.0235 |
376
+ | 0.1536 | 9300 | 5.7214 |
377
+ | 0.1553 | 9400 | 5.7893 |
378
+ | 0.1569 | 9500 | 5.7406 |
379
+ | 0.1586 | 9600 | 5.8035 |
380
+ | 0.1602 | 9700 | 5.7965 |
381
+ | 0.1619 | 9800 | 5.638 |
382
+ | 0.1636 | 9900 | 5.8263 |
383
+ | 0.1652 | 10000 | 5.7995 |
384
+ | 0.1669 | 10100 | 5.5805 |
385
+ | 0.1685 | 10200 | 5.632 |
386
+ | 0.1702 | 10300 | 5.6944 |
387
+ | 0.1718 | 10400 | 5.5818 |
388
+ | 0.1735 | 10500 | 5.8598 |
389
+ | 0.1751 | 10600 | 5.7255 |
390
+ | 0.1768 | 10700 | 5.7536 |
391
+ | 0.1784 | 10800 | 5.6536 |
392
+ | 0.1801 | 10900 | 5.6417 |
393
+ | 0.1817 | 11000 | 5.6719 |
394
+ | 0.1834 | 11100 | 5.566 |
395
+ | 0.1850 | 11200 | 5.4893 |
396
+ | 0.1867 | 11300 | 5.7412 |
397
+ | 0.1883 | 11400 | 5.6838 |
398
+ | 0.1900 | 11500 | 5.6272 |
399
+ | 0.1916 | 11600 | 5.6538 |
400
+ | 0.1933 | 11700 | 5.7176 |
401
+ | 0.1949 | 11800 | 5.4923 |
402
+ | 0.1966 | 11900 | 5.7643 |
403
+ | 0.1982 | 12000 | 5.5674 |
404
+ | 0.1999 | 12100 | 5.6896 |
405
+ | 0.2015 | 12200 | 5.4385 |
406
+ | 0.2032 | 12300 | 5.5851 |
407
+ | 0.2049 | 12400 | 5.5132 |
408
+ | 0.2065 | 12500 | 5.3329 |
409
+ | 0.2082 | 12600 | 5.4218 |
410
+ | 0.2098 | 12700 | 5.5171 |
411
+ | 0.2115 | 12800 | 5.3414 |
412
+ | 0.2131 | 12900 | 5.4921 |
413
+ | 0.2148 | 13000 | 5.7687 |
414
+ | 0.2164 | 13100 | 5.7119 |
415
+ | 0.2181 | 13200 | 5.4975 |
416
+ | 0.2197 | 13300 | 5.4514 |
417
+ | 0.2214 | 13400 | 5.497 |
418
+ | 0.2230 | 13500 | 5.558 |
419
+ | 0.2247 | 13600 | 5.4207 |
420
+ | 0.2263 | 13700 | 5.5901 |
421
+ | 0.2280 | 13800 | 5.2041 |
422
+ | 0.2296 | 13900 | 5.2999 |
423
+ | 0.2313 | 14000 | 5.3373 |
424
+ | 0.2329 | 14100 | 5.789 |
425
+ | 0.2346 | 14200 | 5.3292 |
426
+ | 0.2362 | 14300 | 5.4059 |
427
+ | 0.2379 | 14400 | 5.1849 |
428
+ | 0.2395 | 14500 | 5.1262 |
429
+ | 0.2412 | 14600 | 5.4339 |
430
+ | 0.2429 | 14700 | 5.5185 |
431
+ | 0.2445 | 14800 | 5.3286 |
432
+ | 0.2462 | 14900 | 5.4141 |
433
+ | 0.2478 | 15000 | 5.3554 |
434
+ | 0.2495 | 15100 | 5.3489 |
435
+ | 0.2511 | 15200 | 5.4849 |
436
+ | 0.2528 | 15300 | 5.3656 |
437
+ | 0.2544 | 15400 | 5.32 |
438
+ | 0.2561 | 15500 | 5.3523 |
439
+ | 0.2577 | 15600 | 5.1146 |
440
+ | 0.2594 | 15700 | 5.2816 |
441
+ | 0.2610 | 15800 | 5.2296 |
442
+ | 0.2627 | 15900 | 5.3386 |
443
+ | 0.2643 | 16000 | 5.4917 |
444
+ | 0.2660 | 16100 | 5.0524 |
445
+ | 0.2676 | 16200 | 5.1657 |
446
+ | 0.2693 | 16300 | 5.1431 |
447
+ | 0.2709 | 16400 | 5.166 |
448
+ | 0.2726 | 16500 | 5.5738 |
449
+ | 0.2742 | 16600 | 5.2088 |
450
+ | 0.2759 | 16700 | 5.2198 |
451
+ | 0.2775 | 16800 | 5.2709 |
452
+ | 0.2792 | 16900 | 5.4027 |
453
+ | 0.2808 | 17000 | 5.25 |
454
+ | 0.2825 | 17100 | 5.1519 |
455
+ | 0.2842 | 17200 | 5.1347 |
456
+ | 0.2858 | 17300 | 5.2346 |
457
+ | 0.2875 | 17400 | 5.4128 |
458
+ | 0.2891 | 17500 | 5.1954 |
459
+ | 0.2908 | 17600 | 5.3787 |
460
+ | 0.2924 | 17700 | 5.1731 |
461
+ | 0.2941 | 17800 | 5.3714 |
462
+ | 0.2957 | 17900 | 5.2113 |
463
+ | 0.2974 | 18000 | 5.0819 |
464
+ | 0.2990 | 18100 | 5.0443 |
465
+ | 0.3007 | 18200 | 5.2041 |
466
+ | 0.3023 | 18300 | 5.1385 |
467
+ | 0.3040 | 18400 | 5.2195 |
468
+ | 0.3056 | 18500 | 5.2233 |
469
+ | 0.3073 | 18600 | 5.1198 |
470
+ | 0.3089 | 18700 | 5.106 |
471
+ | 0.3106 | 18800 | 5.335 |
472
+ | 0.3122 | 18900 | 5.1231 |
473
+ | 0.3139 | 19000 | 5.1777 |
474
+ | 0.3155 | 19100 | 5.5752 |
475
+ | 0.3172 | 19200 | 5.1902 |
476
+ | 0.3188 | 19300 | 5.0777 |
477
+ | 0.3205 | 19400 | 5.211 |
478
+ | 0.3221 | 19500 | 5.1402 |
479
+ | 0.3238 | 19600 | 5.1458 |
480
+ | 0.3255 | 19700 | 5.1091 |
481
+ | 0.3271 | 19800 | 5.1471 |
482
+ | 0.3288 | 19900 | 5.1804 |
483
+ | 0.3304 | 20000 | 4.9678 |
484
+ | 0.3321 | 20100 | 5.1655 |
485
+ | 0.3337 | 20200 | 4.9735 |
486
+ | 0.3354 | 20300 | 5.0536 |
487
+ | 0.3370 | 20400 | 5.347 |
488
+ | 0.3387 | 20500 | 4.9856 |
489
+ | 0.3403 | 20600 | 5.1035 |
490
+ | 0.3420 | 20700 | 5.0428 |
491
+ | 0.3436 | 20800 | 5.0856 |
492
+ | 0.3453 | 20900 | 5.0776 |
493
+ | 0.3469 | 21000 | 5.2031 |
494
+
495
+ </details>
496
+
497
+ ### Framework Versions
498
+ - Python: 3.8.10
499
+ - Sentence Transformers: 3.1.1
500
+ - Transformers: 4.45.2
501
+ - PyTorch: 2.4.1+cu118
502
+ - Accelerate: 1.0.1
503
+ - Datasets: 3.0.1
504
+ - Tokenizers: 0.20.3
505
+
506
+ ## Citation
507
+
508
+ ### BibTeX
509
+
510
+ #### Sentence Transformers
511
+ ```bibtex
512
+ @inproceedings{reimers-2019-sentence-bert,
513
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
514
+ author = "Reimers, Nils and Gurevych, Iryna",
515
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
516
+ month = "11",
517
+ year = "2019",
518
+ publisher = "Association for Computational Linguistics",
519
+ url = "https://arxiv.org/abs/1908.10084",
520
+ }
521
+ ```
522
+
523
+ #### CoSENTLoss
524
+ ```bibtex
525
+ @online{kexuefm-8847,
526
+ title={CoSENT: A more efficient sentence vector scheme than Sentence-BERT},
527
+ author={Su Jianlin},
528
+ year={2022},
529
+ month={Jan},
530
+ url={https://kexue.fm/archives/8847},
531
+ }
532
+ ```
533
+
534
+ <!--
535
+ ## Glossary
536
+
537
+ *Clearly define terms in order to be accessible across audiences.*
538
+ -->
539
+
540
+ <!--
541
+ ## Model Card Authors
542
+
543
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
544
+ -->
545
+
546
+ <!--
547
+ ## Model Card Contact
548
+
549
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
550
+ -->
checkpoint-21000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sentence-transformers/all-MiniLM-L6-v2",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.45.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
checkpoint-21000/config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.1.1",
4
+ "transformers": "4.45.2",
5
+ "pytorch": "2.4.1+cu118"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
checkpoint-21000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aebdf32145ff4b3f0049e531535216bd2bb5e667b86502256791be5f8f3b2e43
3
+ size 90864192
checkpoint-21000/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
+ ]
checkpoint-21000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0283e238336af76c46c2ca4753d349efb9b9da18a9dba16abf486afaa82b3589
3
+ size 180607738
checkpoint-21000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1069c34279f67dfcd3e8c7c690e9d0fa7077c37018699224aabda734f28db8b
3
+ size 14244
checkpoint-21000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b00762dbf69f6c1bc40346ebdb27a4dc5376ac73e51e639784ae113aeab9af
3
+ size 1064
checkpoint-21000/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }
checkpoint-21000/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
checkpoint-21000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-21000/tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 128,
50
+ "model_max_length": 256,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
checkpoint-21000/trainer_state.json ADDED
@@ -0,0 +1,1503 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.3469296723992665,
5
+ "eval_steps": 200000,
6
+ "global_step": 21000,
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.0016520460590441263,
13
+ "grad_norm": 51.92022705078125,
14
+ "learning_rate": 3.2044928972580115e-07,
15
+ "loss": 13.3171,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.0033040921180882525,
20
+ "grad_norm": 68.25243377685547,
21
+ "learning_rate": 6.508093822266271e-07,
22
+ "loss": 12.9799,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.004956138177132379,
27
+ "grad_norm": 69.47785186767578,
28
+ "learning_rate": 9.811694747274531e-07,
29
+ "loss": 12.5133,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.006608184236176505,
34
+ "grad_norm": 73.07315063476562,
35
+ "learning_rate": 1.311529567228279e-06,
36
+ "loss": 11.9388,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.008260230295220631,
41
+ "grad_norm": 82.68733215332031,
42
+ "learning_rate": 1.6418896597291048e-06,
43
+ "loss": 11.0616,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.009912276354264758,
48
+ "grad_norm": 57.61735534667969,
49
+ "learning_rate": 1.972249752229931e-06,
50
+ "loss": 10.2712,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.011564322413308884,
55
+ "grad_norm": 44.42943572998047,
56
+ "learning_rate": 2.302609844730757e-06,
57
+ "loss": 9.5253,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.01321636847235301,
62
+ "grad_norm": 27.03646469116211,
63
+ "learning_rate": 2.6329699372315828e-06,
64
+ "loss": 8.7706,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.014868414531397135,
69
+ "grad_norm": 15.231706619262695,
70
+ "learning_rate": 2.9633300297324087e-06,
71
+ "loss": 8.4333,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.016520460590441263,
76
+ "grad_norm": 14.189949035644531,
77
+ "learning_rate": 3.2936901222332346e-06,
78
+ "loss": 8.0902,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.018172506649485387,
83
+ "grad_norm": 12.241333961486816,
84
+ "learning_rate": 3.6240502147340605e-06,
85
+ "loss": 7.8862,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.019824552708529515,
90
+ "grad_norm": 11.400131225585938,
91
+ "learning_rate": 3.9544103072348865e-06,
92
+ "loss": 7.7362,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.02147659876757364,
97
+ "grad_norm": 12.072014808654785,
98
+ "learning_rate": 4.284770399735712e-06,
99
+ "loss": 7.6007,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.023128644826617768,
104
+ "grad_norm": 11.08774185180664,
105
+ "learning_rate": 4.615130492236538e-06,
106
+ "loss": 7.5304,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.024780690885661892,
111
+ "grad_norm": 13.02505874633789,
112
+ "learning_rate": 4.945490584737364e-06,
113
+ "loss": 7.4249,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 0.02643273694470602,
118
+ "grad_norm": 13.522186279296875,
119
+ "learning_rate": 5.27585067723819e-06,
120
+ "loss": 7.3035,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 0.028084783003750145,
125
+ "grad_norm": 45.22550964355469,
126
+ "learning_rate": 5.606210769739015e-06,
127
+ "loss": 7.2026,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 0.02973682906279427,
132
+ "grad_norm": 15.62098503112793,
133
+ "learning_rate": 5.936570862239842e-06,
134
+ "loss": 7.1572,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 0.0313888751218384,
139
+ "grad_norm": 16.570518493652344,
140
+ "learning_rate": 6.266930954740668e-06,
141
+ "loss": 7.0523,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 0.033040921180882525,
146
+ "grad_norm": 16.82353401184082,
147
+ "learning_rate": 6.597291047241494e-06,
148
+ "loss": 7.1158,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 0.034692967239926646,
153
+ "grad_norm": 17.38075828552246,
154
+ "learning_rate": 6.924347538817311e-06,
155
+ "loss": 6.9856,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 0.036345013298970774,
160
+ "grad_norm": 93.04572296142578,
161
+ "learning_rate": 7.2547076313181375e-06,
162
+ "loss": 7.0865,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 0.0379970593580149,
167
+ "grad_norm": 17.861074447631836,
168
+ "learning_rate": 7.585067723818963e-06,
169
+ "loss": 6.9496,
170
+ "step": 2300
171
+ },
172
+ {
173
+ "epoch": 0.03964910541705903,
174
+ "grad_norm": 19.067747116088867,
175
+ "learning_rate": 7.91542781631979e-06,
176
+ "loss": 6.9294,
177
+ "step": 2400
178
+ },
179
+ {
180
+ "epoch": 0.04130115147610315,
181
+ "grad_norm": 16.43912696838379,
182
+ "learning_rate": 8.245787908820615e-06,
183
+ "loss": 6.8825,
184
+ "step": 2500
185
+ },
186
+ {
187
+ "epoch": 0.04295319753514728,
188
+ "grad_norm": 140.5387725830078,
189
+ "learning_rate": 8.576148001321441e-06,
190
+ "loss": 6.8218,
191
+ "step": 2600
192
+ },
193
+ {
194
+ "epoch": 0.04460524359419141,
195
+ "grad_norm": 22.34341049194336,
196
+ "learning_rate": 8.903204492897258e-06,
197
+ "loss": 6.8416,
198
+ "step": 2700
199
+ },
200
+ {
201
+ "epoch": 0.046257289653235535,
202
+ "grad_norm": 16.260499954223633,
203
+ "learning_rate": 9.233564585398084e-06,
204
+ "loss": 6.7184,
205
+ "step": 2800
206
+ },
207
+ {
208
+ "epoch": 0.047909335712279656,
209
+ "grad_norm": 20.075071334838867,
210
+ "learning_rate": 9.56392467789891e-06,
211
+ "loss": 6.9183,
212
+ "step": 2900
213
+ },
214
+ {
215
+ "epoch": 0.049561381771323784,
216
+ "grad_norm": 45.1911735534668,
217
+ "learning_rate": 9.894284770399738e-06,
218
+ "loss": 6.7166,
219
+ "step": 3000
220
+ },
221
+ {
222
+ "epoch": 0.05121342783036791,
223
+ "grad_norm": 67.39335632324219,
224
+ "learning_rate": 1.0224644862900564e-05,
225
+ "loss": 6.6821,
226
+ "step": 3100
227
+ },
228
+ {
229
+ "epoch": 0.05286547388941204,
230
+ "grad_norm": 80.69914245605469,
231
+ "learning_rate": 1.055500495540139e-05,
232
+ "loss": 6.6074,
233
+ "step": 3200
234
+ },
235
+ {
236
+ "epoch": 0.05451751994845616,
237
+ "grad_norm": 37.51483917236328,
238
+ "learning_rate": 1.0885365047902214e-05,
239
+ "loss": 6.6141,
240
+ "step": 3300
241
+ },
242
+ {
243
+ "epoch": 0.05616956600750029,
244
+ "grad_norm": 127.3297348022461,
245
+ "learning_rate": 1.121572514040304e-05,
246
+ "loss": 6.5374,
247
+ "step": 3400
248
+ },
249
+ {
250
+ "epoch": 0.05782161206654442,
251
+ "grad_norm": 20.704940795898438,
252
+ "learning_rate": 1.1546085232903866e-05,
253
+ "loss": 6.4776,
254
+ "step": 3500
255
+ },
256
+ {
257
+ "epoch": 0.05947365812558854,
258
+ "grad_norm": 23.68699836730957,
259
+ "learning_rate": 1.1876445325404693e-05,
260
+ "loss": 6.5701,
261
+ "step": 3600
262
+ },
263
+ {
264
+ "epoch": 0.061125704184632666,
265
+ "grad_norm": 104.68245697021484,
266
+ "learning_rate": 1.2206805417905519e-05,
267
+ "loss": 6.5026,
268
+ "step": 3700
269
+ },
270
+ {
271
+ "epoch": 0.0627777502436768,
272
+ "grad_norm": 97.47430419921875,
273
+ "learning_rate": 1.2537165510406343e-05,
274
+ "loss": 6.6502,
275
+ "step": 3800
276
+ },
277
+ {
278
+ "epoch": 0.06442979630272092,
279
+ "grad_norm": 21.512229919433594,
280
+ "learning_rate": 1.286752560290717e-05,
281
+ "loss": 6.5023,
282
+ "step": 3900
283
+ },
284
+ {
285
+ "epoch": 0.06608184236176505,
286
+ "grad_norm": 31.69252586364746,
287
+ "learning_rate": 1.3197885695407995e-05,
288
+ "loss": 6.5526,
289
+ "step": 4000
290
+ },
291
+ {
292
+ "epoch": 0.06773388842080917,
293
+ "grad_norm": 22.141067504882812,
294
+ "learning_rate": 1.3528245787908823e-05,
295
+ "loss": 6.6594,
296
+ "step": 4100
297
+ },
298
+ {
299
+ "epoch": 0.06938593447985329,
300
+ "grad_norm": 23.37205696105957,
301
+ "learning_rate": 1.3858605880409649e-05,
302
+ "loss": 6.3643,
303
+ "step": 4200
304
+ },
305
+ {
306
+ "epoch": 0.07103798053889743,
307
+ "grad_norm": 23.31827163696289,
308
+ "learning_rate": 1.4188965972910473e-05,
309
+ "loss": 6.3783,
310
+ "step": 4300
311
+ },
312
+ {
313
+ "epoch": 0.07269002659794155,
314
+ "grad_norm": 27.043312072753906,
315
+ "learning_rate": 1.4519326065411299e-05,
316
+ "loss": 6.3222,
317
+ "step": 4400
318
+ },
319
+ {
320
+ "epoch": 0.07434207265698568,
321
+ "grad_norm": 25.699583053588867,
322
+ "learning_rate": 1.4846382556987117e-05,
323
+ "loss": 6.3401,
324
+ "step": 4500
325
+ },
326
+ {
327
+ "epoch": 0.0759941187160298,
328
+ "grad_norm": 24.91438865661621,
329
+ "learning_rate": 1.5176742649487943e-05,
330
+ "loss": 6.4005,
331
+ "step": 4600
332
+ },
333
+ {
334
+ "epoch": 0.07764616477507393,
335
+ "grad_norm": 38.77157974243164,
336
+ "learning_rate": 1.5507102741988768e-05,
337
+ "loss": 6.3605,
338
+ "step": 4700
339
+ },
340
+ {
341
+ "epoch": 0.07929821083411806,
342
+ "grad_norm": 156.87989807128906,
343
+ "learning_rate": 1.5837462834489594e-05,
344
+ "loss": 6.348,
345
+ "step": 4800
346
+ },
347
+ {
348
+ "epoch": 0.08095025689316218,
349
+ "grad_norm": 110.80547332763672,
350
+ "learning_rate": 1.6167822926990423e-05,
351
+ "loss": 6.3406,
352
+ "step": 4900
353
+ },
354
+ {
355
+ "epoch": 0.0826023029522063,
356
+ "grad_norm": 48.55455780029297,
357
+ "learning_rate": 1.649818301949125e-05,
358
+ "loss": 6.4156,
359
+ "step": 5000
360
+ },
361
+ {
362
+ "epoch": 0.08425434901125044,
363
+ "grad_norm": 25.825349807739258,
364
+ "learning_rate": 1.682854311199207e-05,
365
+ "loss": 6.3786,
366
+ "step": 5100
367
+ },
368
+ {
369
+ "epoch": 0.08590639507029456,
370
+ "grad_norm": 55.6208381652832,
371
+ "learning_rate": 1.7158903204492897e-05,
372
+ "loss": 6.376,
373
+ "step": 5200
374
+ },
375
+ {
376
+ "epoch": 0.08755844112933868,
377
+ "grad_norm": 37.82964324951172,
378
+ "learning_rate": 1.7489263296993723e-05,
379
+ "loss": 6.2363,
380
+ "step": 5300
381
+ },
382
+ {
383
+ "epoch": 0.08921048718838281,
384
+ "grad_norm": 32.86615753173828,
385
+ "learning_rate": 1.7819623389494553e-05,
386
+ "loss": 6.2185,
387
+ "step": 5400
388
+ },
389
+ {
390
+ "epoch": 0.09086253324742694,
391
+ "grad_norm": 180.8863525390625,
392
+ "learning_rate": 1.814998348199538e-05,
393
+ "loss": 6.2554,
394
+ "step": 5500
395
+ },
396
+ {
397
+ "epoch": 0.09251457930647107,
398
+ "grad_norm": 25.11360740661621,
399
+ "learning_rate": 1.84803435744962e-05,
400
+ "loss": 6.2177,
401
+ "step": 5600
402
+ },
403
+ {
404
+ "epoch": 0.09416662536551519,
405
+ "grad_norm": 23.702716827392578,
406
+ "learning_rate": 1.8810703666997027e-05,
407
+ "loss": 6.3924,
408
+ "step": 5700
409
+ },
410
+ {
411
+ "epoch": 0.09581867142455931,
412
+ "grad_norm": 32.1275634765625,
413
+ "learning_rate": 1.9141063759497853e-05,
414
+ "loss": 6.2897,
415
+ "step": 5800
416
+ },
417
+ {
418
+ "epoch": 0.09747071748360345,
419
+ "grad_norm": 46.22661590576172,
420
+ "learning_rate": 1.9471423851998682e-05,
421
+ "loss": 6.272,
422
+ "step": 5900
423
+ },
424
+ {
425
+ "epoch": 0.09912276354264757,
426
+ "grad_norm": 74.11865234375,
427
+ "learning_rate": 1.9801783944499505e-05,
428
+ "loss": 6.0247,
429
+ "step": 6000
430
+ },
431
+ {
432
+ "epoch": 0.10077480960169169,
433
+ "grad_norm": 34.50657653808594,
434
+ "learning_rate": 1.9985314903537273e-05,
435
+ "loss": 6.194,
436
+ "step": 6100
437
+ },
438
+ {
439
+ "epoch": 0.10242685566073582,
440
+ "grad_norm": 25.600902557373047,
441
+ "learning_rate": 1.9948602162380454e-05,
442
+ "loss": 6.2757,
443
+ "step": 6200
444
+ },
445
+ {
446
+ "epoch": 0.10407890171977995,
447
+ "grad_norm": 24.53876495361328,
448
+ "learning_rate": 1.9911889421223638e-05,
449
+ "loss": 6.2408,
450
+ "step": 6300
451
+ },
452
+ {
453
+ "epoch": 0.10573094777882408,
454
+ "grad_norm": 22.572052001953125,
455
+ "learning_rate": 1.987517668006682e-05,
456
+ "loss": 6.253,
457
+ "step": 6400
458
+ },
459
+ {
460
+ "epoch": 0.1073829938378682,
461
+ "grad_norm": 33.04438018798828,
462
+ "learning_rate": 1.983846393891e-05,
463
+ "loss": 6.0605,
464
+ "step": 6500
465
+ },
466
+ {
467
+ "epoch": 0.10903503989691232,
468
+ "grad_norm": 81.35254669189453,
469
+ "learning_rate": 1.9801751197753184e-05,
470
+ "loss": 6.0672,
471
+ "step": 6600
472
+ },
473
+ {
474
+ "epoch": 0.11068708595595646,
475
+ "grad_norm": 31.132247924804688,
476
+ "learning_rate": 1.9765038456596365e-05,
477
+ "loss": 6.0414,
478
+ "step": 6700
479
+ },
480
+ {
481
+ "epoch": 0.11233913201500058,
482
+ "grad_norm": 42.16621017456055,
483
+ "learning_rate": 1.9728325715439546e-05,
484
+ "loss": 6.0823,
485
+ "step": 6800
486
+ },
487
+ {
488
+ "epoch": 0.1139911780740447,
489
+ "grad_norm": 23.558713912963867,
490
+ "learning_rate": 1.9691612974282726e-05,
491
+ "loss": 6.1962,
492
+ "step": 6900
493
+ },
494
+ {
495
+ "epoch": 0.11564322413308883,
496
+ "grad_norm": 69.28414154052734,
497
+ "learning_rate": 1.9654900233125907e-05,
498
+ "loss": 6.0868,
499
+ "step": 7000
500
+ },
501
+ {
502
+ "epoch": 0.11729527019213296,
503
+ "grad_norm": 29.037137985229492,
504
+ "learning_rate": 1.9618187491969088e-05,
505
+ "loss": 6.0795,
506
+ "step": 7100
507
+ },
508
+ {
509
+ "epoch": 0.11894731625117708,
510
+ "grad_norm": 29.588781356811523,
511
+ "learning_rate": 1.9581474750812272e-05,
512
+ "loss": 5.9656,
513
+ "step": 7200
514
+ },
515
+ {
516
+ "epoch": 0.12059936231022121,
517
+ "grad_norm": 29.574968338012695,
518
+ "learning_rate": 1.9544762009655453e-05,
519
+ "loss": 5.9785,
520
+ "step": 7300
521
+ },
522
+ {
523
+ "epoch": 0.12225140836926533,
524
+ "grad_norm": 46.092193603515625,
525
+ "learning_rate": 1.9508049268498634e-05,
526
+ "loss": 6.0722,
527
+ "step": 7400
528
+ },
529
+ {
530
+ "epoch": 0.12390345442830947,
531
+ "grad_norm": 23.927968978881836,
532
+ "learning_rate": 1.9471336527341815e-05,
533
+ "loss": 5.9443,
534
+ "step": 7500
535
+ },
536
+ {
537
+ "epoch": 0.1255555004873536,
538
+ "grad_norm": 21.281776428222656,
539
+ "learning_rate": 1.9434623786184995e-05,
540
+ "loss": 5.8786,
541
+ "step": 7600
542
+ },
543
+ {
544
+ "epoch": 0.1272075465463977,
545
+ "grad_norm": 27.455034255981445,
546
+ "learning_rate": 1.939791104502818e-05,
547
+ "loss": 5.8007,
548
+ "step": 7700
549
+ },
550
+ {
551
+ "epoch": 0.12885959260544183,
552
+ "grad_norm": 33.76934814453125,
553
+ "learning_rate": 1.936119830387136e-05,
554
+ "loss": 5.9206,
555
+ "step": 7800
556
+ },
557
+ {
558
+ "epoch": 0.13051163866448598,
559
+ "grad_norm": 21.891183853149414,
560
+ "learning_rate": 1.932448556271454e-05,
561
+ "loss": 5.918,
562
+ "step": 7900
563
+ },
564
+ {
565
+ "epoch": 0.1321636847235301,
566
+ "grad_norm": 61.087398529052734,
567
+ "learning_rate": 1.9287772821557725e-05,
568
+ "loss": 5.9443,
569
+ "step": 8000
570
+ },
571
+ {
572
+ "epoch": 0.13381573078257422,
573
+ "grad_norm": 23.860267639160156,
574
+ "learning_rate": 1.9251060080400906e-05,
575
+ "loss": 5.8764,
576
+ "step": 8100
577
+ },
578
+ {
579
+ "epoch": 0.13546777684161834,
580
+ "grad_norm": 26.501821517944336,
581
+ "learning_rate": 1.9214714466655654e-05,
582
+ "loss": 5.867,
583
+ "step": 8200
584
+ },
585
+ {
586
+ "epoch": 0.13711982290066246,
587
+ "grad_norm": 43.38287353515625,
588
+ "learning_rate": 1.9178001725498835e-05,
589
+ "loss": 5.8087,
590
+ "step": 8300
591
+ },
592
+ {
593
+ "epoch": 0.13877186895970658,
594
+ "grad_norm": 73.06561279296875,
595
+ "learning_rate": 1.9141288984342016e-05,
596
+ "loss": 5.9884,
597
+ "step": 8400
598
+ },
599
+ {
600
+ "epoch": 0.14042391501875073,
601
+ "grad_norm": 36.368717193603516,
602
+ "learning_rate": 1.91045762431852e-05,
603
+ "loss": 5.8741,
604
+ "step": 8500
605
+ },
606
+ {
607
+ "epoch": 0.14207596107779485,
608
+ "grad_norm": 136.38865661621094,
609
+ "learning_rate": 1.906786350202838e-05,
610
+ "loss": 5.9699,
611
+ "step": 8600
612
+ },
613
+ {
614
+ "epoch": 0.14372800713683898,
615
+ "grad_norm": 38.05315017700195,
616
+ "learning_rate": 1.903115076087156e-05,
617
+ "loss": 5.8671,
618
+ "step": 8700
619
+ },
620
+ {
621
+ "epoch": 0.1453800531958831,
622
+ "grad_norm": 39.74106216430664,
623
+ "learning_rate": 1.8994438019714742e-05,
624
+ "loss": 5.8278,
625
+ "step": 8800
626
+ },
627
+ {
628
+ "epoch": 0.14703209925492722,
629
+ "grad_norm": 31.016155242919922,
630
+ "learning_rate": 1.8957725278557926e-05,
631
+ "loss": 5.8892,
632
+ "step": 8900
633
+ },
634
+ {
635
+ "epoch": 0.14868414531397137,
636
+ "grad_norm": 36.37879943847656,
637
+ "learning_rate": 1.8921012537401107e-05,
638
+ "loss": 5.7437,
639
+ "step": 9000
640
+ },
641
+ {
642
+ "epoch": 0.1503361913730155,
643
+ "grad_norm": 31.93881607055664,
644
+ "learning_rate": 1.8884299796244288e-05,
645
+ "loss": 5.8069,
646
+ "step": 9100
647
+ },
648
+ {
649
+ "epoch": 0.1519882374320596,
650
+ "grad_norm": 24.248807907104492,
651
+ "learning_rate": 1.8847587055087472e-05,
652
+ "loss": 6.0235,
653
+ "step": 9200
654
+ },
655
+ {
656
+ "epoch": 0.15364028349110373,
657
+ "grad_norm": 29.67982292175293,
658
+ "learning_rate": 1.8810874313930653e-05,
659
+ "loss": 5.7214,
660
+ "step": 9300
661
+ },
662
+ {
663
+ "epoch": 0.15529232955014785,
664
+ "grad_norm": 34.80620193481445,
665
+ "learning_rate": 1.8774161572773834e-05,
666
+ "loss": 5.7893,
667
+ "step": 9400
668
+ },
669
+ {
670
+ "epoch": 0.15694437560919197,
671
+ "grad_norm": 31.375019073486328,
672
+ "learning_rate": 1.8737448831617015e-05,
673
+ "loss": 5.7406,
674
+ "step": 9500
675
+ },
676
+ {
677
+ "epoch": 0.15859642166823612,
678
+ "grad_norm": 24.126588821411133,
679
+ "learning_rate": 1.8700736090460195e-05,
680
+ "loss": 5.8035,
681
+ "step": 9600
682
+ },
683
+ {
684
+ "epoch": 0.16024846772728024,
685
+ "grad_norm": 94.3121337890625,
686
+ "learning_rate": 1.8664023349303376e-05,
687
+ "loss": 5.7965,
688
+ "step": 9700
689
+ },
690
+ {
691
+ "epoch": 0.16190051378632436,
692
+ "grad_norm": 29.543697357177734,
693
+ "learning_rate": 1.8627310608146557e-05,
694
+ "loss": 5.638,
695
+ "step": 9800
696
+ },
697
+ {
698
+ "epoch": 0.16355255984536848,
699
+ "grad_norm": 27.004188537597656,
700
+ "learning_rate": 1.859059786698974e-05,
701
+ "loss": 5.8263,
702
+ "step": 9900
703
+ },
704
+ {
705
+ "epoch": 0.1652046059044126,
706
+ "grad_norm": 31.72929573059082,
707
+ "learning_rate": 1.8553885125832922e-05,
708
+ "loss": 5.7995,
709
+ "step": 10000
710
+ },
711
+ {
712
+ "epoch": 0.16685665196345675,
713
+ "grad_norm": 43.893436431884766,
714
+ "learning_rate": 1.8517172384676103e-05,
715
+ "loss": 5.5805,
716
+ "step": 10100
717
+ },
718
+ {
719
+ "epoch": 0.16850869802250087,
720
+ "grad_norm": 40.329349517822266,
721
+ "learning_rate": 1.8480459643519283e-05,
722
+ "loss": 5.632,
723
+ "step": 10200
724
+ },
725
+ {
726
+ "epoch": 0.170160744081545,
727
+ "grad_norm": 36.50722885131836,
728
+ "learning_rate": 1.8443746902362468e-05,
729
+ "loss": 5.6944,
730
+ "step": 10300
731
+ },
732
+ {
733
+ "epoch": 0.17181279014058912,
734
+ "grad_norm": 68.61418151855469,
735
+ "learning_rate": 1.840703416120565e-05,
736
+ "loss": 5.5818,
737
+ "step": 10400
738
+ },
739
+ {
740
+ "epoch": 0.17346483619963324,
741
+ "grad_norm": 38.758846282958984,
742
+ "learning_rate": 1.837032142004883e-05,
743
+ "loss": 5.8598,
744
+ "step": 10500
745
+ },
746
+ {
747
+ "epoch": 0.17511688225867736,
748
+ "grad_norm": 51.770931243896484,
749
+ "learning_rate": 1.8333975806303577e-05,
750
+ "loss": 5.7255,
751
+ "step": 10600
752
+ },
753
+ {
754
+ "epoch": 0.1767689283177215,
755
+ "grad_norm": 91.27816009521484,
756
+ "learning_rate": 1.8297263065146758e-05,
757
+ "loss": 5.7536,
758
+ "step": 10700
759
+ },
760
+ {
761
+ "epoch": 0.17842097437676563,
762
+ "grad_norm": 35.52999496459961,
763
+ "learning_rate": 1.8260550323989942e-05,
764
+ "loss": 5.6536,
765
+ "step": 10800
766
+ },
767
+ {
768
+ "epoch": 0.18007302043580975,
769
+ "grad_norm": 36.9012336730957,
770
+ "learning_rate": 1.8223837582833123e-05,
771
+ "loss": 5.6417,
772
+ "step": 10900
773
+ },
774
+ {
775
+ "epoch": 0.18172506649485387,
776
+ "grad_norm": 37.2264404296875,
777
+ "learning_rate": 1.8187124841676304e-05,
778
+ "loss": 5.6719,
779
+ "step": 11000
780
+ },
781
+ {
782
+ "epoch": 0.183377112553898,
783
+ "grad_norm": 31.076929092407227,
784
+ "learning_rate": 1.8150412100519488e-05,
785
+ "loss": 5.566,
786
+ "step": 11100
787
+ },
788
+ {
789
+ "epoch": 0.18502915861294214,
790
+ "grad_norm": 34.78733444213867,
791
+ "learning_rate": 1.811369935936267e-05,
792
+ "loss": 5.4893,
793
+ "step": 11200
794
+ },
795
+ {
796
+ "epoch": 0.18668120467198626,
797
+ "grad_norm": 68.41493225097656,
798
+ "learning_rate": 1.807698661820585e-05,
799
+ "loss": 5.7412,
800
+ "step": 11300
801
+ },
802
+ {
803
+ "epoch": 0.18833325073103038,
804
+ "grad_norm": 43.99595260620117,
805
+ "learning_rate": 1.804027387704903e-05,
806
+ "loss": 5.6838,
807
+ "step": 11400
808
+ },
809
+ {
810
+ "epoch": 0.1899852967900745,
811
+ "grad_norm": 30.06267547607422,
812
+ "learning_rate": 1.8003561135892215e-05,
813
+ "loss": 5.6272,
814
+ "step": 11500
815
+ },
816
+ {
817
+ "epoch": 0.19163734284911862,
818
+ "grad_norm": 38.978031158447266,
819
+ "learning_rate": 1.7966848394735395e-05,
820
+ "loss": 5.6538,
821
+ "step": 11600
822
+ },
823
+ {
824
+ "epoch": 0.19328938890816275,
825
+ "grad_norm": 34.604209899902344,
826
+ "learning_rate": 1.7930135653578576e-05,
827
+ "loss": 5.7176,
828
+ "step": 11700
829
+ },
830
+ {
831
+ "epoch": 0.1949414349672069,
832
+ "grad_norm": 39.66080856323242,
833
+ "learning_rate": 1.7893422912421757e-05,
834
+ "loss": 5.4923,
835
+ "step": 11800
836
+ },
837
+ {
838
+ "epoch": 0.19659348102625102,
839
+ "grad_norm": 39.9164924621582,
840
+ "learning_rate": 1.7856710171264938e-05,
841
+ "loss": 5.7643,
842
+ "step": 11900
843
+ },
844
+ {
845
+ "epoch": 0.19824552708529514,
846
+ "grad_norm": 62.23050308227539,
847
+ "learning_rate": 1.7819997430108122e-05,
848
+ "loss": 5.5674,
849
+ "step": 12000
850
+ },
851
+ {
852
+ "epoch": 0.19989757314433926,
853
+ "grad_norm": 57.77485656738281,
854
+ "learning_rate": 1.7783284688951303e-05,
855
+ "loss": 5.6896,
856
+ "step": 12100
857
+ },
858
+ {
859
+ "epoch": 0.20154961920338338,
860
+ "grad_norm": 62.32257843017578,
861
+ "learning_rate": 1.7746571947794483e-05,
862
+ "loss": 5.4385,
863
+ "step": 12200
864
+ },
865
+ {
866
+ "epoch": 0.20320166526242753,
867
+ "grad_norm": 72.59315490722656,
868
+ "learning_rate": 1.7709859206637664e-05,
869
+ "loss": 5.5851,
870
+ "step": 12300
871
+ },
872
+ {
873
+ "epoch": 0.20485371132147165,
874
+ "grad_norm": 38.60813522338867,
875
+ "learning_rate": 1.7673146465480845e-05,
876
+ "loss": 5.5132,
877
+ "step": 12400
878
+ },
879
+ {
880
+ "epoch": 0.20650575738051577,
881
+ "grad_norm": 46.002899169921875,
882
+ "learning_rate": 1.763643372432403e-05,
883
+ "loss": 5.3329,
884
+ "step": 12500
885
+ },
886
+ {
887
+ "epoch": 0.2081578034395599,
888
+ "grad_norm": 54.40972900390625,
889
+ "learning_rate": 1.759972098316721e-05,
890
+ "loss": 5.4218,
891
+ "step": 12600
892
+ },
893
+ {
894
+ "epoch": 0.209809849498604,
895
+ "grad_norm": 42.294403076171875,
896
+ "learning_rate": 1.756337536942196e-05,
897
+ "loss": 5.5171,
898
+ "step": 12700
899
+ },
900
+ {
901
+ "epoch": 0.21146189555764816,
902
+ "grad_norm": 99.45050048828125,
903
+ "learning_rate": 1.7526662628265142e-05,
904
+ "loss": 5.3414,
905
+ "step": 12800
906
+ },
907
+ {
908
+ "epoch": 0.21311394161669228,
909
+ "grad_norm": 29.550790786743164,
910
+ "learning_rate": 1.7489949887108323e-05,
911
+ "loss": 5.4921,
912
+ "step": 12900
913
+ },
914
+ {
915
+ "epoch": 0.2147659876757364,
916
+ "grad_norm": 35.48351287841797,
917
+ "learning_rate": 1.7453237145951504e-05,
918
+ "loss": 5.7687,
919
+ "step": 13000
920
+ },
921
+ {
922
+ "epoch": 0.21641803373478052,
923
+ "grad_norm": 35.474609375,
924
+ "learning_rate": 1.7416524404794685e-05,
925
+ "loss": 5.7119,
926
+ "step": 13100
927
+ },
928
+ {
929
+ "epoch": 0.21807007979382464,
930
+ "grad_norm": 52.770469665527344,
931
+ "learning_rate": 1.7379811663637865e-05,
932
+ "loss": 5.4975,
933
+ "step": 13200
934
+ },
935
+ {
936
+ "epoch": 0.21972212585286877,
937
+ "grad_norm": 41.083763122558594,
938
+ "learning_rate": 1.7343098922481046e-05,
939
+ "loss": 5.4514,
940
+ "step": 13300
941
+ },
942
+ {
943
+ "epoch": 0.22137417191191291,
944
+ "grad_norm": 27.714067459106445,
945
+ "learning_rate": 1.730638618132423e-05,
946
+ "loss": 5.497,
947
+ "step": 13400
948
+ },
949
+ {
950
+ "epoch": 0.22302621797095704,
951
+ "grad_norm": 646.4743041992188,
952
+ "learning_rate": 1.726967344016741e-05,
953
+ "loss": 5.558,
954
+ "step": 13500
955
+ },
956
+ {
957
+ "epoch": 0.22467826403000116,
958
+ "grad_norm": 35.99949264526367,
959
+ "learning_rate": 1.7232960699010592e-05,
960
+ "loss": 5.4207,
961
+ "step": 13600
962
+ },
963
+ {
964
+ "epoch": 0.22633031008904528,
965
+ "grad_norm": 39.374507904052734,
966
+ "learning_rate": 1.7196247957853776e-05,
967
+ "loss": 5.5901,
968
+ "step": 13700
969
+ },
970
+ {
971
+ "epoch": 0.2279823561480894,
972
+ "grad_norm": 33.016117095947266,
973
+ "learning_rate": 1.7159535216696957e-05,
974
+ "loss": 5.2041,
975
+ "step": 13800
976
+ },
977
+ {
978
+ "epoch": 0.22963440220713355,
979
+ "grad_norm": 51.360252380371094,
980
+ "learning_rate": 1.7122822475540138e-05,
981
+ "loss": 5.2999,
982
+ "step": 13900
983
+ },
984
+ {
985
+ "epoch": 0.23128644826617767,
986
+ "grad_norm": 40.98723602294922,
987
+ "learning_rate": 1.708610973438332e-05,
988
+ "loss": 5.3373,
989
+ "step": 14000
990
+ },
991
+ {
992
+ "epoch": 0.2329384943252218,
993
+ "grad_norm": 62.94683074951172,
994
+ "learning_rate": 1.7049396993226503e-05,
995
+ "loss": 5.789,
996
+ "step": 14100
997
+ },
998
+ {
999
+ "epoch": 0.2345905403842659,
1000
+ "grad_norm": 70.42803192138672,
1001
+ "learning_rate": 1.7012684252069684e-05,
1002
+ "loss": 5.3292,
1003
+ "step": 14200
1004
+ },
1005
+ {
1006
+ "epoch": 0.23624258644331003,
1007
+ "grad_norm": 95.90315246582031,
1008
+ "learning_rate": 1.6975971510912864e-05,
1009
+ "loss": 5.4059,
1010
+ "step": 14300
1011
+ },
1012
+ {
1013
+ "epoch": 0.23789463250235415,
1014
+ "grad_norm": 39.37266159057617,
1015
+ "learning_rate": 1.6939258769756045e-05,
1016
+ "loss": 5.1849,
1017
+ "step": 14400
1018
+ },
1019
+ {
1020
+ "epoch": 0.2395466785613983,
1021
+ "grad_norm": 35.2801513671875,
1022
+ "learning_rate": 1.6902913156010793e-05,
1023
+ "loss": 5.1262,
1024
+ "step": 14500
1025
+ },
1026
+ {
1027
+ "epoch": 0.24119872462044242,
1028
+ "grad_norm": 49.648563385009766,
1029
+ "learning_rate": 1.6866200414853977e-05,
1030
+ "loss": 5.4339,
1031
+ "step": 14600
1032
+ },
1033
+ {
1034
+ "epoch": 0.24285077067948654,
1035
+ "grad_norm": 42.30907440185547,
1036
+ "learning_rate": 1.6829487673697158e-05,
1037
+ "loss": 5.5185,
1038
+ "step": 14700
1039
+ },
1040
+ {
1041
+ "epoch": 0.24450281673853066,
1042
+ "grad_norm": 37.14194869995117,
1043
+ "learning_rate": 1.679277493254034e-05,
1044
+ "loss": 5.3286,
1045
+ "step": 14800
1046
+ },
1047
+ {
1048
+ "epoch": 0.24615486279757479,
1049
+ "grad_norm": 31.77059555053711,
1050
+ "learning_rate": 1.6756062191383523e-05,
1051
+ "loss": 5.4141,
1052
+ "step": 14900
1053
+ },
1054
+ {
1055
+ "epoch": 0.24780690885661893,
1056
+ "grad_norm": 30.543859481811523,
1057
+ "learning_rate": 1.6719349450226704e-05,
1058
+ "loss": 5.3554,
1059
+ "step": 15000
1060
+ },
1061
+ {
1062
+ "epoch": 0.24945895491566306,
1063
+ "grad_norm": 51.9097785949707,
1064
+ "learning_rate": 1.6682636709069885e-05,
1065
+ "loss": 5.3489,
1066
+ "step": 15100
1067
+ },
1068
+ {
1069
+ "epoch": 0.2511110009747072,
1070
+ "grad_norm": 222.63604736328125,
1071
+ "learning_rate": 1.6645923967913065e-05,
1072
+ "loss": 5.4849,
1073
+ "step": 15200
1074
+ },
1075
+ {
1076
+ "epoch": 0.2527630470337513,
1077
+ "grad_norm": 95.24678802490234,
1078
+ "learning_rate": 1.6609211226756246e-05,
1079
+ "loss": 5.3656,
1080
+ "step": 15300
1081
+ },
1082
+ {
1083
+ "epoch": 0.2544150930927954,
1084
+ "grad_norm": 36.08857345581055,
1085
+ "learning_rate": 1.6572498485599427e-05,
1086
+ "loss": 5.32,
1087
+ "step": 15400
1088
+ },
1089
+ {
1090
+ "epoch": 0.25606713915183954,
1091
+ "grad_norm": 48.17111587524414,
1092
+ "learning_rate": 1.6535785744442608e-05,
1093
+ "loss": 5.3523,
1094
+ "step": 15500
1095
+ },
1096
+ {
1097
+ "epoch": 0.25771918521088366,
1098
+ "grad_norm": 51.60739517211914,
1099
+ "learning_rate": 1.6499073003285792e-05,
1100
+ "loss": 5.1146,
1101
+ "step": 15600
1102
+ },
1103
+ {
1104
+ "epoch": 0.2593712312699278,
1105
+ "grad_norm": 38.238433837890625,
1106
+ "learning_rate": 1.6462360262128973e-05,
1107
+ "loss": 5.2816,
1108
+ "step": 15700
1109
+ },
1110
+ {
1111
+ "epoch": 0.26102327732897196,
1112
+ "grad_norm": 136.9043426513672,
1113
+ "learning_rate": 1.6425647520972154e-05,
1114
+ "loss": 5.2296,
1115
+ "step": 15800
1116
+ },
1117
+ {
1118
+ "epoch": 0.2626753233880161,
1119
+ "grad_norm": 68.96510314941406,
1120
+ "learning_rate": 1.6388934779815334e-05,
1121
+ "loss": 5.3386,
1122
+ "step": 15900
1123
+ },
1124
+ {
1125
+ "epoch": 0.2643273694470602,
1126
+ "grad_norm": 152.887939453125,
1127
+ "learning_rate": 1.635222203865852e-05,
1128
+ "loss": 5.4917,
1129
+ "step": 16000
1130
+ },
1131
+ {
1132
+ "epoch": 0.2659794155061043,
1133
+ "grad_norm": 60.76850891113281,
1134
+ "learning_rate": 1.63155092975017e-05,
1135
+ "loss": 5.0524,
1136
+ "step": 16100
1137
+ },
1138
+ {
1139
+ "epoch": 0.26763146156514844,
1140
+ "grad_norm": 52.04624557495117,
1141
+ "learning_rate": 1.627879655634488e-05,
1142
+ "loss": 5.1657,
1143
+ "step": 16200
1144
+ },
1145
+ {
1146
+ "epoch": 0.26928350762419256,
1147
+ "grad_norm": 60.97122573852539,
1148
+ "learning_rate": 1.6242083815188064e-05,
1149
+ "loss": 5.1431,
1150
+ "step": 16300
1151
+ },
1152
+ {
1153
+ "epoch": 0.2709355536832367,
1154
+ "grad_norm": 80.91710662841797,
1155
+ "learning_rate": 1.6205371074031245e-05,
1156
+ "loss": 5.166,
1157
+ "step": 16400
1158
+ },
1159
+ {
1160
+ "epoch": 0.2725875997422808,
1161
+ "grad_norm": 37.053619384765625,
1162
+ "learning_rate": 1.6168658332874426e-05,
1163
+ "loss": 5.5738,
1164
+ "step": 16500
1165
+ },
1166
+ {
1167
+ "epoch": 0.2742396458013249,
1168
+ "grad_norm": 69.874267578125,
1169
+ "learning_rate": 1.6131945591717607e-05,
1170
+ "loss": 5.2088,
1171
+ "step": 16600
1172
+ },
1173
+ {
1174
+ "epoch": 0.27589169186036905,
1175
+ "grad_norm": 43.52924346923828,
1176
+ "learning_rate": 1.6095232850560787e-05,
1177
+ "loss": 5.2198,
1178
+ "step": 16700
1179
+ },
1180
+ {
1181
+ "epoch": 0.27754373791941317,
1182
+ "grad_norm": 48.917152404785156,
1183
+ "learning_rate": 1.605852010940397e-05,
1184
+ "loss": 5.2709,
1185
+ "step": 16800
1186
+ },
1187
+ {
1188
+ "epoch": 0.27919578397845735,
1189
+ "grad_norm": 36.78157043457031,
1190
+ "learning_rate": 1.6021807368247152e-05,
1191
+ "loss": 5.4027,
1192
+ "step": 16900
1193
+ },
1194
+ {
1195
+ "epoch": 0.28084783003750147,
1196
+ "grad_norm": 78.23045349121094,
1197
+ "learning_rate": 1.5985094627090333e-05,
1198
+ "loss": 5.25,
1199
+ "step": 17000
1200
+ },
1201
+ {
1202
+ "epoch": 0.2824998760965456,
1203
+ "grad_norm": 50.245540618896484,
1204
+ "learning_rate": 1.5948381885933514e-05,
1205
+ "loss": 5.1519,
1206
+ "step": 17100
1207
+ },
1208
+ {
1209
+ "epoch": 0.2841519221555897,
1210
+ "grad_norm": 31.97572135925293,
1211
+ "learning_rate": 1.5911669144776695e-05,
1212
+ "loss": 5.1347,
1213
+ "step": 17200
1214
+ },
1215
+ {
1216
+ "epoch": 0.28580396821463383,
1217
+ "grad_norm": 47.70193862915039,
1218
+ "learning_rate": 1.5874956403619876e-05,
1219
+ "loss": 5.2346,
1220
+ "step": 17300
1221
+ },
1222
+ {
1223
+ "epoch": 0.28745601427367795,
1224
+ "grad_norm": 34.82514953613281,
1225
+ "learning_rate": 1.583824366246306e-05,
1226
+ "loss": 5.4128,
1227
+ "step": 17400
1228
+ },
1229
+ {
1230
+ "epoch": 0.28910806033272207,
1231
+ "grad_norm": 66.9453353881836,
1232
+ "learning_rate": 1.580153092130624e-05,
1233
+ "loss": 5.1954,
1234
+ "step": 17500
1235
+ },
1236
+ {
1237
+ "epoch": 0.2907601063917662,
1238
+ "grad_norm": 50.74463653564453,
1239
+ "learning_rate": 1.576481818014942e-05,
1240
+ "loss": 5.3787,
1241
+ "step": 17600
1242
+ },
1243
+ {
1244
+ "epoch": 0.2924121524508103,
1245
+ "grad_norm": 42.01203918457031,
1246
+ "learning_rate": 1.5728105438992606e-05,
1247
+ "loss": 5.1731,
1248
+ "step": 17700
1249
+ },
1250
+ {
1251
+ "epoch": 0.29406419850985444,
1252
+ "grad_norm": 40.68756103515625,
1253
+ "learning_rate": 1.5691392697835786e-05,
1254
+ "loss": 5.3714,
1255
+ "step": 17800
1256
+ },
1257
+ {
1258
+ "epoch": 0.29571624456889856,
1259
+ "grad_norm": 37.97477722167969,
1260
+ "learning_rate": 1.5654679956678967e-05,
1261
+ "loss": 5.2113,
1262
+ "step": 17900
1263
+ },
1264
+ {
1265
+ "epoch": 0.29736829062794273,
1266
+ "grad_norm": 64.8110580444336,
1267
+ "learning_rate": 1.5617967215522148e-05,
1268
+ "loss": 5.0819,
1269
+ "step": 18000
1270
+ },
1271
+ {
1272
+ "epoch": 0.29902033668698685,
1273
+ "grad_norm": 37.63853454589844,
1274
+ "learning_rate": 1.5581254474365332e-05,
1275
+ "loss": 5.0443,
1276
+ "step": 18100
1277
+ },
1278
+ {
1279
+ "epoch": 0.300672382746031,
1280
+ "grad_norm": 41.9002799987793,
1281
+ "learning_rate": 1.5544541733208513e-05,
1282
+ "loss": 5.2041,
1283
+ "step": 18200
1284
+ },
1285
+ {
1286
+ "epoch": 0.3023244288050751,
1287
+ "grad_norm": 50.00920486450195,
1288
+ "learning_rate": 1.5507828992051694e-05,
1289
+ "loss": 5.1385,
1290
+ "step": 18300
1291
+ },
1292
+ {
1293
+ "epoch": 0.3039764748641192,
1294
+ "grad_norm": 51.85498809814453,
1295
+ "learning_rate": 1.5471116250894874e-05,
1296
+ "loss": 5.2195,
1297
+ "step": 18400
1298
+ },
1299
+ {
1300
+ "epoch": 0.30562852092316334,
1301
+ "grad_norm": 45.79952621459961,
1302
+ "learning_rate": 1.5434403509738055e-05,
1303
+ "loss": 5.2233,
1304
+ "step": 18500
1305
+ },
1306
+ {
1307
+ "epoch": 0.30728056698220746,
1308
+ "grad_norm": 40.52060317993164,
1309
+ "learning_rate": 1.5397690768581236e-05,
1310
+ "loss": 5.1198,
1311
+ "step": 18600
1312
+ },
1313
+ {
1314
+ "epoch": 0.3089326130412516,
1315
+ "grad_norm": 56.97610092163086,
1316
+ "learning_rate": 1.5360978027424417e-05,
1317
+ "loss": 5.106,
1318
+ "step": 18700
1319
+ },
1320
+ {
1321
+ "epoch": 0.3105846591002957,
1322
+ "grad_norm": 91.66014099121094,
1323
+ "learning_rate": 1.53242652862676e-05,
1324
+ "loss": 5.335,
1325
+ "step": 18800
1326
+ },
1327
+ {
1328
+ "epoch": 0.3122367051593398,
1329
+ "grad_norm": 85.68270874023438,
1330
+ "learning_rate": 1.5287552545110782e-05,
1331
+ "loss": 5.1231,
1332
+ "step": 18900
1333
+ },
1334
+ {
1335
+ "epoch": 0.31388875121838394,
1336
+ "grad_norm": 38.191650390625,
1337
+ "learning_rate": 1.5250839803953963e-05,
1338
+ "loss": 5.1777,
1339
+ "step": 19000
1340
+ },
1341
+ {
1342
+ "epoch": 0.3155407972774281,
1343
+ "grad_norm": 182.99609375,
1344
+ "learning_rate": 1.5214127062797147e-05,
1345
+ "loss": 5.5752,
1346
+ "step": 19100
1347
+ },
1348
+ {
1349
+ "epoch": 0.31719284333647224,
1350
+ "grad_norm": 49.25122833251953,
1351
+ "learning_rate": 1.5177414321640328e-05,
1352
+ "loss": 5.1902,
1353
+ "step": 19200
1354
+ },
1355
+ {
1356
+ "epoch": 0.31884488939551636,
1357
+ "grad_norm": 46.381248474121094,
1358
+ "learning_rate": 1.5140701580483508e-05,
1359
+ "loss": 5.0777,
1360
+ "step": 19300
1361
+ },
1362
+ {
1363
+ "epoch": 0.3204969354545605,
1364
+ "grad_norm": 35.04011154174805,
1365
+ "learning_rate": 1.510398883932669e-05,
1366
+ "loss": 5.211,
1367
+ "step": 19400
1368
+ },
1369
+ {
1370
+ "epoch": 0.3221489815136046,
1371
+ "grad_norm": 124.16557312011719,
1372
+ "learning_rate": 1.5067643225581439e-05,
1373
+ "loss": 5.1402,
1374
+ "step": 19500
1375
+ },
1376
+ {
1377
+ "epoch": 0.3238010275726487,
1378
+ "grad_norm": 55.99512481689453,
1379
+ "learning_rate": 1.5030930484424621e-05,
1380
+ "loss": 5.1458,
1381
+ "step": 19600
1382
+ },
1383
+ {
1384
+ "epoch": 0.32545307363169285,
1385
+ "grad_norm": 77.44950866699219,
1386
+ "learning_rate": 1.4994217743267802e-05,
1387
+ "loss": 5.1091,
1388
+ "step": 19700
1389
+ },
1390
+ {
1391
+ "epoch": 0.32710511969073697,
1392
+ "grad_norm": 122.10176849365234,
1393
+ "learning_rate": 1.4957505002110983e-05,
1394
+ "loss": 5.1471,
1395
+ "step": 19800
1396
+ },
1397
+ {
1398
+ "epoch": 0.3287571657497811,
1399
+ "grad_norm": 43.460208892822266,
1400
+ "learning_rate": 1.4920792260954164e-05,
1401
+ "loss": 5.1804,
1402
+ "step": 19900
1403
+ },
1404
+ {
1405
+ "epoch": 0.3304092118088252,
1406
+ "grad_norm": 89.17972564697266,
1407
+ "learning_rate": 1.4884079519797348e-05,
1408
+ "loss": 4.9678,
1409
+ "step": 20000
1410
+ },
1411
+ {
1412
+ "epoch": 0.33206125786786933,
1413
+ "grad_norm": 81.0530014038086,
1414
+ "learning_rate": 1.4847366778640529e-05,
1415
+ "loss": 5.1655,
1416
+ "step": 20100
1417
+ },
1418
+ {
1419
+ "epoch": 0.3337133039269135,
1420
+ "grad_norm": 88.94013214111328,
1421
+ "learning_rate": 1.481065403748371e-05,
1422
+ "loss": 4.9735,
1423
+ "step": 20200
1424
+ },
1425
+ {
1426
+ "epoch": 0.33536534998595763,
1427
+ "grad_norm": 78.72936248779297,
1428
+ "learning_rate": 1.4773941296326892e-05,
1429
+ "loss": 5.0536,
1430
+ "step": 20300
1431
+ },
1432
+ {
1433
+ "epoch": 0.33701739604500175,
1434
+ "grad_norm": 36.7070198059082,
1435
+ "learning_rate": 1.4737228555170073e-05,
1436
+ "loss": 5.347,
1437
+ "step": 20400
1438
+ },
1439
+ {
1440
+ "epoch": 0.33866944210404587,
1441
+ "grad_norm": 63.179012298583984,
1442
+ "learning_rate": 1.4700515814013254e-05,
1443
+ "loss": 4.9856,
1444
+ "step": 20500
1445
+ },
1446
+ {
1447
+ "epoch": 0.34032148816309,
1448
+ "grad_norm": 47.14772415161133,
1449
+ "learning_rate": 1.4663803072856434e-05,
1450
+ "loss": 5.1035,
1451
+ "step": 20600
1452
+ },
1453
+ {
1454
+ "epoch": 0.3419735342221341,
1455
+ "grad_norm": 51.848472595214844,
1456
+ "learning_rate": 1.4627090331699619e-05,
1457
+ "loss": 5.0428,
1458
+ "step": 20700
1459
+ },
1460
+ {
1461
+ "epoch": 0.34362558028117823,
1462
+ "grad_norm": 50.670616149902344,
1463
+ "learning_rate": 1.45903775905428e-05,
1464
+ "loss": 5.0856,
1465
+ "step": 20800
1466
+ },
1467
+ {
1468
+ "epoch": 0.34527762634022235,
1469
+ "grad_norm": 48.28507995605469,
1470
+ "learning_rate": 1.455366484938598e-05,
1471
+ "loss": 5.0776,
1472
+ "step": 20900
1473
+ },
1474
+ {
1475
+ "epoch": 0.3469296723992665,
1476
+ "grad_norm": 49.49705505371094,
1477
+ "learning_rate": 1.4516952108229163e-05,
1478
+ "loss": 5.2031,
1479
+ "step": 21000
1480
+ }
1481
+ ],
1482
+ "logging_steps": 100,
1483
+ "max_steps": 60531,
1484
+ "num_input_tokens_seen": 0,
1485
+ "num_train_epochs": 1,
1486
+ "save_steps": 500,
1487
+ "stateful_callbacks": {
1488
+ "TrainerControl": {
1489
+ "args": {
1490
+ "should_epoch_stop": false,
1491
+ "should_evaluate": false,
1492
+ "should_log": false,
1493
+ "should_save": true,
1494
+ "should_training_stop": false
1495
+ },
1496
+ "attributes": {}
1497
+ }
1498
+ },
1499
+ "total_flos": 0.0,
1500
+ "train_batch_size": 128,
1501
+ "trial_name": null,
1502
+ "trial_params": null
1503
+ }
checkpoint-21000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f618e50477a22f00ca3d4aaa893ec5a09ecb95e73c1461193f00c15562c98dc
3
+ size 5496
checkpoint-21000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff