youssefkhalil320 commited on
Commit
c678759
·
verified ·
1 Parent(s): 670e06f

Upload folder using huggingface_hub

Browse files
checkpoint-8715/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-8715/README.md ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:74247
14
+ - loss:AnglELoss
15
+ widget:
16
+ - source_sentence: paste
17
+ sentences:
18
+ - bread
19
+ - car refresher spray
20
+ - hot drinks mug
21
+ - source_sentence: shoulder strap accessory for bags
22
+ sentences:
23
+ - home scent
24
+ - ball
25
+ - one outer pocket cross bag
26
+ - source_sentence: deep fried mozzarella sticks
27
+ sentences:
28
+ - one outer pocket cross bag
29
+ - insect killer
30
+ - stir fry vegetables bowl
31
+ - source_sentence: metal flower set tableaus
32
+ sentences:
33
+ - home scent
34
+ - home scent
35
+ - hygiene
36
+ - source_sentence: basic choker
37
+ sentences:
38
+ - hygiene
39
+ - unisex sweatshirt
40
+ - unisex sweatshirt
41
+ ---
42
+
43
+ # all-MiniLM-L6-v6-pair_score
44
+
45
+ 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.
46
+
47
+ ## Model Details
48
+
49
+ ### Model Description
50
+ - **Model Type:** Sentence Transformer
51
+ - **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
52
+ - **Maximum Sequence Length:** 256 tokens
53
+ - **Output Dimensionality:** 384 tokens
54
+ - **Similarity Function:** Cosine Similarity
55
+ <!-- - **Training Dataset:** Unknown -->
56
+ - **Language:** en
57
+ - **License:** apache-2.0
58
+
59
+ ### Model Sources
60
+
61
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
62
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
63
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
64
+
65
+ ### Full Model Architecture
66
+
67
+ ```
68
+ SentenceTransformer(
69
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
70
+ (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})
71
+ (2): Normalize()
72
+ )
73
+ ```
74
+
75
+ ## Usage
76
+
77
+ ### Direct Usage (Sentence Transformers)
78
+
79
+ First install the Sentence Transformers library:
80
+
81
+ ```bash
82
+ pip install -U sentence-transformers
83
+ ```
84
+
85
+ Then you can load this model and run inference.
86
+ ```python
87
+ from sentence_transformers import SentenceTransformer
88
+
89
+ # Download from the 🤗 Hub
90
+ model = SentenceTransformer("sentence_transformers_model_id")
91
+ # Run inference
92
+ sentences = [
93
+ 'basic choker',
94
+ 'unisex sweatshirt',
95
+ 'unisex sweatshirt',
96
+ ]
97
+ embeddings = model.encode(sentences)
98
+ print(embeddings.shape)
99
+ # [3, 384]
100
+
101
+ # Get the similarity scores for the embeddings
102
+ similarities = model.similarity(embeddings, embeddings)
103
+ print(similarities.shape)
104
+ # [3, 3]
105
+ ```
106
+
107
+ <!--
108
+ ### Direct Usage (Transformers)
109
+
110
+ <details><summary>Click to see the direct usage in Transformers</summary>
111
+
112
+ </details>
113
+ -->
114
+
115
+ <!--
116
+ ### Downstream Usage (Sentence Transformers)
117
+
118
+ You can finetune this model on your own dataset.
119
+
120
+ <details><summary>Click to expand</summary>
121
+
122
+ </details>
123
+ -->
124
+
125
+ <!--
126
+ ### Out-of-Scope Use
127
+
128
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
129
+ -->
130
+
131
+ <!--
132
+ ## Bias, Risks and Limitations
133
+
134
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
135
+ -->
136
+
137
+ <!--
138
+ ### Recommendations
139
+
140
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
141
+ -->
142
+
143
+ ## Training Details
144
+
145
+ ### Training Hyperparameters
146
+ #### Non-Default Hyperparameters
147
+
148
+ - `eval_strategy`: steps
149
+ - `per_device_train_batch_size`: 128
150
+ - `per_device_eval_batch_size`: 128
151
+ - `learning_rate`: 2e-05
152
+ - `num_train_epochs`: 15
153
+ - `warmup_ratio`: 0.1
154
+ - `fp16`: True
155
+
156
+ #### All Hyperparameters
157
+ <details><summary>Click to expand</summary>
158
+
159
+ - `overwrite_output_dir`: False
160
+ - `do_predict`: False
161
+ - `eval_strategy`: steps
162
+ - `prediction_loss_only`: True
163
+ - `per_device_train_batch_size`: 128
164
+ - `per_device_eval_batch_size`: 128
165
+ - `per_gpu_train_batch_size`: None
166
+ - `per_gpu_eval_batch_size`: None
167
+ - `gradient_accumulation_steps`: 1
168
+ - `eval_accumulation_steps`: None
169
+ - `torch_empty_cache_steps`: None
170
+ - `learning_rate`: 2e-05
171
+ - `weight_decay`: 0.0
172
+ - `adam_beta1`: 0.9
173
+ - `adam_beta2`: 0.999
174
+ - `adam_epsilon`: 1e-08
175
+ - `max_grad_norm`: 1.0
176
+ - `num_train_epochs`: 15
177
+ - `max_steps`: -1
178
+ - `lr_scheduler_type`: linear
179
+ - `lr_scheduler_kwargs`: {}
180
+ - `warmup_ratio`: 0.1
181
+ - `warmup_steps`: 0
182
+ - `log_level`: passive
183
+ - `log_level_replica`: warning
184
+ - `log_on_each_node`: True
185
+ - `logging_nan_inf_filter`: True
186
+ - `save_safetensors`: True
187
+ - `save_on_each_node`: False
188
+ - `save_only_model`: False
189
+ - `restore_callback_states_from_checkpoint`: False
190
+ - `no_cuda`: False
191
+ - `use_cpu`: False
192
+ - `use_mps_device`: False
193
+ - `seed`: 42
194
+ - `data_seed`: None
195
+ - `jit_mode_eval`: False
196
+ - `use_ipex`: False
197
+ - `bf16`: False
198
+ - `fp16`: True
199
+ - `fp16_opt_level`: O1
200
+ - `half_precision_backend`: auto
201
+ - `bf16_full_eval`: False
202
+ - `fp16_full_eval`: False
203
+ - `tf32`: None
204
+ - `local_rank`: 0
205
+ - `ddp_backend`: None
206
+ - `tpu_num_cores`: None
207
+ - `tpu_metrics_debug`: False
208
+ - `debug`: []
209
+ - `dataloader_drop_last`: False
210
+ - `dataloader_num_workers`: 0
211
+ - `dataloader_prefetch_factor`: None
212
+ - `past_index`: -1
213
+ - `disable_tqdm`: False
214
+ - `remove_unused_columns`: True
215
+ - `label_names`: None
216
+ - `load_best_model_at_end`: False
217
+ - `ignore_data_skip`: False
218
+ - `fsdp`: []
219
+ - `fsdp_min_num_params`: 0
220
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
221
+ - `fsdp_transformer_layer_cls_to_wrap`: None
222
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
223
+ - `deepspeed`: None
224
+ - `label_smoothing_factor`: 0.0
225
+ - `optim`: adamw_torch
226
+ - `optim_args`: None
227
+ - `adafactor`: False
228
+ - `group_by_length`: False
229
+ - `length_column_name`: length
230
+ - `ddp_find_unused_parameters`: None
231
+ - `ddp_bucket_cap_mb`: None
232
+ - `ddp_broadcast_buffers`: False
233
+ - `dataloader_pin_memory`: True
234
+ - `dataloader_persistent_workers`: False
235
+ - `skip_memory_metrics`: True
236
+ - `use_legacy_prediction_loop`: False
237
+ - `push_to_hub`: False
238
+ - `resume_from_checkpoint`: None
239
+ - `hub_model_id`: None
240
+ - `hub_strategy`: every_save
241
+ - `hub_private_repo`: False
242
+ - `hub_always_push`: False
243
+ - `gradient_checkpointing`: False
244
+ - `gradient_checkpointing_kwargs`: None
245
+ - `include_inputs_for_metrics`: False
246
+ - `eval_do_concat_batches`: True
247
+ - `fp16_backend`: auto
248
+ - `push_to_hub_model_id`: None
249
+ - `push_to_hub_organization`: None
250
+ - `mp_parameters`:
251
+ - `auto_find_batch_size`: False
252
+ - `full_determinism`: False
253
+ - `torchdynamo`: None
254
+ - `ray_scope`: last
255
+ - `ddp_timeout`: 1800
256
+ - `torch_compile`: False
257
+ - `torch_compile_backend`: None
258
+ - `torch_compile_mode`: None
259
+ - `dispatch_batches`: None
260
+ - `split_batches`: None
261
+ - `include_tokens_per_second`: False
262
+ - `include_num_input_tokens_seen`: False
263
+ - `neftune_noise_alpha`: None
264
+ - `optim_target_modules`: None
265
+ - `batch_eval_metrics`: False
266
+ - `eval_on_start`: False
267
+ - `use_liger_kernel`: False
268
+ - `eval_use_gather_object`: False
269
+ - `batch_sampler`: batch_sampler
270
+ - `multi_dataset_batch_sampler`: proportional
271
+
272
+ </details>
273
+
274
+ ### Training Logs
275
+ | Epoch | Step | Training Loss | loss |
276
+ |:-------:|:----:|:-------------:|:------:|
277
+ | 0.1721 | 100 | 10.8697 | - |
278
+ | 0.3442 | 200 | 9.1125 | - |
279
+ | 0.5164 | 300 | 6.8873 | - |
280
+ | 0.6885 | 400 | 3.1124 | - |
281
+ | 0.8606 | 500 | 1.0882 | - |
282
+ | 1.0327 | 600 | 0.869 | - |
283
+ | 1.2048 | 700 | 0.6952 | - |
284
+ | 1.3769 | 800 | 0.5522 | - |
285
+ | 1.5491 | 900 | 0.5184 | - |
286
+ | 1.7212 | 1000 | 0.3996 | - |
287
+ | 1.8933 | 1100 | 0.6316 | - |
288
+ | 2.0654 | 1200 | 0.5352 | - |
289
+ | 2.2375 | 1300 | 0.3731 | - |
290
+ | 2.4096 | 1400 | 0.3376 | - |
291
+ | 2.5818 | 1500 | 0.597 | - |
292
+ | 2.7539 | 1600 | 0.5737 | - |
293
+ | 2.9260 | 1700 | 0.7107 | - |
294
+ | 3.0981 | 1800 | 0.4356 | - |
295
+ | 3.2702 | 1900 | 0.5581 | - |
296
+ | 3.4423 | 2000 | 0.2012 | - |
297
+ | 3.6145 | 2100 | 0.3906 | - |
298
+ | 3.7866 | 2200 | 0.5386 | - |
299
+ | 3.9587 | 2300 | 0.2624 | - |
300
+ | 4.1308 | 2400 | 0.3573 | - |
301
+ | 4.3029 | 2500 | 0.4798 | - |
302
+ | 4.4750 | 2600 | 0.2465 | - |
303
+ | 4.6472 | 2700 | 0.3482 | - |
304
+ | 4.8193 | 2800 | 0.1915 | - |
305
+ | 4.9914 | 2900 | 0.4617 | - |
306
+ | 5.1635 | 3000 | 0.2874 | - |
307
+ | 5.3356 | 3100 | 0.4636 | - |
308
+ | 5.5077 | 3200 | 0.1344 | - |
309
+ | 5.6799 | 3300 | 0.3615 | - |
310
+ | 5.8520 | 3400 | 0.309 | - |
311
+ | 6.0241 | 3500 | 0.1883 | - |
312
+ | 6.1962 | 3600 | 0.4029 | - |
313
+ | 6.3683 | 3700 | 0.2082 | - |
314
+ | 6.5404 | 3800 | 0.1333 | - |
315
+ | 6.7126 | 3900 | 0.1509 | - |
316
+ | 6.8847 | 4000 | 0.6264 | - |
317
+ | 7.0568 | 4100 | 0.2177 | - |
318
+ | 7.2289 | 4200 | 0.1957 | - |
319
+ | 7.4010 | 4300 | 0.2887 | - |
320
+ | 7.5731 | 4400 | 0.2271 | - |
321
+ | 7.7453 | 4500 | 0.3486 | - |
322
+ | 7.9174 | 4600 | 0.4429 | - |
323
+ | 8.0895 | 4700 | 0.4398 | - |
324
+ | 8.2616 | 4800 | 0.31 | - |
325
+ | 8.4337 | 4900 | 0.2045 | - |
326
+ | 8.6059 | 5000 | 0.2583 | 0.2371 |
327
+ | 8.7780 | 5100 | 0.2774 | - |
328
+ | 8.9501 | 5200 | 0.1902 | - |
329
+ | 9.1222 | 5300 | 0.3058 | - |
330
+ | 9.2943 | 5400 | 0.3742 | - |
331
+ | 9.4664 | 5500 | 0.2972 | - |
332
+ | 9.6386 | 5600 | 0.3084 | - |
333
+ | 9.8107 | 5700 | 0.1215 | - |
334
+ | 9.9828 | 5800 | 0.1876 | - |
335
+ | 10.1549 | 5900 | 0.1702 | - |
336
+ | 10.3270 | 6000 | 0.2506 | - |
337
+ | 10.4991 | 6100 | 0.2852 | - |
338
+ | 10.6713 | 6200 | 0.2354 | - |
339
+ | 10.8434 | 6300 | 0.214 | - |
340
+ | 11.0155 | 6400 | 0.3815 | - |
341
+ | 11.1876 | 6500 | 0.0803 | - |
342
+ | 11.3597 | 6600 | 0.1941 | - |
343
+ | 11.5318 | 6700 | 0.1576 | - |
344
+ | 11.7040 | 6800 | 0.2911 | - |
345
+ | 11.8761 | 6900 | 0.4913 | - |
346
+ | 12.0482 | 7000 | 0.2759 | - |
347
+ | 12.2203 | 7100 | 0.2928 | - |
348
+ | 12.3924 | 7200 | 0.2181 | - |
349
+ | 12.5645 | 7300 | 0.1286 | - |
350
+ | 12.7367 | 7400 | 0.3342 | - |
351
+ | 12.9088 | 7500 | 0.1577 | - |
352
+ | 13.0809 | 7600 | 0.2578 | - |
353
+ | 13.2530 | 7700 | 0.2844 | - |
354
+ | 13.4251 | 7800 | 0.0917 | - |
355
+ | 13.5972 | 7900 | 0.2617 | - |
356
+ | 13.7694 | 8000 | 0.3021 | - |
357
+ | 13.9415 | 8100 | 0.1036 | - |
358
+ | 14.1136 | 8200 | 0.5471 | - |
359
+ | 14.2857 | 8300 | 0.2395 | - |
360
+ | 14.4578 | 8400 | 0.2664 | - |
361
+ | 14.6299 | 8500 | 0.2697 | - |
362
+ | 14.8021 | 8600 | 0.1569 | - |
363
+ | 14.9742 | 8700 | 0.116 | - |
364
+
365
+
366
+ ### Framework Versions
367
+ - Python: 3.8.10
368
+ - Sentence Transformers: 3.1.1
369
+ - Transformers: 4.45.2
370
+ - PyTorch: 2.4.1+cu118
371
+ - Accelerate: 1.0.1
372
+ - Datasets: 3.0.1
373
+ - Tokenizers: 0.20.3
374
+
375
+ ## Citation
376
+
377
+ ### BibTeX
378
+
379
+ #### Sentence Transformers
380
+ ```bibtex
381
+ @inproceedings{reimers-2019-sentence-bert,
382
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
383
+ author = "Reimers, Nils and Gurevych, Iryna",
384
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
385
+ month = "11",
386
+ year = "2019",
387
+ publisher = "Association for Computational Linguistics",
388
+ url = "https://arxiv.org/abs/1908.10084",
389
+ }
390
+ ```
391
+
392
+ #### AnglELoss
393
+ ```bibtex
394
+ @misc{li2023angleoptimized,
395
+ title={AnglE-optimized Text Embeddings},
396
+ author={Xianming Li and Jing Li},
397
+ year={2023},
398
+ eprint={2309.12871},
399
+ archivePrefix={arXiv},
400
+ primaryClass={cs.CL}
401
+ }
402
+ ```
403
+
404
+ <!--
405
+ ## Glossary
406
+
407
+ *Clearly define terms in order to be accessible across audiences.*
408
+ -->
409
+
410
+ <!--
411
+ ## Model Card Authors
412
+
413
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
414
+ -->
415
+
416
+ <!--
417
+ ## Model Card Contact
418
+
419
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
420
+ -->
checkpoint-8715/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-8715/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-8715/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66942fc79d7d5cfd7c2c06794a7c7e58f30dbe8aacac8733a218838378d451de
3
+ size 90864192
checkpoint-8715/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-8715/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02892e2e6161ed1cf78a622c06b0dcc2314d0f626ac32b660cae09d8cf650cec
3
+ size 180607738
checkpoint-8715/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258784f5cecd2bd8dd7ef2d456b82b8e409780f87cfc28b88b724ae13c3ea2e6
3
+ size 14244
checkpoint-8715/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2219b8c258cfddca745fd5030e7082fddcb507ffec078b02628785ffbad41af9
3
+ size 1064
checkpoint-8715/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }
checkpoint-8715/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-8715/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-8715/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-8715/trainer_state.json ADDED
@@ -0,0 +1,650 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 15.0,
5
+ "eval_steps": 5000,
6
+ "global_step": 8715,
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.1721170395869191,
13
+ "grad_norm": 134.16664123535156,
14
+ "learning_rate": 2.224770642201835e-06,
15
+ "loss": 10.8697,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.3442340791738382,
20
+ "grad_norm": 69.6041259765625,
21
+ "learning_rate": 4.5183486238532115e-06,
22
+ "loss": 9.1125,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.5163511187607573,
27
+ "grad_norm": 103.4394760131836,
28
+ "learning_rate": 6.8119266055045875e-06,
29
+ "loss": 6.8873,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.6884681583476764,
34
+ "grad_norm": 32.237342834472656,
35
+ "learning_rate": 9.08256880733945e-06,
36
+ "loss": 3.1124,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.8605851979345955,
41
+ "grad_norm": 13.523033142089844,
42
+ "learning_rate": 1.1376146788990828e-05,
43
+ "loss": 1.0882,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 1.0327022375215147,
48
+ "grad_norm": 56.13002395629883,
49
+ "learning_rate": 1.3669724770642203e-05,
50
+ "loss": 0.869,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 1.2048192771084336,
55
+ "grad_norm": 4.41276741027832,
56
+ "learning_rate": 1.5963302752293578e-05,
57
+ "loss": 0.6952,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 1.3769363166953528,
62
+ "grad_norm": 1.8771318197250366,
63
+ "learning_rate": 1.8256880733944955e-05,
64
+ "loss": 0.5522,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 1.549053356282272,
69
+ "grad_norm": 5.131401062011719,
70
+ "learning_rate": 1.9938798928981258e-05,
71
+ "loss": 0.5184,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 1.721170395869191,
76
+ "grad_norm": 3.2520999908447266,
77
+ "learning_rate": 1.9683794466403164e-05,
78
+ "loss": 0.3996,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 1.8932874354561102,
83
+ "grad_norm": 1.1916402578353882,
84
+ "learning_rate": 1.9428790003825067e-05,
85
+ "loss": 0.6316,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 2.0654044750430294,
90
+ "grad_norm": 3.3565962314605713,
91
+ "learning_rate": 1.9173785541246974e-05,
92
+ "loss": 0.5352,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 2.2375215146299485,
97
+ "grad_norm": 2.182133436203003,
98
+ "learning_rate": 1.8918781078668877e-05,
99
+ "loss": 0.3731,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 2.4096385542168672,
104
+ "grad_norm": 3.537748098373413,
105
+ "learning_rate": 1.8663776616090783e-05,
106
+ "loss": 0.3376,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 2.581755593803787,
111
+ "grad_norm": 2.066549777984619,
112
+ "learning_rate": 1.840877215351269e-05,
113
+ "loss": 0.597,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 2.7538726333907055,
118
+ "grad_norm": 2.867453098297119,
119
+ "learning_rate": 1.8153767690934592e-05,
120
+ "loss": 0.5737,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 2.9259896729776247,
125
+ "grad_norm": 0.8096536993980408,
126
+ "learning_rate": 1.7898763228356495e-05,
127
+ "loss": 0.7107,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 3.098106712564544,
132
+ "grad_norm": 5.293230056762695,
133
+ "learning_rate": 1.7643758765778402e-05,
134
+ "loss": 0.4356,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 3.270223752151463,
139
+ "grad_norm": 2.1939845085144043,
140
+ "learning_rate": 1.7388754303200308e-05,
141
+ "loss": 0.5581,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 3.442340791738382,
146
+ "grad_norm": 2.1973116397857666,
147
+ "learning_rate": 1.713374984062221e-05,
148
+ "loss": 0.2012,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 3.6144578313253013,
153
+ "grad_norm": 1.3364547491073608,
154
+ "learning_rate": 1.6878745378044118e-05,
155
+ "loss": 0.3906,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 3.7865748709122204,
160
+ "grad_norm": 3.2359094619750977,
161
+ "learning_rate": 1.662374091546602e-05,
162
+ "loss": 0.5386,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 3.958691910499139,
167
+ "grad_norm": 31.699663162231445,
168
+ "learning_rate": 1.6368736452887927e-05,
169
+ "loss": 0.2624,
170
+ "step": 2300
171
+ },
172
+ {
173
+ "epoch": 4.130808950086059,
174
+ "grad_norm": 92.98713684082031,
175
+ "learning_rate": 1.611373199030983e-05,
176
+ "loss": 0.3573,
177
+ "step": 2400
178
+ },
179
+ {
180
+ "epoch": 4.3029259896729775,
181
+ "grad_norm": 2.056157350540161,
182
+ "learning_rate": 1.5858727527731736e-05,
183
+ "loss": 0.4798,
184
+ "step": 2500
185
+ },
186
+ {
187
+ "epoch": 4.475043029259897,
188
+ "grad_norm": 7.822810649871826,
189
+ "learning_rate": 1.5606273109779423e-05,
190
+ "loss": 0.2465,
191
+ "step": 2600
192
+ },
193
+ {
194
+ "epoch": 4.647160068846816,
195
+ "grad_norm": 1.6002038717269897,
196
+ "learning_rate": 1.5351268647201326e-05,
197
+ "loss": 0.3482,
198
+ "step": 2700
199
+ },
200
+ {
201
+ "epoch": 4.8192771084337345,
202
+ "grad_norm": 2.061086416244507,
203
+ "learning_rate": 1.5096264184623233e-05,
204
+ "loss": 0.1915,
205
+ "step": 2800
206
+ },
207
+ {
208
+ "epoch": 4.991394148020654,
209
+ "grad_norm": 1.1744683980941772,
210
+ "learning_rate": 1.4841259722045136e-05,
211
+ "loss": 0.4617,
212
+ "step": 2900
213
+ },
214
+ {
215
+ "epoch": 5.163511187607573,
216
+ "grad_norm": 2.5757875442504883,
217
+ "learning_rate": 1.4586255259467042e-05,
218
+ "loss": 0.2874,
219
+ "step": 3000
220
+ },
221
+ {
222
+ "epoch": 5.335628227194492,
223
+ "grad_norm": 8.106232643127441,
224
+ "learning_rate": 1.4331250796888947e-05,
225
+ "loss": 0.4636,
226
+ "step": 3100
227
+ },
228
+ {
229
+ "epoch": 5.507745266781411,
230
+ "grad_norm": 2.139594316482544,
231
+ "learning_rate": 1.4076246334310853e-05,
232
+ "loss": 0.1344,
233
+ "step": 3200
234
+ },
235
+ {
236
+ "epoch": 5.679862306368331,
237
+ "grad_norm": 8.198427200317383,
238
+ "learning_rate": 1.3821241871732756e-05,
239
+ "loss": 0.3615,
240
+ "step": 3300
241
+ },
242
+ {
243
+ "epoch": 5.851979345955249,
244
+ "grad_norm": 0.706113338470459,
245
+ "learning_rate": 1.3566237409154661e-05,
246
+ "loss": 0.309,
247
+ "step": 3400
248
+ },
249
+ {
250
+ "epoch": 6.024096385542169,
251
+ "grad_norm": 1.0154913663864136,
252
+ "learning_rate": 1.3311232946576567e-05,
253
+ "loss": 0.1883,
254
+ "step": 3500
255
+ },
256
+ {
257
+ "epoch": 6.196213425129088,
258
+ "grad_norm": 27.715837478637695,
259
+ "learning_rate": 1.3056228483998472e-05,
260
+ "loss": 0.4029,
261
+ "step": 3600
262
+ },
263
+ {
264
+ "epoch": 6.368330464716007,
265
+ "grad_norm": 3.0514609813690186,
266
+ "learning_rate": 1.2801224021420375e-05,
267
+ "loss": 0.2082,
268
+ "step": 3700
269
+ },
270
+ {
271
+ "epoch": 6.540447504302926,
272
+ "grad_norm": 3.8193249702453613,
273
+ "learning_rate": 1.2546219558842281e-05,
274
+ "loss": 0.1333,
275
+ "step": 3800
276
+ },
277
+ {
278
+ "epoch": 6.712564543889846,
279
+ "grad_norm": 1.4768047332763672,
280
+ "learning_rate": 1.2291215096264186e-05,
281
+ "loss": 0.1509,
282
+ "step": 3900
283
+ },
284
+ {
285
+ "epoch": 6.884681583476764,
286
+ "grad_norm": 1.5106594562530518,
287
+ "learning_rate": 1.2036210633686089e-05,
288
+ "loss": 0.6264,
289
+ "step": 4000
290
+ },
291
+ {
292
+ "epoch": 7.056798623063683,
293
+ "grad_norm": 1.1024622917175293,
294
+ "learning_rate": 1.1781206171107995e-05,
295
+ "loss": 0.2177,
296
+ "step": 4100
297
+ },
298
+ {
299
+ "epoch": 7.228915662650603,
300
+ "grad_norm": 0.900026798248291,
301
+ "learning_rate": 1.15262017085299e-05,
302
+ "loss": 0.1957,
303
+ "step": 4200
304
+ },
305
+ {
306
+ "epoch": 7.401032702237521,
307
+ "grad_norm": 144.5244140625,
308
+ "learning_rate": 1.1271197245951807e-05,
309
+ "loss": 0.2887,
310
+ "step": 4300
311
+ },
312
+ {
313
+ "epoch": 7.573149741824441,
314
+ "grad_norm": 4.466265678405762,
315
+ "learning_rate": 1.101619278337371e-05,
316
+ "loss": 0.2271,
317
+ "step": 4400
318
+ },
319
+ {
320
+ "epoch": 7.74526678141136,
321
+ "grad_norm": 2.862029790878296,
322
+ "learning_rate": 1.0761188320795614e-05,
323
+ "loss": 0.3486,
324
+ "step": 4500
325
+ },
326
+ {
327
+ "epoch": 7.917383820998279,
328
+ "grad_norm": 1.178603172302246,
329
+ "learning_rate": 1.050618385821752e-05,
330
+ "loss": 0.4429,
331
+ "step": 4600
332
+ },
333
+ {
334
+ "epoch": 8.089500860585199,
335
+ "grad_norm": 6.430075645446777,
336
+ "learning_rate": 1.0251179395639424e-05,
337
+ "loss": 0.4398,
338
+ "step": 4700
339
+ },
340
+ {
341
+ "epoch": 8.261617900172118,
342
+ "grad_norm": 6.42482852935791,
343
+ "learning_rate": 9.996174933061328e-06,
344
+ "loss": 0.31,
345
+ "step": 4800
346
+ },
347
+ {
348
+ "epoch": 8.433734939759036,
349
+ "grad_norm": 6.2779622077941895,
350
+ "learning_rate": 9.743720515109015e-06,
351
+ "loss": 0.2045,
352
+ "step": 4900
353
+ },
354
+ {
355
+ "epoch": 8.605851979345955,
356
+ "grad_norm": 4.175030708312988,
357
+ "learning_rate": 9.48871605253092e-06,
358
+ "loss": 0.2583,
359
+ "step": 5000
360
+ },
361
+ {
362
+ "epoch": 8.605851979345955,
363
+ "eval_loss": 0.23712533712387085,
364
+ "eval_runtime": 13.9021,
365
+ "eval_samples_per_second": 1335.195,
366
+ "eval_steps_per_second": 10.502,
367
+ "step": 5000
368
+ },
369
+ {
370
+ "epoch": 8.777969018932874,
371
+ "grad_norm": 1.0522035360336304,
372
+ "learning_rate": 9.233711589952825e-06,
373
+ "loss": 0.2774,
374
+ "step": 5100
375
+ },
376
+ {
377
+ "epoch": 8.950086058519794,
378
+ "grad_norm": 0.9467515349388123,
379
+ "learning_rate": 8.98125717200051e-06,
380
+ "loss": 0.1902,
381
+ "step": 5200
382
+ },
383
+ {
384
+ "epoch": 9.122203098106713,
385
+ "grad_norm": 9.148195266723633,
386
+ "learning_rate": 8.726252709422416e-06,
387
+ "loss": 0.3058,
388
+ "step": 5300
389
+ },
390
+ {
391
+ "epoch": 9.294320137693632,
392
+ "grad_norm": 9.301542282104492,
393
+ "learning_rate": 8.471248246844321e-06,
394
+ "loss": 0.3742,
395
+ "step": 5400
396
+ },
397
+ {
398
+ "epoch": 9.46643717728055,
399
+ "grad_norm": 17.278079986572266,
400
+ "learning_rate": 8.216243784266226e-06,
401
+ "loss": 0.2972,
402
+ "step": 5500
403
+ },
404
+ {
405
+ "epoch": 9.638554216867469,
406
+ "grad_norm": 4.043286323547363,
407
+ "learning_rate": 7.96123932168813e-06,
408
+ "loss": 0.3084,
409
+ "step": 5600
410
+ },
411
+ {
412
+ "epoch": 9.81067125645439,
413
+ "grad_norm": 2.227259874343872,
414
+ "learning_rate": 7.706234859110035e-06,
415
+ "loss": 0.1215,
416
+ "step": 5700
417
+ },
418
+ {
419
+ "epoch": 9.982788296041308,
420
+ "grad_norm": 0.9134290218353271,
421
+ "learning_rate": 7.45123039653194e-06,
422
+ "loss": 0.1876,
423
+ "step": 5800
424
+ },
425
+ {
426
+ "epoch": 10.154905335628227,
427
+ "grad_norm": 1.4163002967834473,
428
+ "learning_rate": 7.196225933953844e-06,
429
+ "loss": 0.1702,
430
+ "step": 5900
431
+ },
432
+ {
433
+ "epoch": 10.327022375215146,
434
+ "grad_norm": 1.564228892326355,
435
+ "learning_rate": 6.94122147137575e-06,
436
+ "loss": 0.2506,
437
+ "step": 6000
438
+ },
439
+ {
440
+ "epoch": 10.499139414802066,
441
+ "grad_norm": 5.47558069229126,
442
+ "learning_rate": 6.686217008797654e-06,
443
+ "loss": 0.2852,
444
+ "step": 6100
445
+ },
446
+ {
447
+ "epoch": 10.671256454388985,
448
+ "grad_norm": 10.801889419555664,
449
+ "learning_rate": 6.431212546219559e-06,
450
+ "loss": 0.2354,
451
+ "step": 6200
452
+ },
453
+ {
454
+ "epoch": 10.843373493975903,
455
+ "grad_norm": 1.8754569292068481,
456
+ "learning_rate": 6.176208083641464e-06,
457
+ "loss": 0.214,
458
+ "step": 6300
459
+ },
460
+ {
461
+ "epoch": 11.015490533562822,
462
+ "grad_norm": 2.237508773803711,
463
+ "learning_rate": 5.9212036210633696e-06,
464
+ "loss": 0.3815,
465
+ "step": 6400
466
+ },
467
+ {
468
+ "epoch": 11.187607573149743,
469
+ "grad_norm": 13.412964820861816,
470
+ "learning_rate": 5.666199158485273e-06,
471
+ "loss": 0.0803,
472
+ "step": 6500
473
+ },
474
+ {
475
+ "epoch": 11.359724612736661,
476
+ "grad_norm": 0.996343195438385,
477
+ "learning_rate": 5.411194695907179e-06,
478
+ "loss": 0.1941,
479
+ "step": 6600
480
+ },
481
+ {
482
+ "epoch": 11.53184165232358,
483
+ "grad_norm": 64.30641174316406,
484
+ "learning_rate": 5.156190233329084e-06,
485
+ "loss": 0.1576,
486
+ "step": 6700
487
+ },
488
+ {
489
+ "epoch": 11.703958691910499,
490
+ "grad_norm": 0.9045078158378601,
491
+ "learning_rate": 4.901185770750988e-06,
492
+ "loss": 0.2911,
493
+ "step": 6800
494
+ },
495
+ {
496
+ "epoch": 11.876075731497417,
497
+ "grad_norm": 1.798627495765686,
498
+ "learning_rate": 4.646181308172894e-06,
499
+ "loss": 0.4913,
500
+ "step": 6900
501
+ },
502
+ {
503
+ "epoch": 12.048192771084338,
504
+ "grad_norm": 6.165831565856934,
505
+ "learning_rate": 4.3911768455947986e-06,
506
+ "loss": 0.2759,
507
+ "step": 7000
508
+ },
509
+ {
510
+ "epoch": 12.220309810671257,
511
+ "grad_norm": 3.460507392883301,
512
+ "learning_rate": 4.136172383016703e-06,
513
+ "loss": 0.2928,
514
+ "step": 7100
515
+ },
516
+ {
517
+ "epoch": 12.392426850258175,
518
+ "grad_norm": 5.5960187911987305,
519
+ "learning_rate": 3.881167920438608e-06,
520
+ "loss": 0.2181,
521
+ "step": 7200
522
+ },
523
+ {
524
+ "epoch": 12.564543889845094,
525
+ "grad_norm": 1.473883032798767,
526
+ "learning_rate": 3.6261634578605126e-06,
527
+ "loss": 0.1286,
528
+ "step": 7300
529
+ },
530
+ {
531
+ "epoch": 12.736660929432015,
532
+ "grad_norm": 10.179828643798828,
533
+ "learning_rate": 3.3711589952824173e-06,
534
+ "loss": 0.3342,
535
+ "step": 7400
536
+ },
537
+ {
538
+ "epoch": 12.908777969018933,
539
+ "grad_norm": 3.2593960762023926,
540
+ "learning_rate": 3.1187045773301034e-06,
541
+ "loss": 0.1577,
542
+ "step": 7500
543
+ },
544
+ {
545
+ "epoch": 13.080895008605852,
546
+ "grad_norm": 1.169028878211975,
547
+ "learning_rate": 2.863700114752008e-06,
548
+ "loss": 0.2578,
549
+ "step": 7600
550
+ },
551
+ {
552
+ "epoch": 13.25301204819277,
553
+ "grad_norm": 1.2204866409301758,
554
+ "learning_rate": 2.6086956521739132e-06,
555
+ "loss": 0.2844,
556
+ "step": 7700
557
+ },
558
+ {
559
+ "epoch": 13.42512908777969,
560
+ "grad_norm": 1.1637088060379028,
561
+ "learning_rate": 2.353691189595818e-06,
562
+ "loss": 0.0917,
563
+ "step": 7800
564
+ },
565
+ {
566
+ "epoch": 13.59724612736661,
567
+ "grad_norm": 0.6639829277992249,
568
+ "learning_rate": 2.098686727017723e-06,
569
+ "loss": 0.2617,
570
+ "step": 7900
571
+ },
572
+ {
573
+ "epoch": 13.769363166953529,
574
+ "grad_norm": 4.155405044555664,
575
+ "learning_rate": 1.843682264439628e-06,
576
+ "loss": 0.3021,
577
+ "step": 8000
578
+ },
579
+ {
580
+ "epoch": 13.941480206540447,
581
+ "grad_norm": 1.9663244485855103,
582
+ "learning_rate": 1.5886778018615326e-06,
583
+ "loss": 0.1036,
584
+ "step": 8100
585
+ },
586
+ {
587
+ "epoch": 14.113597246127366,
588
+ "grad_norm": 32.85494613647461,
589
+ "learning_rate": 1.3336733392834375e-06,
590
+ "loss": 0.5471,
591
+ "step": 8200
592
+ },
593
+ {
594
+ "epoch": 14.285714285714286,
595
+ "grad_norm": 0.6067169904708862,
596
+ "learning_rate": 1.0786688767053424e-06,
597
+ "loss": 0.2395,
598
+ "step": 8300
599
+ },
600
+ {
601
+ "epoch": 14.457831325301205,
602
+ "grad_norm": 0.9747382998466492,
603
+ "learning_rate": 8.236644141272474e-07,
604
+ "loss": 0.2664,
605
+ "step": 8400
606
+ },
607
+ {
608
+ "epoch": 14.629948364888124,
609
+ "grad_norm": 21.624757766723633,
610
+ "learning_rate": 5.686599515491522e-07,
611
+ "loss": 0.2697,
612
+ "step": 8500
613
+ },
614
+ {
615
+ "epoch": 14.802065404475043,
616
+ "grad_norm": 34.82672119140625,
617
+ "learning_rate": 3.1365548897105706e-07,
618
+ "loss": 0.1569,
619
+ "step": 8600
620
+ },
621
+ {
622
+ "epoch": 14.974182444061961,
623
+ "grad_norm": 0.9925293326377869,
624
+ "learning_rate": 5.865102639296188e-08,
625
+ "loss": 0.116,
626
+ "step": 8700
627
+ }
628
+ ],
629
+ "logging_steps": 100,
630
+ "max_steps": 8715,
631
+ "num_input_tokens_seen": 0,
632
+ "num_train_epochs": 15,
633
+ "save_steps": 500,
634
+ "stateful_callbacks": {
635
+ "TrainerControl": {
636
+ "args": {
637
+ "should_epoch_stop": false,
638
+ "should_evaluate": false,
639
+ "should_log": false,
640
+ "should_save": true,
641
+ "should_training_stop": true
642
+ },
643
+ "attributes": {}
644
+ }
645
+ },
646
+ "total_flos": 0.0,
647
+ "train_batch_size": 128,
648
+ "trial_name": null,
649
+ "trial_params": null
650
+ }
checkpoint-8715/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac8296029d0c3febd6057eb740de9cfe0b929fa172fd988f31151dfac15c657c
3
+ size 5496
checkpoint-8715/vocab.txt ADDED
The diff for this file is too large to render. See raw diff