LamaDiab commited on
Commit
ecb4cb6
·
verified ·
1 Parent(s): 909854b

Training in progress, epoch 2, checkpoint

Browse files
checkpoint-7064/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-7064/README.md ADDED
@@ -0,0 +1,421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:903776
9
+ - loss:MultipleNegativesSymmetricRankingLoss
10
+ base_model: sentence-transformers/all-MiniLM-L6-v2
11
+ widget:
12
+ - source_sentence: pink n' yellow
13
+ sentences:
14
+ - mirror
15
+ - pink mirror
16
+ - cups set of 3
17
+ - source_sentence: uniq hybrid iphone 14 plus magclick charging transforma - electric
18
+ (blue)
19
+ sentences:
20
+ - electronic accessory
21
+ - iphone accessories.
22
+ - black rustic sk on a stand
23
+ - source_sentence: suhana garam masala spices
24
+ sentences:
25
+ - ilou good france bulmat korean dressing
26
+ - ' garam spices masala'
27
+ - grain
28
+ - source_sentence: seaboat-5 240/2 sea fishing combo
29
+ sentences:
30
+ - fishing
31
+ - cork handle fishing rod
32
+ - camping bed basic camp bed 60 cm 1 person
33
+ - source_sentence: ouzi veal meat pieces with basmati rice
34
+ sentences:
35
+ - new crunchy
36
+ - deli
37
+ - ouzi veal meat basmati rice
38
+ pipeline_tag: sentence-similarity
39
+ library_name: sentence-transformers
40
+ metrics:
41
+ - cosine_accuracy
42
+ model-index:
43
+ - name: SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
44
+ results:
45
+ - task:
46
+ type: triplet
47
+ name: Triplet
48
+ dataset:
49
+ name: Unknown
50
+ type: unknown
51
+ metrics:
52
+ - type: cosine_accuracy
53
+ value: 0.9744347929954529
54
+ name: Cosine Accuracy
55
+ ---
56
+
57
+ # SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
58
+
59
+ 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.
60
+
61
+ ## Model Details
62
+
63
+ ### Model Description
64
+ - **Model Type:** Sentence Transformer
65
+ - **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
66
+ - **Maximum Sequence Length:** 256 tokens
67
+ - **Output Dimensionality:** 384 dimensions
68
+ - **Similarity Function:** Cosine Similarity
69
+ <!-- - **Training Dataset:** Unknown -->
70
+ <!-- - **Language:** Unknown -->
71
+ <!-- - **License:** Unknown -->
72
+
73
+ ### Model Sources
74
+
75
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
76
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
77
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
78
+
79
+ ### Full Model Architecture
80
+
81
+ ```
82
+ SentenceTransformer(
83
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False, 'architecture': 'BertModel'})
84
+ (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})
85
+ (2): Normalize()
86
+ )
87
+ ```
88
+
89
+ ## Usage
90
+
91
+ ### Direct Usage (Sentence Transformers)
92
+
93
+ First install the Sentence Transformers library:
94
+
95
+ ```bash
96
+ pip install -U sentence-transformers
97
+ ```
98
+
99
+ Then you can load this model and run inference.
100
+ ```python
101
+ from sentence_transformers import SentenceTransformer
102
+
103
+ # Download from the 🤗 Hub
104
+ model = SentenceTransformer("LamaDiab/MiniLM-v34-SemanticEngine")
105
+ # Run inference
106
+ sentences = [
107
+ 'ouzi veal meat pieces with basmati rice',
108
+ 'ouzi veal meat basmati rice',
109
+ 'new crunchy',
110
+ ]
111
+ embeddings = model.encode(sentences)
112
+ print(embeddings.shape)
113
+ # [3, 384]
114
+
115
+ # Get the similarity scores for the embeddings
116
+ similarities = model.similarity(embeddings, embeddings)
117
+ print(similarities)
118
+ # tensor([[1.0000, 0.9638, 0.2647],
119
+ # [0.9638, 1.0000, 0.2457],
120
+ # [0.2647, 0.2457, 1.0000]])
121
+ ```
122
+
123
+ <!--
124
+ ### Direct Usage (Transformers)
125
+
126
+ <details><summary>Click to see the direct usage in Transformers</summary>
127
+
128
+ </details>
129
+ -->
130
+
131
+ <!--
132
+ ### Downstream Usage (Sentence Transformers)
133
+
134
+ You can finetune this model on your own dataset.
135
+
136
+ <details><summary>Click to expand</summary>
137
+
138
+ </details>
139
+ -->
140
+
141
+ <!--
142
+ ### Out-of-Scope Use
143
+
144
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
145
+ -->
146
+
147
+ ## Evaluation
148
+
149
+ ### Metrics
150
+
151
+ #### Triplet
152
+
153
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
154
+
155
+ | Metric | Value |
156
+ |:--------------------|:-----------|
157
+ | **cosine_accuracy** | **0.9744** |
158
+
159
+ <!--
160
+ ## Bias, Risks and Limitations
161
+
162
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
163
+ -->
164
+
165
+ <!--
166
+ ### Recommendations
167
+
168
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
169
+ -->
170
+
171
+ ## Training Details
172
+
173
+ ### Training Dataset
174
+
175
+ #### Unnamed Dataset
176
+
177
+ * Size: 903,776 training samples
178
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>itemCategory</code>
179
+ * Approximate statistics based on the first 1000 samples:
180
+ | | anchor | positive | itemCategory |
181
+ |:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
182
+ | type | string | string | string |
183
+ | details | <ul><li>min: 3 tokens</li><li>mean: 10.14 tokens</li><li>max: 30 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.35 tokens</li><li>max: 17 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 4.02 tokens</li><li>max: 9 tokens</li></ul> |
184
+ * Samples:
185
+ | anchor | positive | itemCategory |
186
+ |:-------------------------------------------------------------------------------------|:----------------------------------------|:---------------------------------------|
187
+ | <code>leather hikng insole - hike 550</code> | <code>hiking insole leather hike</code> | <code>hiking</code> |
188
+ | <code>thermal food bag nasturtium high dark grey 5 l 1 zipper 11808 red space</code> | <code>school supply accessories</code> | <code>school supply accessories</code> |
189
+ | <code>cleo eye moisturizer</code> | <code>eye treatment</code> | <code>eye treatment</code> |
190
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
191
+ ```json
192
+ {
193
+ "scale": 20.0,
194
+ "similarity_fct": "cos_sim",
195
+ "gather_across_devices": false
196
+ }
197
+ ```
198
+
199
+ ### Evaluation Dataset
200
+
201
+ #### Unnamed Dataset
202
+
203
+ * Size: 9,466 evaluation samples
204
+ * Columns: <code>anchor</code>, <code>positive</code>, <code>negative</code>, and <code>itemCategory</code>
205
+ * Approximate statistics based on the first 1000 samples:
206
+ | | anchor | positive | negative | itemCategory |
207
+ |:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
208
+ | type | string | string | string | string |
209
+ | details | <ul><li>min: 3 tokens</li><li>mean: 9.65 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.78 tokens</li><li>max: 131 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 9.17 tokens</li><li>max: 33 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.82 tokens</li><li>max: 9 tokens</li></ul> |
210
+ * Samples:
211
+ | anchor | positive | negative | itemCategory |
212
+ |:-------------------------------------------------------|:-----------------------------|:---------------------------------------------|:----------------------|
213
+ | <code>extra bubblemint sugar free chewing gum</code> | <code>bubbly gum</code> | <code>peeled baby pineapple, thailand</code> | <code>sweet</code> |
214
+ | <code>golden pothos</code> | <code>evergreen plant</code> | <code>cleansing hand gel 75ml</code> | <code>plant</code> |
215
+ | <code>effortless style slit linen pants - beige</code> | <code>beige pants</code> | <code>antidote microfiber towel</code> | <code>trousers</code> |
216
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
217
+ ```json
218
+ {
219
+ "scale": 20.0,
220
+ "similarity_fct": "cos_sim",
221
+ "gather_across_devices": false
222
+ }
223
+ ```
224
+
225
+ ### Training Hyperparameters
226
+ #### Non-Default Hyperparameters
227
+
228
+ - `eval_strategy`: steps
229
+ - `per_device_train_batch_size`: 256
230
+ - `per_device_eval_batch_size`: 256
231
+ - `learning_rate`: 3e-05
232
+ - `weight_decay`: 0.001
233
+ - `num_train_epochs`: 4
234
+ - `warmup_ratio`: 0.2
235
+ - `fp16`: True
236
+ - `dataloader_num_workers`: 1
237
+ - `dataloader_prefetch_factor`: 2
238
+ - `dataloader_persistent_workers`: True
239
+ - `push_to_hub`: True
240
+ - `hub_model_id`: LamaDiab/MiniLM-v34-SemanticEngine
241
+ - `hub_strategy`: all_checkpoints
242
+
243
+ #### All Hyperparameters
244
+ <details><summary>Click to expand</summary>
245
+
246
+ - `overwrite_output_dir`: False
247
+ - `do_predict`: False
248
+ - `eval_strategy`: steps
249
+ - `prediction_loss_only`: True
250
+ - `per_device_train_batch_size`: 256
251
+ - `per_device_eval_batch_size`: 256
252
+ - `per_gpu_train_batch_size`: None
253
+ - `per_gpu_eval_batch_size`: None
254
+ - `gradient_accumulation_steps`: 1
255
+ - `eval_accumulation_steps`: None
256
+ - `torch_empty_cache_steps`: None
257
+ - `learning_rate`: 3e-05
258
+ - `weight_decay`: 0.001
259
+ - `adam_beta1`: 0.9
260
+ - `adam_beta2`: 0.999
261
+ - `adam_epsilon`: 1e-08
262
+ - `max_grad_norm`: 1.0
263
+ - `num_train_epochs`: 4
264
+ - `max_steps`: -1
265
+ - `lr_scheduler_type`: linear
266
+ - `lr_scheduler_kwargs`: {}
267
+ - `warmup_ratio`: 0.2
268
+ - `warmup_steps`: 0
269
+ - `log_level`: passive
270
+ - `log_level_replica`: warning
271
+ - `log_on_each_node`: True
272
+ - `logging_nan_inf_filter`: True
273
+ - `save_safetensors`: True
274
+ - `save_on_each_node`: False
275
+ - `save_only_model`: False
276
+ - `restore_callback_states_from_checkpoint`: False
277
+ - `no_cuda`: False
278
+ - `use_cpu`: False
279
+ - `use_mps_device`: False
280
+ - `seed`: 42
281
+ - `data_seed`: None
282
+ - `jit_mode_eval`: False
283
+ - `use_ipex`: False
284
+ - `bf16`: False
285
+ - `fp16`: True
286
+ - `fp16_opt_level`: O1
287
+ - `half_precision_backend`: auto
288
+ - `bf16_full_eval`: False
289
+ - `fp16_full_eval`: False
290
+ - `tf32`: None
291
+ - `local_rank`: 0
292
+ - `ddp_backend`: None
293
+ - `tpu_num_cores`: None
294
+ - `tpu_metrics_debug`: False
295
+ - `debug`: []
296
+ - `dataloader_drop_last`: False
297
+ - `dataloader_num_workers`: 1
298
+ - `dataloader_prefetch_factor`: 2
299
+ - `past_index`: -1
300
+ - `disable_tqdm`: False
301
+ - `remove_unused_columns`: True
302
+ - `label_names`: None
303
+ - `load_best_model_at_end`: False
304
+ - `ignore_data_skip`: False
305
+ - `fsdp`: []
306
+ - `fsdp_min_num_params`: 0
307
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
308
+ - `fsdp_transformer_layer_cls_to_wrap`: None
309
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
310
+ - `deepspeed`: None
311
+ - `label_smoothing_factor`: 0.0
312
+ - `optim`: adamw_torch
313
+ - `optim_args`: None
314
+ - `adafactor`: False
315
+ - `group_by_length`: False
316
+ - `length_column_name`: length
317
+ - `ddp_find_unused_parameters`: None
318
+ - `ddp_bucket_cap_mb`: None
319
+ - `ddp_broadcast_buffers`: False
320
+ - `dataloader_pin_memory`: True
321
+ - `dataloader_persistent_workers`: True
322
+ - `skip_memory_metrics`: True
323
+ - `use_legacy_prediction_loop`: False
324
+ - `push_to_hub`: True
325
+ - `resume_from_checkpoint`: None
326
+ - `hub_model_id`: LamaDiab/MiniLM-v34-SemanticEngine
327
+ - `hub_strategy`: all_checkpoints
328
+ - `hub_private_repo`: None
329
+ - `hub_always_push`: False
330
+ - `hub_revision`: None
331
+ - `gradient_checkpointing`: False
332
+ - `gradient_checkpointing_kwargs`: None
333
+ - `include_inputs_for_metrics`: False
334
+ - `include_for_metrics`: []
335
+ - `eval_do_concat_batches`: True
336
+ - `fp16_backend`: auto
337
+ - `push_to_hub_model_id`: None
338
+ - `push_to_hub_organization`: None
339
+ - `mp_parameters`:
340
+ - `auto_find_batch_size`: False
341
+ - `full_determinism`: False
342
+ - `torchdynamo`: None
343
+ - `ray_scope`: last
344
+ - `ddp_timeout`: 1800
345
+ - `torch_compile`: False
346
+ - `torch_compile_backend`: None
347
+ - `torch_compile_mode`: None
348
+ - `include_tokens_per_second`: False
349
+ - `include_num_input_tokens_seen`: False
350
+ - `neftune_noise_alpha`: None
351
+ - `optim_target_modules`: None
352
+ - `batch_eval_metrics`: False
353
+ - `eval_on_start`: False
354
+ - `use_liger_kernel`: False
355
+ - `liger_kernel_config`: None
356
+ - `eval_use_gather_object`: False
357
+ - `average_tokens_across_devices`: False
358
+ - `prompts`: None
359
+ - `batch_sampler`: batch_sampler
360
+ - `multi_dataset_batch_sampler`: proportional
361
+ - `router_mapping`: {}
362
+ - `learning_rate_mapping`: {}
363
+
364
+ </details>
365
+
366
+ ### Training Logs
367
+ | Epoch | Step | Training Loss | Validation Loss | cosine_accuracy |
368
+ |:------:|:----:|:-------------:|:---------------:|:---------------:|
369
+ | 0.0003 | 1 | 2.7345 | - | - |
370
+ | 0.2832 | 1000 | 2.3628 | 1.1045 | 0.9550 |
371
+ | 0.5664 | 2000 | 1.8255 | 1.0202 | 0.9660 |
372
+ | 0.8496 | 3000 | 1.6176 | 0.9256 | 0.9693 |
373
+ | 1.1327 | 4000 | 1.9619 | 0.8905 | 0.9714 |
374
+ | 1.4158 | 5000 | 1.4568 | 0.8822 | 0.9725 |
375
+ | 1.6988 | 6000 | 1.3739 | 0.8738 | 0.9725 |
376
+ | 1.9819 | 7000 | 1.3245 | 0.8641 | 0.9744 |
377
+
378
+
379
+ ### Framework Versions
380
+ - Python: 3.11.13
381
+ - Sentence Transformers: 5.1.2
382
+ - Transformers: 4.53.3
383
+ - PyTorch: 2.6.0+cu124
384
+ - Accelerate: 1.9.0
385
+ - Datasets: 4.4.1
386
+ - Tokenizers: 0.21.2
387
+
388
+ ## Citation
389
+
390
+ ### BibTeX
391
+
392
+ #### Sentence Transformers
393
+ ```bibtex
394
+ @inproceedings{reimers-2019-sentence-bert,
395
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
396
+ author = "Reimers, Nils and Gurevych, Iryna",
397
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
398
+ month = "11",
399
+ year = "2019",
400
+ publisher = "Association for Computational Linguistics",
401
+ url = "https://arxiv.org/abs/1908.10084",
402
+ }
403
+ ```
404
+
405
+ <!--
406
+ ## Glossary
407
+
408
+ *Clearly define terms in order to be accessible across audiences.*
409
+ -->
410
+
411
+ <!--
412
+ ## Model Card Authors
413
+
414
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
415
+ -->
416
+
417
+ <!--
418
+ ## Model Card Contact
419
+
420
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
421
+ -->
checkpoint-7064/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 6,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.53.3",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
checkpoint-7064/config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.1.2",
4
+ "transformers": "4.53.3",
5
+ "pytorch": "2.6.0+cu124"
6
+ },
7
+ "model_type": "SentenceTransformer",
8
+ "prompts": {
9
+ "query": "",
10
+ "document": ""
11
+ },
12
+ "default_prompt_name": null,
13
+ "similarity_fn_name": "cosine"
14
+ }
checkpoint-7064/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b753280ce8ef229ed512958e9910bda78c12aec1f06edbe9f9ab8db8af84c98
3
+ size 90864192
checkpoint-7064/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-7064/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357b2902d4aaf99375f8302b295921a4a16c5d36eab5e0ccd57090d7a89e7d53
3
+ size 180607738
checkpoint-7064/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2b1230a076544f6f7dec0a81db5bc3eee0d82c343227277bbc568836b7de87
3
+ size 14244
checkpoint-7064/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:700d5d9e49145a4e90906139ef10e3ae8da8b85b40b4c7d137a86e7ac0f4aa6b
3
+ size 988
checkpoint-7064/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca136449447add740af455a5294f5e53c55a779fcd64f4c1867cb2d4247efb4d
3
+ size 1064
checkpoint-7064/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }
checkpoint-7064/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-7064/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-7064/tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "max_length": 128,
51
+ "model_max_length": 256,
52
+ "never_split": null,
53
+ "pad_to_multiple_of": null,
54
+ "pad_token": "[PAD]",
55
+ "pad_token_type_id": 0,
56
+ "padding_side": "right",
57
+ "sep_token": "[SEP]",
58
+ "stride": 0,
59
+ "strip_accents": null,
60
+ "tokenize_chinese_chars": true,
61
+ "tokenizer_class": "BertTokenizer",
62
+ "truncation_side": "right",
63
+ "truncation_strategy": "longest_first",
64
+ "unk_token": "[UNK]"
65
+ }
checkpoint-7064/trainer_state.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 1000,
7
+ "global_step": 7064,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0002832058906825262,
14
+ "grad_norm": 5.138741493225098,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.7345,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.2832058906825262,
21
+ "grad_norm": 3.8642654418945312,
22
+ "learning_rate": 1.0608849557522124e-05,
23
+ "loss": 2.3628,
24
+ "step": 1000
25
+ },
26
+ {
27
+ "epoch": 0.2832058906825262,
28
+ "eval_cosine_accuracy": 0.9549968242645264,
29
+ "eval_loss": 1.1044740676879883,
30
+ "eval_runtime": 24.643,
31
+ "eval_samples_per_second": 384.125,
32
+ "eval_steps_per_second": 1.501,
33
+ "step": 1000
34
+ },
35
+ {
36
+ "epoch": 0.5664117813650524,
37
+ "grad_norm": 3.815659999847412,
38
+ "learning_rate": 2.1228318584070797e-05,
39
+ "loss": 1.8255,
40
+ "step": 2000
41
+ },
42
+ {
43
+ "epoch": 0.5664117813650524,
44
+ "eval_cosine_accuracy": 0.965983510017395,
45
+ "eval_loss": 1.0202418565750122,
46
+ "eval_runtime": 23.6988,
47
+ "eval_samples_per_second": 399.43,
48
+ "eval_steps_per_second": 1.561,
49
+ "step": 2000
50
+ },
51
+ {
52
+ "epoch": 0.8496176720475785,
53
+ "grad_norm": 3.5664591789245605,
54
+ "learning_rate": 2.953801221347022e-05,
55
+ "loss": 1.6176,
56
+ "step": 3000
57
+ },
58
+ {
59
+ "epoch": 0.8496176720475785,
60
+ "eval_cosine_accuracy": 0.9692584276199341,
61
+ "eval_loss": 0.9256343841552734,
62
+ "eval_runtime": 27.6579,
63
+ "eval_samples_per_second": 342.253,
64
+ "eval_steps_per_second": 1.338,
65
+ "step": 3000
66
+ },
67
+ {
68
+ "epoch": 1.1327483724879706,
69
+ "grad_norm": 3.3883819580078125,
70
+ "learning_rate": 2.6882909992034692e-05,
71
+ "loss": 1.9619,
72
+ "step": 4000
73
+ },
74
+ {
75
+ "epoch": 1.1327483724879706,
76
+ "eval_cosine_accuracy": 0.9713712334632874,
77
+ "eval_loss": 0.8905332088470459,
78
+ "eval_runtime": 24.0669,
79
+ "eval_samples_per_second": 393.32,
80
+ "eval_steps_per_second": 1.537,
81
+ "step": 4000
82
+ },
83
+ {
84
+ "epoch": 1.4157939428247948,
85
+ "grad_norm": 3.606387138366699,
86
+ "learning_rate": 2.4230462872820605e-05,
87
+ "loss": 1.4568,
88
+ "step": 5000
89
+ },
90
+ {
91
+ "epoch": 1.4157939428247948,
92
+ "eval_cosine_accuracy": 0.9725332856178284,
93
+ "eval_loss": 0.8822396397590637,
94
+ "eval_runtime": 23.9729,
95
+ "eval_samples_per_second": 394.862,
96
+ "eval_steps_per_second": 1.543,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 1.698839513161619,
101
+ "grad_norm": 3.6768007278442383,
102
+ "learning_rate": 2.1575360651385078e-05,
103
+ "loss": 1.3739,
104
+ "step": 6000
105
+ },
106
+ {
107
+ "epoch": 1.698839513161619,
108
+ "eval_cosine_accuracy": 0.9725332856178284,
109
+ "eval_loss": 0.8737966418266296,
110
+ "eval_runtime": 24.139,
111
+ "eval_samples_per_second": 392.145,
112
+ "eval_steps_per_second": 1.533,
113
+ "step": 6000
114
+ },
115
+ {
116
+ "epoch": 1.9818850834984434,
117
+ "grad_norm": 3.6265289783477783,
118
+ "learning_rate": 1.8922913532170987e-05,
119
+ "loss": 1.3245,
120
+ "step": 7000
121
+ },
122
+ {
123
+ "epoch": 1.9818850834984434,
124
+ "eval_cosine_accuracy": 0.9744347929954529,
125
+ "eval_loss": 0.8641142249107361,
126
+ "eval_runtime": 24.3115,
127
+ "eval_samples_per_second": 389.364,
128
+ "eval_steps_per_second": 1.522,
129
+ "step": 7000
130
+ }
131
+ ],
132
+ "logging_steps": 1000,
133
+ "max_steps": 14124,
134
+ "num_input_tokens_seen": 0,
135
+ "num_train_epochs": 4,
136
+ "save_steps": 500,
137
+ "stateful_callbacks": {
138
+ "TrainerControl": {
139
+ "args": {
140
+ "should_epoch_stop": false,
141
+ "should_evaluate": false,
142
+ "should_log": false,
143
+ "should_save": true,
144
+ "should_training_stop": false
145
+ },
146
+ "attributes": {}
147
+ }
148
+ },
149
+ "total_flos": 0.0,
150
+ "train_batch_size": 256,
151
+ "trial_name": null,
152
+ "trial_params": null
153
+ }
checkpoint-7064/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8126c26a879b7546a18dc2bb43bfe17b0ca4318ac5d9879d4b13ae6aff261e
3
+ size 5752
checkpoint-7064/vocab.txt ADDED
The diff for this file is too large to render. See raw diff