codersan commited on
Commit
17cb16e
·
verified ·
1 Parent(s): ec7ef71

Add new SentenceTransformer model

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
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
+ }
2_Dense/config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"in_features": 768, "out_features": 768, "bias": true, "activation_function": "torch.nn.modules.activation.Tanh"}
2_Dense/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fdc335a8d550880a2f0acfd4ca2c36cd5e9a1df02889936d9fb5c8eafa11e1
3
+ size 2362528
README.md ADDED
@@ -0,0 +1,918 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - generated_from_trainer
7
+ - dataset_size:131157
8
+ - loss:MultipleNegativesRankingLoss
9
+ base_model: sentence-transformers/LaBSE
10
+ widget:
11
+ - source_sentence: عواقب ممنوعیت یادداشت های 500 روپیه و 1000 روپیه در مورد اقتصاد
12
+ هند چیست؟
13
+ sentences:
14
+ - آیا باید در فیزیک و علوم کامپیوتر دو برابر کنم؟
15
+ - چگونه اقتصاد هند پس از ممنوعیت 500 1000 یادداشت تحت تأثیر قرار گرفت؟
16
+ - آیا آلمان در اجازه پناهندگان سوری به کشور خود اشتباه کرد؟
17
+ - source_sentence: بهترین شماره پشتیبانی فنی QuickBooks در نیویورک ، ایالات متحده
18
+ کدام است؟
19
+ sentences:
20
+ - فناوری هایی که اکثر مردم از آنها نمی دانند چیست؟
21
+ - بهترین شماره پشتیبانی QuickBooks در آرکانزاس چیست؟
22
+ - چرا در مقایسه با طرف نزدیک ، دهانه های زیادی در قسمت دور ماه وجود دارد؟
23
+ - source_sentence: اقدامات احتیاطی ایمنی در مورد استفاده از اسلحه های پیشنهادی NRA
24
+ در میشیگان چیست؟
25
+ sentences:
26
+ - پیروزی ترامپ چگونه بر کانادا تأثیر خواهد گذاشت؟
27
+ - اقدامات احتیاطی ایمنی در مورد استفاده از اسلحه های پیشنهادی NRA در آیداهو چیست؟
28
+ - مزایای خرید بیمه عمر چیست؟
29
+ - source_sentence: چرا این همه افراد ناراضی هستند؟
30
+ sentences:
31
+ - چرا آب نبات تافی آب شور در مغولستان وارد می شود؟
32
+ - برای یک رابطه موفق از راه دور چه چیزی طول می کشد؟
33
+ - چرا مردم ناراضی هستند؟
34
+ - source_sentence: برای تبدیل شدن به نویسنده برتر Quora ، چند بازدید و پاسخ لازم است؟
35
+ sentences:
36
+ - چگونه می توانم نویسنده برتر Quora شوم ، از صعود بیشتر و آمار بهتر استفاده کنم؟
37
+ - چرا بسیاری از افرادی که سؤالاتی را در Quora ارسال می کنند ، ابتدا Google را بررسی
38
+ می کنند؟
39
+ - من به دنبال خرید دوچرخه جدید هستم.Suzuki Gixxer 155 یا Honda Hornet 160r.کدام
40
+ یک را بخرید؟
41
+ pipeline_tag: sentence-similarity
42
+ library_name: sentence-transformers
43
+ ---
44
+
45
+ # SentenceTransformer based on sentence-transformers/LaBSE
46
+
47
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
48
+
49
+ ## Model Details
50
+
51
+ ### Model Description
52
+ - **Model Type:** Sentence Transformer
53
+ - **Base model:** [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) <!-- at revision 836121a0533e5664b21c7aacc5d22951f2b8b25b -->
54
+ - **Maximum Sequence Length:** 256 tokens
55
+ - **Output Dimensionality:** 768 dimensions
56
+ - **Similarity Function:** Cosine Similarity
57
+ <!-- - **Training Dataset:** Unknown -->
58
+ <!-- - **Language:** Unknown -->
59
+ <!-- - **License:** Unknown -->
60
+
61
+ ### Model Sources
62
+
63
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
64
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
65
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
66
+
67
+ ### Full Model Architecture
68
+
69
+ ```
70
+ SentenceTransformer(
71
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
72
+ (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
73
+ (2): Dense({'in_features': 768, 'out_features': 768, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'})
74
+ (3): Normalize()
75
+ )
76
+ ```
77
+
78
+ ## Usage
79
+
80
+ ### Direct Usage (Sentence Transformers)
81
+
82
+ First install the Sentence Transformers library:
83
+
84
+ ```bash
85
+ pip install -U sentence-transformers
86
+ ```
87
+
88
+ Then you can load this model and run inference.
89
+ ```python
90
+ from sentence_transformers import SentenceTransformer
91
+
92
+ # Download from the 🤗 Hub
93
+ model = SentenceTransformer("codersan/validadted_falabse_onV9e")
94
+ # Run inference
95
+ sentences = [
96
+ 'برای تبدیل شدن به نویسنده برتر Quora ، چند بازدید و پاسخ لازم است؟',
97
+ 'چگونه می توانم نویسند�� برتر Quora شوم ، از صعود بیشتر و آمار بهتر استفاده کنم؟',
98
+ 'من به دنبال خرید دوچرخه جدید هستم.Suzuki Gixxer 155 یا Honda Hornet 160r.کدام یک را بخرید؟',
99
+ ]
100
+ embeddings = model.encode(sentences)
101
+ print(embeddings.shape)
102
+ # [3, 768]
103
+
104
+ # Get the similarity scores for the embeddings
105
+ similarities = model.similarity(embeddings, embeddings)
106
+ print(similarities.shape)
107
+ # [3, 3]
108
+ ```
109
+
110
+ <!--
111
+ ### Direct Usage (Transformers)
112
+
113
+ <details><summary>Click to see the direct usage in Transformers</summary>
114
+
115
+ </details>
116
+ -->
117
+
118
+ <!--
119
+ ### Downstream Usage (Sentence Transformers)
120
+
121
+ You can finetune this model on your own dataset.
122
+
123
+ <details><summary>Click to expand</summary>
124
+
125
+ </details>
126
+ -->
127
+
128
+ <!--
129
+ ### Out-of-Scope Use
130
+
131
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
132
+ -->
133
+
134
+ <!--
135
+ ## Bias, Risks and Limitations
136
+
137
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
138
+ -->
139
+
140
+ <!--
141
+ ### Recommendations
142
+
143
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
144
+ -->
145
+
146
+ ## Training Details
147
+
148
+ ### Training Dataset
149
+
150
+ #### Unnamed Dataset
151
+
152
+
153
+ * Size: 131,157 training samples
154
+ * Columns: <code>anchor</code> and <code>positive</code>
155
+ * Approximate statistics based on the first 1000 samples:
156
+ | | anchor | positive |
157
+ |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
158
+ | type | string | string |
159
+ | details | <ul><li>min: 6 tokens</li><li>mean: 15.78 tokens</li><li>max: 86 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 15.52 tokens</li><li>max: 57 tokens</li></ul> |
160
+ * Samples:
161
+ | anchor | positive |
162
+ |:----------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------|
163
+ | <code>وقتی سوال من به عنوان "این سوال ممکن است به ویرایش نیاز داشته باشد" چه کاری باید انجام دهم ، اما نمی توانم دلیل آن را پیدا کنم؟</code> | <code>چرا سوال من به عنوان نیاز به پیشرفت مشخص شده است؟</code> |
164
+ | <code>چگونه می توانید یک فایل رمزگذاری شده را با دانستن اینکه این یک فایل تصویری است بدون دانستن گسترش پرونده یا کلید ، رمزگشایی کنید؟</code> | <code>چگونه می توانید یک فایل رمزگذاری شده را رمزگشایی کنید و بدانید که این یک فایل تصویری است بدون اینکه از پسوند پرونده اطلاع داشته باشید؟</code> |
165
+ | <code>احساس می کنم خودکشی می کنم ، چگونه باید با آن برخورد کنم؟</code> | <code>احساس می کنم خودکشی می کنم.چه کاری باید انجام دهم؟</code> |
166
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
167
+ ```json
168
+ {
169
+ "scale": 20.0,
170
+ "similarity_fct": "cos_sim"
171
+ }
172
+ ```
173
+
174
+ ### Training Hyperparameters
175
+ #### Non-Default Hyperparameters
176
+
177
+ - `eval_strategy`: steps
178
+ - `per_device_train_batch_size`: 12
179
+ - `learning_rate`: 5e-06
180
+ - `weight_decay`: 0.01
181
+ - `num_train_epochs`: 5
182
+ - `warmup_ratio`: 0.1
183
+ - `push_to_hub`: True
184
+ - `hub_model_id`: codersan/validadted_falabse_onV9e
185
+ - `eval_on_start`: True
186
+ - `batch_sampler`: no_duplicates
187
+
188
+ #### All Hyperparameters
189
+ <details><summary>Click to expand</summary>
190
+
191
+ - `overwrite_output_dir`: False
192
+ - `do_predict`: False
193
+ - `eval_strategy`: steps
194
+ - `prediction_loss_only`: True
195
+ - `per_device_train_batch_size`: 12
196
+ - `per_device_eval_batch_size`: 8
197
+ - `per_gpu_train_batch_size`: None
198
+ - `per_gpu_eval_batch_size`: None
199
+ - `gradient_accumulation_steps`: 1
200
+ - `eval_accumulation_steps`: None
201
+ - `torch_empty_cache_steps`: None
202
+ - `learning_rate`: 5e-06
203
+ - `weight_decay`: 0.01
204
+ - `adam_beta1`: 0.9
205
+ - `adam_beta2`: 0.999
206
+ - `adam_epsilon`: 1e-08
207
+ - `max_grad_norm`: 1
208
+ - `num_train_epochs`: 5
209
+ - `max_steps`: -1
210
+ - `lr_scheduler_type`: linear
211
+ - `lr_scheduler_kwargs`: {}
212
+ - `warmup_ratio`: 0.1
213
+ - `warmup_steps`: 0
214
+ - `log_level`: passive
215
+ - `log_level_replica`: warning
216
+ - `log_on_each_node`: True
217
+ - `logging_nan_inf_filter`: True
218
+ - `save_safetensors`: True
219
+ - `save_on_each_node`: False
220
+ - `save_only_model`: False
221
+ - `restore_callback_states_from_checkpoint`: False
222
+ - `no_cuda`: False
223
+ - `use_cpu`: False
224
+ - `use_mps_device`: False
225
+ - `seed`: 42
226
+ - `data_seed`: None
227
+ - `jit_mode_eval`: False
228
+ - `use_ipex`: False
229
+ - `bf16`: False
230
+ - `fp16`: False
231
+ - `fp16_opt_level`: O1
232
+ - `half_precision_backend`: auto
233
+ - `bf16_full_eval`: False
234
+ - `fp16_full_eval`: False
235
+ - `tf32`: None
236
+ - `local_rank`: 0
237
+ - `ddp_backend`: None
238
+ - `tpu_num_cores`: None
239
+ - `tpu_metrics_debug`: False
240
+ - `debug`: []
241
+ - `dataloader_drop_last`: False
242
+ - `dataloader_num_workers`: 0
243
+ - `dataloader_prefetch_factor`: None
244
+ - `past_index`: -1
245
+ - `disable_tqdm`: False
246
+ - `remove_unused_columns`: True
247
+ - `label_names`: None
248
+ - `load_best_model_at_end`: False
249
+ - `ignore_data_skip`: False
250
+ - `fsdp`: []
251
+ - `fsdp_min_num_params`: 0
252
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
253
+ - `fsdp_transformer_layer_cls_to_wrap`: None
254
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
255
+ - `deepspeed`: None
256
+ - `label_smoothing_factor`: 0.0
257
+ - `optim`: adamw_torch
258
+ - `optim_args`: None
259
+ - `adafactor`: False
260
+ - `group_by_length`: False
261
+ - `length_column_name`: length
262
+ - `ddp_find_unused_parameters`: None
263
+ - `ddp_bucket_cap_mb`: None
264
+ - `ddp_broadcast_buffers`: False
265
+ - `dataloader_pin_memory`: True
266
+ - `dataloader_persistent_workers`: False
267
+ - `skip_memory_metrics`: True
268
+ - `use_legacy_prediction_loop`: False
269
+ - `push_to_hub`: True
270
+ - `resume_from_checkpoint`: None
271
+ - `hub_model_id`: codersan/validadted_falabse_onV9e
272
+ - `hub_strategy`: every_save
273
+ - `hub_private_repo`: None
274
+ - `hub_always_push`: False
275
+ - `gradient_checkpointing`: False
276
+ - `gradient_checkpointing_kwargs`: None
277
+ - `include_inputs_for_metrics`: False
278
+ - `include_for_metrics`: []
279
+ - `eval_do_concat_batches`: True
280
+ - `fp16_backend`: auto
281
+ - `push_to_hub_model_id`: None
282
+ - `push_to_hub_organization`: None
283
+ - `mp_parameters`:
284
+ - `auto_find_batch_size`: False
285
+ - `full_determinism`: False
286
+ - `torchdynamo`: None
287
+ - `ray_scope`: last
288
+ - `ddp_timeout`: 1800
289
+ - `torch_compile`: False
290
+ - `torch_compile_backend`: None
291
+ - `torch_compile_mode`: None
292
+ - `dispatch_batches`: None
293
+ - `split_batches`: None
294
+ - `include_tokens_per_second`: False
295
+ - `include_num_input_tokens_seen`: False
296
+ - `neftune_noise_alpha`: None
297
+ - `optim_target_modules`: None
298
+ - `batch_eval_metrics`: False
299
+ - `eval_on_start`: True
300
+ - `use_liger_kernel`: False
301
+ - `eval_use_gather_object`: False
302
+ - `average_tokens_across_devices`: False
303
+ - `prompts`: None
304
+ - `batch_sampler`: no_duplicates
305
+ - `multi_dataset_batch_sampler`: proportional
306
+
307
+ </details>
308
+
309
+ ### Training Logs
310
+ <details><summary>Click to expand</summary>
311
+
312
+ | Epoch | Step | Training Loss |
313
+ |:------:|:-----:|:-------------:|
314
+ | 0 | 0 | - |
315
+ | 0.0091 | 100 | 0.1276 |
316
+ | 0.0183 | 200 | 0.1092 |
317
+ | 0.0274 | 300 | 0.101 |
318
+ | 0.0366 | 400 | 0.0908 |
319
+ | 0.0457 | 500 | 0.0728 |
320
+ | 0.0549 | 600 | 0.0522 |
321
+ | 0.0640 | 700 | 0.0532 |
322
+ | 0.0732 | 800 | 0.0275 |
323
+ | 0.0823 | 900 | 0.0216 |
324
+ | 0.0915 | 1000 | 0.0212 |
325
+ | 0.1006 | 1100 | 0.0318 |
326
+ | 0.1098 | 1200 | 0.0328 |
327
+ | 0.1189 | 1300 | 0.0299 |
328
+ | 0.1281 | 1400 | 0.0412 |
329
+ | 0.1372 | 1500 | 0.0199 |
330
+ | 0.1464 | 1600 | 0.0118 |
331
+ | 0.1555 | 1700 | 0.034 |
332
+ | 0.1647 | 1800 | 0.0282 |
333
+ | 0.1738 | 1900 | 0.027 |
334
+ | 0.1830 | 2000 | 0.0153 |
335
+ | 0.1921 | 2100 | 0.0282 |
336
+ | 0.2013 | 2200 | 0.014 |
337
+ | 0.2104 | 2300 | 0.0221 |
338
+ | 0.2196 | 2400 | 0.0464 |
339
+ | 0.2287 | 2500 | 0.0253 |
340
+ | 0.2379 | 2600 | 0.0176 |
341
+ | 0.2470 | 2700 | 0.0214 |
342
+ | 0.2562 | 2800 | 0.0203 |
343
+ | 0.2653 | 2900 | 0.0273 |
344
+ | 0.2745 | 3000 | 0.0235 |
345
+ | 0.2836 | 3100 | 0.0235 |
346
+ | 0.2928 | 3200 | 0.0202 |
347
+ | 0.3019 | 3300 | 0.014 |
348
+ | 0.3111 | 3400 | 0.0274 |
349
+ | 0.3202 | 3500 | 0.023 |
350
+ | 0.3294 | 3600 | 0.0233 |
351
+ | 0.3385 | 3700 | 0.0211 |
352
+ | 0.3477 | 3800 | 0.0164 |
353
+ | 0.3568 | 3900 | 0.0134 |
354
+ | 0.3660 | 4000 | 0.0152 |
355
+ | 0.3751 | 4100 | 0.0125 |
356
+ | 0.3843 | 4200 | 0.0216 |
357
+ | 0.3934 | 4300 | 0.0148 |
358
+ | 0.4026 | 4400 | 0.0339 |
359
+ | 0.4117 | 4500 | 0.0185 |
360
+ | 0.4209 | 4600 | 0.0226 |
361
+ | 0.4300 | 4700 | 0.0369 |
362
+ | 0.4392 | 4800 | 0.0178 |
363
+ | 0.4483 | 4900 | 0.0125 |
364
+ | 0.4575 | 5000 | 0.0172 |
365
+ | 0.4666 | 5100 | 0.0173 |
366
+ | 0.4758 | 5200 | 0.0098 |
367
+ | 0.4849 | 5300 | 0.0194 |
368
+ | 0.4941 | 5400 | 0.026 |
369
+ | 0.5032 | 5500 | 0.0164 |
370
+ | 0.5124 | 5600 | 0.0317 |
371
+ | 0.5215 | 5700 | 0.016 |
372
+ | 0.5306 | 5800 | 0.024 |
373
+ | 0.5398 | 5900 | 0.0224 |
374
+ | 0.5489 | 6000 | 0.0229 |
375
+ | 0.5581 | 6100 | 0.0124 |
376
+ | 0.5672 | 6200 | 0.0262 |
377
+ | 0.5764 | 6300 | 0.023 |
378
+ | 0.5855 | 6400 | 0.026 |
379
+ | 0.5947 | 6500 | 0.028 |
380
+ | 0.6038 | 6600 | 0.017 |
381
+ | 0.6130 | 6700 | 0.0103 |
382
+ | 0.6221 | 6800 | 0.0137 |
383
+ | 0.6313 | 6900 | 0.0198 |
384
+ | 0.6404 | 7000 | 0.0127 |
385
+ | 0.6496 | 7100 | 0.0125 |
386
+ | 0.6587 | 7200 | 0.0197 |
387
+ | 0.6679 | 7300 | 0.0209 |
388
+ | 0.6770 | 7400 | 0.0208 |
389
+ | 0.6862 | 7500 | 0.0149 |
390
+ | 0.6953 | 7600 | 0.017 |
391
+ | 0.7045 | 7700 | 0.0228 |
392
+ | 0.7136 | 7800 | 0.0161 |
393
+ | 0.7228 | 7900 | 0.015 |
394
+ | 0.7319 | 8000 | 0.0105 |
395
+ | 0.7411 | 8100 | 0.0147 |
396
+ | 0.7502 | 8200 | 0.0131 |
397
+ | 0.7594 | 8300 | 0.0144 |
398
+ | 0.7685 | 8400 | 0.0313 |
399
+ | 0.7777 | 8500 | 0.0118 |
400
+ | 0.7868 | 8600 | 0.0159 |
401
+ | 0.7960 | 8700 | 0.0213 |
402
+ | 0.8051 | 8800 | 0.0273 |
403
+ | 0.8143 | 8900 | 0.0256 |
404
+ | 0.8234 | 9000 | 0.0149 |
405
+ | 0.8326 | 9100 | 0.012 |
406
+ | 0.8417 | 9200 | 0.0294 |
407
+ | 0.8509 | 9300 | 0.0134 |
408
+ | 0.8600 | 9400 | 0.0138 |
409
+ | 0.8692 | 9500 | 0.0127 |
410
+ | 0.8783 | 9600 | 0.0325 |
411
+ | 0.8875 | 9700 | 0.0207 |
412
+ | 0.8966 | 9800 | 0.0174 |
413
+ | 0.9058 | 9900 | 0.0238 |
414
+ | 0.9149 | 10000 | 0.0256 |
415
+ | 0.9241 | 10100 | 0.0197 |
416
+ | 0.9332 | 10200 | 0.0178 |
417
+ | 0.9424 | 10300 | 0.0106 |
418
+ | 0.9515 | 10400 | 0.0224 |
419
+ | 0.9607 | 10500 | 0.0162 |
420
+ | 0.9698 | 10600 | 0.0178 |
421
+ | 0.9790 | 10700 | 0.0244 |
422
+ | 0.9881 | 10800 | 0.0223 |
423
+ | 0.9973 | 10900 | 0.0117 |
424
+ | 1.0064 | 11000 | 0.0261 |
425
+ | 1.0156 | 11100 | 0.02 |
426
+ | 1.0247 | 11200 | 0.0155 |
427
+ | 1.0339 | 11300 | 0.0193 |
428
+ | 1.0430 | 11400 | 0.0312 |
429
+ | 1.0522 | 11500 | 0.0222 |
430
+ | 1.0613 | 11600 | 0.0302 |
431
+ | 1.0704 | 11700 | 0.0126 |
432
+ | 1.0796 | 11800 | 0.0123 |
433
+ | 1.0887 | 11900 | 0.0064 |
434
+ | 1.0979 | 12000 | 0.0083 |
435
+ | 1.1070 | 12100 | 0.0143 |
436
+ | 1.1162 | 12200 | 0.0181 |
437
+ | 1.1253 | 12300 | 0.0311 |
438
+ | 1.1345 | 12400 | 0.0097 |
439
+ | 1.1436 | 12500 | 0.0083 |
440
+ | 1.1528 | 12600 | 0.0125 |
441
+ | 1.1619 | 12700 | 0.0169 |
442
+ | 1.1711 | 12800 | 0.0192 |
443
+ | 1.1802 | 12900 | 0.0086 |
444
+ | 1.1894 | 13000 | 0.0171 |
445
+ | 1.1985 | 13100 | 0.0108 |
446
+ | 1.2077 | 13200 | 0.0079 |
447
+ | 1.2168 | 13300 | 0.0304 |
448
+ | 1.2260 | 13400 | 0.0134 |
449
+ | 1.2351 | 13500 | 0.0124 |
450
+ | 1.2443 | 13600 | 0.0057 |
451
+ | 1.2534 | 13700 | 0.0174 |
452
+ | 1.2626 | 13800 | 0.0195 |
453
+ | 1.2717 | 13900 | 0.0164 |
454
+ | 1.2809 | 14000 | 0.0115 |
455
+ | 1.2900 | 14100 | 0.0152 |
456
+ | 1.2992 | 14200 | 0.004 |
457
+ | 1.3083 | 14300 | 0.0183 |
458
+ | 1.3175 | 14400 | 0.0106 |
459
+ | 1.3266 | 14500 | 0.0196 |
460
+ | 1.3358 | 14600 | 0.006 |
461
+ | 1.3449 | 14700 | 0.0144 |
462
+ | 1.3541 | 14800 | 0.0051 |
463
+ | 1.3632 | 14900 | 0.004 |
464
+ | 1.3724 | 15000 | 0.0091 |
465
+ | 1.3815 | 15100 | 0.0054 |
466
+ | 1.3907 | 15200 | 0.0115 |
467
+ | 1.3998 | 15300 | 0.0156 |
468
+ | 1.4090 | 15400 | 0.0069 |
469
+ | 1.4181 | 15500 | 0.0133 |
470
+ | 1.4273 | 15600 | 0.0177 |
471
+ | 1.4364 | 15700 | 0.0063 |
472
+ | 1.4456 | 15800 | 0.0065 |
473
+ | 1.4547 | 15900 | 0.0101 |
474
+ | 1.4639 | 16000 | 0.0025 |
475
+ | 1.4730 | 16100 | 0.0098 |
476
+ | 1.4822 | 16200 | 0.0058 |
477
+ | 1.4913 | 16300 | 0.0098 |
478
+ | 1.5005 | 16400 | 0.0053 |
479
+ | 1.5096 | 16500 | 0.0052 |
480
+ | 1.5188 | 16600 | 0.0136 |
481
+ | 1.5279 | 16700 | 0.0095 |
482
+ | 1.5371 | 16800 | 0.0111 |
483
+ | 1.5462 | 16900 | 0.0088 |
484
+ | 1.5554 | 17000 | 0.0086 |
485
+ | 1.5645 | 17100 | 0.0098 |
486
+ | 1.5737 | 17200 | 0.0111 |
487
+ | 1.5828 | 17300 | 0.0059 |
488
+ | 1.5919 | 17400 | 0.02 |
489
+ | 1.6011 | 17500 | 0.0102 |
490
+ | 1.6102 | 17600 | 0.004 |
491
+ | 1.6194 | 17700 | 0.0029 |
492
+ | 1.6285 | 17800 | 0.0116 |
493
+ | 1.6377 | 17900 | 0.0031 |
494
+ | 1.6468 | 18000 | 0.0064 |
495
+ | 1.6560 | 18100 | 0.0094 |
496
+ | 1.6651 | 18200 | 0.0121 |
497
+ | 1.6743 | 18300 | 0.0087 |
498
+ | 1.6834 | 18400 | 0.0075 |
499
+ | 1.6926 | 18500 | 0.0052 |
500
+ | 1.7017 | 18600 | 0.0105 |
501
+ | 1.7109 | 18700 | 0.0111 |
502
+ | 1.7200 | 18800 | 0.0074 |
503
+ | 1.7292 | 18900 | 0.0038 |
504
+ | 1.7383 | 19000 | 0.0073 |
505
+ | 1.7475 | 19100 | 0.0042 |
506
+ | 1.7566 | 19200 | 0.0047 |
507
+ | 1.7658 | 19300 | 0.0177 |
508
+ | 1.7749 | 19400 | 0.005 |
509
+ | 1.7841 | 19500 | 0.0062 |
510
+ | 1.7932 | 19600 | 0.0081 |
511
+ | 1.8024 | 19700 | 0.007 |
512
+ | 1.8115 | 19800 | 0.0123 |
513
+ | 1.8207 | 19900 | 0.0076 |
514
+ | 1.8298 | 20000 | 0.006 |
515
+ | 1.8390 | 20100 | 0.0077 |
516
+ | 1.8481 | 20200 | 0.0071 |
517
+ | 1.8573 | 20300 | 0.0054 |
518
+ | 1.8664 | 20400 | 0.0065 |
519
+ | 1.8756 | 20500 | 0.0104 |
520
+ | 1.8847 | 20600 | 0.0099 |
521
+ | 1.8939 | 20700 | 0.0094 |
522
+ | 1.9030 | 20800 | 0.0068 |
523
+ | 1.9122 | 20900 | 0.012 |
524
+ | 1.9213 | 21000 | 0.0098 |
525
+ | 1.9305 | 21100 | 0.0164 |
526
+ | 1.9396 | 21200 | 0.0052 |
527
+ | 1.9488 | 21300 | 0.0131 |
528
+ | 1.9579 | 21400 | 0.0065 |
529
+ | 1.9671 | 21500 | 0.0079 |
530
+ | 1.9762 | 21600 | 0.0042 |
531
+ | 1.9854 | 21700 | 0.0245 |
532
+ | 1.9945 | 21800 | 0.007 |
533
+ | 2.0037 | 21900 | 0.0061 |
534
+ | 2.0128 | 22000 | 0.0087 |
535
+ | 2.0220 | 22100 | 0.0095 |
536
+ | 2.0311 | 22200 | 0.0114 |
537
+ | 2.0403 | 22300 | 0.0178 |
538
+ | 2.0494 | 22400 | 0.0116 |
539
+ | 2.0586 | 22500 | 0.0055 |
540
+ | 2.0677 | 22600 | 0.0142 |
541
+ | 2.0769 | 22700 | 0.0055 |
542
+ | 2.0860 | 22800 | 0.0027 |
543
+ | 2.0952 | 22900 | 0.0036 |
544
+ | 2.1043 | 23000 | 0.0072 |
545
+ | 2.1134 | 23100 | 0.0088 |
546
+ | 2.1226 | 23200 | 0.0125 |
547
+ | 2.1317 | 23300 | 0.0076 |
548
+ | 2.1409 | 23400 | 0.0037 |
549
+ | 2.1500 | 23500 | 0.0034 |
550
+ | 2.1592 | 23600 | 0.0082 |
551
+ | 2.1683 | 23700 | 0.0074 |
552
+ | 2.1775 | 23800 | 0.0118 |
553
+ | 2.1866 | 23900 | 0.0066 |
554
+ | 2.1958 | 24000 | 0.0081 |
555
+ | 2.2049 | 24100 | 0.0031 |
556
+ | 2.2141 | 24200 | 0.0084 |
557
+ | 2.2232 | 24300 | 0.013 |
558
+ | 2.2324 | 24400 | 0.0081 |
559
+ | 2.2415 | 24500 | 0.0034 |
560
+ | 2.2507 | 24600 | 0.0018 |
561
+ | 2.2598 | 24700 | 0.0177 |
562
+ | 2.2690 | 24800 | 0.0075 |
563
+ | 2.2781 | 24900 | 0.0051 |
564
+ | 2.2873 | 25000 | 0.007 |
565
+ | 2.2964 | 25100 | 0.0077 |
566
+ | 2.3056 | 25200 | 0.0038 |
567
+ | 2.3147 | 25300 | 0.0092 |
568
+ | 2.3239 | 25400 | 0.0082 |
569
+ | 2.3330 | 25500 | 0.0039 |
570
+ | 2.3422 | 25600 | 0.0092 |
571
+ | 2.3513 | 25700 | 0.0022 |
572
+ | 2.3605 | 25800 | 0.003 |
573
+ | 2.3696 | 25900 | 0.0038 |
574
+ | 2.3788 | 26000 | 0.0017 |
575
+ | 2.3879 | 26100 | 0.0045 |
576
+ | 2.3971 | 26200 | 0.0069 |
577
+ | 2.4062 | 26300 | 0.003 |
578
+ | 2.4154 | 26400 | 0.0054 |
579
+ | 2.4245 | 26500 | 0.0111 |
580
+ | 2.4337 | 26600 | 0.002 |
581
+ | 2.4428 | 26700 | 0.0023 |
582
+ | 2.4520 | 26800 | 0.0039 |
583
+ | 2.4611 | 26900 | 0.003 |
584
+ | 2.4703 | 27000 | 0.0045 |
585
+ | 2.4794 | 27100 | 0.0007 |
586
+ | 2.4886 | 27200 | 0.0053 |
587
+ | 2.4977 | 27300 | 0.0038 |
588
+ | 2.5069 | 27400 | 0.0023 |
589
+ | 2.5160 | 27500 | 0.0059 |
590
+ | 2.5252 | 27600 | 0.0028 |
591
+ | 2.5343 | 27700 | 0.007 |
592
+ | 2.5435 | 27800 | 0.0052 |
593
+ | 2.5526 | 27900 | 0.006 |
594
+ | 2.5618 | 28000 | 0.0042 |
595
+ | 2.5709 | 28100 | 0.0064 |
596
+ | 2.5801 | 28200 | 0.0025 |
597
+ | 2.5892 | 28300 | 0.0119 |
598
+ | 2.5984 | 28400 | 0.0057 |
599
+ | 2.6075 | 28500 | 0.0053 |
600
+ | 2.6167 | 28600 | 0.0031 |
601
+ | 2.6258 | 28700 | 0.005 |
602
+ | 2.6349 | 28800 | 0.0055 |
603
+ | 2.6441 | 28900 | 0.0018 |
604
+ | 2.6532 | 29000 | 0.0031 |
605
+ | 2.6624 | 29100 | 0.0085 |
606
+ | 2.6715 | 29200 | 0.003 |
607
+ | 2.6807 | 29300 | 0.0043 |
608
+ | 2.6898 | 29400 | 0.0031 |
609
+ | 2.6990 | 29500 | 0.002 |
610
+ | 2.7081 | 29600 | 0.0045 |
611
+ | 2.7173 | 29700 | 0.0086 |
612
+ | 2.7264 | 29800 | 0.0031 |
613
+ | 2.7356 | 29900 | 0.0034 |
614
+ | 2.7447 | 30000 | 0.0032 |
615
+ | 2.7539 | 30100 | 0.0013 |
616
+ | 2.7630 | 30200 | 0.0042 |
617
+ | 2.7722 | 30300 | 0.0043 |
618
+ | 2.7813 | 30400 | 0.0025 |
619
+ | 2.7905 | 30500 | 0.0039 |
620
+ | 2.7996 | 30600 | 0.0038 |
621
+ | 2.8088 | 30700 | 0.0044 |
622
+ | 2.8179 | 30800 | 0.0058 |
623
+ | 2.8271 | 30900 | 0.0016 |
624
+ | 2.8362 | 31000 | 0.0037 |
625
+ | 2.8454 | 31100 | 0.0034 |
626
+ | 2.8545 | 31200 | 0.0044 |
627
+ | 2.8637 | 31300 | 0.0057 |
628
+ | 2.8728 | 31400 | 0.0061 |
629
+ | 2.8820 | 31500 | 0.0082 |
630
+ | 2.8911 | 31600 | 0.0037 |
631
+ | 2.9003 | 31700 | 0.0049 |
632
+ | 2.9094 | 31800 | 0.0058 |
633
+ | 2.9186 | 31900 | 0.0046 |
634
+ | 2.9277 | 32000 | 0.0042 |
635
+ | 2.9369 | 32100 | 0.0087 |
636
+ | 2.9460 | 32200 | 0.0029 |
637
+ | 2.9552 | 32300 | 0.0068 |
638
+ | 2.9643 | 32400 | 0.006 |
639
+ | 2.9735 | 32500 | 0.0037 |
640
+ | 2.9826 | 32600 | 0.0096 |
641
+ | 2.9918 | 32700 | 0.0079 |
642
+ | 3.0009 | 32800 | 0.002 |
643
+ | 3.0101 | 32900 | 0.0049 |
644
+ | 3.0192 | 33000 | 0.0046 |
645
+ | 3.0284 | 33100 | 0.0031 |
646
+ | 3.0375 | 33200 | 0.0091 |
647
+ | 3.0467 | 33300 | 0.0103 |
648
+ | 3.0558 | 33400 | 0.003 |
649
+ | 3.0650 | 33500 | 0.0036 |
650
+ | 3.0741 | 33600 | 0.004 |
651
+ | 3.0833 | 33700 | 0.0024 |
652
+ | 3.0924 | 33800 | 0.0014 |
653
+ | 3.1016 | 33900 | 0.0048 |
654
+ | 3.1107 | 34000 | 0.0044 |
655
+ | 3.1199 | 34100 | 0.0045 |
656
+ | 3.1290 | 34200 | 0.0081 |
657
+ | 3.1382 | 34300 | 0.0014 |
658
+ | 3.1473 | 34400 | 0.0014 |
659
+ | 3.1565 | 34500 | 0.0051 |
660
+ | 3.1656 | 34600 | 0.0029 |
661
+ | 3.1747 | 34700 | 0.0099 |
662
+ | 3.1839 | 34800 | 0.0007 |
663
+ | 3.1930 | 34900 | 0.0074 |
664
+ | 3.2022 | 35000 | 0.0006 |
665
+ | 3.2113 | 35100 | 0.0033 |
666
+ | 3.2205 | 35200 | 0.0054 |
667
+ | 3.2296 | 35300 | 0.0053 |
668
+ | 3.2388 | 35400 | 0.0033 |
669
+ | 3.2479 | 35500 | 0.0009 |
670
+ | 3.2571 | 35600 | 0.0056 |
671
+ | 3.2662 | 35700 | 0.0076 |
672
+ | 3.2754 | 35800 | 0.0018 |
673
+ | 3.2845 | 35900 | 0.0059 |
674
+ | 3.2937 | 36000 | 0.002 |
675
+ | 3.3028 | 36100 | 0.0025 |
676
+ | 3.3120 | 36200 | 0.0044 |
677
+ | 3.3211 | 36300 | 0.0034 |
678
+ | 3.3303 | 36400 | 0.0028 |
679
+ | 3.3394 | 36500 | 0.0031 |
680
+ | 3.3486 | 36600 | 0.0026 |
681
+ | 3.3577 | 36700 | 0.0011 |
682
+ | 3.3669 | 36800 | 0.0007 |
683
+ | 3.3760 | 36900 | 0.0016 |
684
+ | 3.3852 | 37000 | 0.0028 |
685
+ | 3.3943 | 37100 | 0.0013 |
686
+ | 3.4035 | 37200 | 0.0023 |
687
+ | 3.4126 | 37300 | 0.0027 |
688
+ | 3.4218 | 37400 | 0.0037 |
689
+ | 3.4309 | 37500 | 0.005 |
690
+ | 3.4401 | 37600 | 0.0027 |
691
+ | 3.4492 | 37700 | 0.0007 |
692
+ | 3.4584 | 37800 | 0.0041 |
693
+ | 3.4675 | 37900 | 0.0017 |
694
+ | 3.4767 | 38000 | 0.0011 |
695
+ | 3.4858 | 38100 | 0.0021 |
696
+ | 3.4950 | 38200 | 0.0031 |
697
+ | 3.5041 | 38300 | 0.0011 |
698
+ | 3.5133 | 38400 | 0.0035 |
699
+ | 3.5224 | 38500 | 0.0005 |
700
+ | 3.5316 | 38600 | 0.0074 |
701
+ | 3.5407 | 38700 | 0.0017 |
702
+ | 3.5499 | 38800 | 0.0056 |
703
+ | 3.5590 | 38900 | 0.001 |
704
+ | 3.5682 | 39000 | 0.0055 |
705
+ | 3.5773 | 39100 | 0.0021 |
706
+ | 3.5865 | 39200 | 0.0037 |
707
+ | 3.5956 | 39300 | 0.0056 |
708
+ | 3.6048 | 39400 | 0.0044 |
709
+ | 3.6139 | 39500 | 0.0026 |
710
+ | 3.6231 | 39600 | 0.0026 |
711
+ | 3.6322 | 39700 | 0.0033 |
712
+ | 3.6414 | 39800 | 0.0008 |
713
+ | 3.6505 | 39900 | 0.0034 |
714
+ | 3.6597 | 40000 | 0.0029 |
715
+ | 3.6688 | 40100 | 0.0029 |
716
+ | 3.6780 | 40200 | 0.0022 |
717
+ | 3.6871 | 40300 | 0.0032 |
718
+ | 3.6962 | 40400 | 0.0006 |
719
+ | 3.7054 | 40500 | 0.0013 |
720
+ | 3.7145 | 40600 | 0.0084 |
721
+ | 3.7237 | 40700 | 0.0012 |
722
+ | 3.7328 | 40800 | 0.0015 |
723
+ | 3.7420 | 40900 | 0.0015 |
724
+ | 3.7511 | 41000 | 0.0014 |
725
+ | 3.7603 | 41100 | 0.0021 |
726
+ | 3.7694 | 41200 | 0.0015 |
727
+ | 3.7786 | 41300 | 0.0008 |
728
+ | 3.7877 | 41400 | 0.0018 |
729
+ | 3.7969 | 41500 | 0.0019 |
730
+ | 3.8060 | 41600 | 0.0044 |
731
+ | 3.8152 | 41700 | 0.004 |
732
+ | 3.8243 | 41800 | 0.0015 |
733
+ | 3.8335 | 41900 | 0.0023 |
734
+ | 3.8426 | 42000 | 0.0019 |
735
+ | 3.8518 | 42100 | 0.0031 |
736
+ | 3.8609 | 42200 | 0.0032 |
737
+ | 3.8701 | 42300 | 0.0012 |
738
+ | 3.8792 | 42400 | 0.0077 |
739
+ | 3.8884 | 42500 | 0.0052 |
740
+ | 3.8975 | 42600 | 0.0023 |
741
+ | 3.9067 | 42700 | 0.0023 |
742
+ | 3.9158 | 42800 | 0.0034 |
743
+ | 3.9250 | 42900 | 0.0035 |
744
+ | 3.9341 | 43000 | 0.0043 |
745
+ | 3.9433 | 43100 | 0.0018 |
746
+ | 3.9524 | 43200 | 0.003 |
747
+ | 3.9616 | 43300 | 0.0053 |
748
+ | 3.9707 | 43400 | 0.0018 |
749
+ | 3.9799 | 43500 | 0.0051 |
750
+ | 3.9890 | 43600 | 0.004 |
751
+ | 3.9982 | 43700 | 0.001 |
752
+ | 4.0073 | 43800 | 0.0025 |
753
+ | 4.0165 | 43900 | 0.0021 |
754
+ | 4.0256 | 44000 | 0.0028 |
755
+ | 4.0348 | 44100 | 0.0058 |
756
+ | 4.0439 | 44200 | 0.0071 |
757
+ | 4.0531 | 44300 | 0.003 |
758
+ | 4.0622 | 44400 | 0.0018 |
759
+ | 4.0714 | 44500 | 0.0032 |
760
+ | 4.0805 | 44600 | 0.001 |
761
+ | 4.0897 | 44700 | 0.0006 |
762
+ | 4.0988 | 44800 | 0.0017 |
763
+ | 4.1080 | 44900 | 0.0014 |
764
+ | 4.1171 | 45000 | 0.0047 |
765
+ | 4.1263 | 45100 | 0.0031 |
766
+ | 4.1354 | 45200 | 0.001 |
767
+ | 4.1446 | 45300 | 0.0012 |
768
+ | 4.1537 | 45400 | 0.0027 |
769
+ | 4.1629 | 45500 | 0.0015 |
770
+ | 4.1720 | 45600 | 0.0085 |
771
+ | 4.1812 | 45700 | 0.0006 |
772
+ | 4.1903 | 45800 | 0.0027 |
773
+ | 4.1995 | 45900 | 0.0035 |
774
+ | 4.2086 | 46000 | 0.0022 |
775
+ | 4.2177 | 46100 | 0.0029 |
776
+ | 4.2269 | 46200 | 0.0019 |
777
+ | 4.2360 | 46300 | 0.0045 |
778
+ | 4.2452 | 46400 | 0.0005 |
779
+ | 4.2543 | 46500 | 0.0039 |
780
+ | 4.2635 | 46600 | 0.0045 |
781
+ | 4.2726 | 46700 | 0.001 |
782
+ | 4.2818 | 46800 | 0.0028 |
783
+ | 4.2909 | 46900 | 0.0023 |
784
+ | 4.3001 | 47000 | 0.0014 |
785
+ | 4.3092 | 47100 | 0.0017 |
786
+ | 4.3184 | 47200 | 0.0024 |
787
+ | 4.3275 | 47300 | 0.0021 |
788
+ | 4.3367 | 47400 | 0.0017 |
789
+ | 4.3458 | 47500 | 0.0025 |
790
+ | 4.3550 | 47600 | 0.0015 |
791
+ | 4.3641 | 47700 | 0.0004 |
792
+ | 4.3733 | 47800 | 0.0011 |
793
+ | 4.3824 | 47900 | 0.0005 |
794
+ | 4.3916 | 48000 | 0.0028 |
795
+ | 4.4007 | 48100 | 0.0009 |
796
+ | 4.4099 | 48200 | 0.001 |
797
+ | 4.4190 | 48300 | 0.002 |
798
+ | 4.4282 | 48400 | 0.0053 |
799
+ | 4.4373 | 48500 | 0.0008 |
800
+ | 4.4465 | 48600 | 0.0006 |
801
+ | 4.4556 | 48700 | 0.0044 |
802
+ | 4.4648 | 48800 | 0.0005 |
803
+ | 4.4739 | 48900 | 0.0019 |
804
+ | 4.4831 | 49000 | 0.0016 |
805
+ | 4.4922 | 49100 | 0.0018 |
806
+ | 4.5014 | 49200 | 0.0008 |
807
+ | 4.5105 | 49300 | 0.0013 |
808
+ | 4.5197 | 49400 | 0.001 |
809
+ | 4.5288 | 49500 | 0.0046 |
810
+ | 4.5380 | 49600 | 0.0009 |
811
+ | 4.5471 | 49700 | 0.0051 |
812
+ | 4.5563 | 49800 | 0.0017 |
813
+ | 4.5654 | 49900 | 0.0021 |
814
+ | 4.5746 | 50000 | 0.0051 |
815
+ | 4.5837 | 50100 | 0.0014 |
816
+ | 4.5929 | 50200 | 0.0057 |
817
+ | 4.6020 | 50300 | 0.0036 |
818
+ | 4.6112 | 50400 | 0.0027 |
819
+ | 4.6203 | 50500 | 0.0009 |
820
+ | 4.6295 | 50600 | 0.0037 |
821
+ | 4.6386 | 50700 | 0.0004 |
822
+ | 4.6478 | 50800 | 0.0024 |
823
+ | 4.6569 | 50900 | 0.0015 |
824
+ | 4.6661 | 51000 | 0.0026 |
825
+ | 4.6752 | 51100 | 0.0022 |
826
+ | 4.6844 | 51200 | 0.0023 |
827
+ | 4.6935 | 51300 | 0.0007 |
828
+ | 4.7027 | 51400 | 0.0008 |
829
+ | 4.7118 | 51500 | 0.0032 |
830
+ | 4.7210 | 51600 | 0.0031 |
831
+ | 4.7301 | 51700 | 0.0014 |
832
+ | 4.7392 | 51800 | 0.0014 |
833
+ | 4.7484 | 51900 | 0.001 |
834
+ | 4.7575 | 52000 | 0.0011 |
835
+ | 4.7667 | 52100 | 0.0009 |
836
+ | 4.7758 | 52200 | 0.0007 |
837
+ | 4.7850 | 52300 | 0.0026 |
838
+ | 4.7941 | 52400 | 0.0008 |
839
+ | 4.8033 | 52500 | 0.0028 |
840
+ | 4.8124 | 52600 | 0.0019 |
841
+ | 4.8216 | 52700 | 0.0016 |
842
+ | 4.8307 | 52800 | 0.002 |
843
+ | 4.8399 | 52900 | 0.0008 |
844
+ | 4.8490 | 53000 | 0.0025 |
845
+ | 4.8582 | 53100 | 0.0008 |
846
+ | 4.8673 | 53200 | 0.0025 |
847
+ | 4.8765 | 53300 | 0.0039 |
848
+ | 4.8856 | 53400 | 0.0079 |
849
+ | 4.8948 | 53500 | 0.0016 |
850
+ | 4.9039 | 53600 | 0.0014 |
851
+ | 4.9131 | 53700 | 0.0018 |
852
+ | 4.9222 | 53800 | 0.002 |
853
+ | 4.9314 | 53900 | 0.0049 |
854
+ | 4.9405 | 54000 | 0.0012 |
855
+ | 4.9497 | 54100 | 0.0033 |
856
+ | 4.9588 | 54200 | 0.0027 |
857
+ | 4.9680 | 54300 | 0.004 |
858
+ | 4.9771 | 54400 | 0.0011 |
859
+ | 4.9863 | 54500 | 0.006 |
860
+ | 4.9954 | 54600 | 0.0017 |
861
+
862
+ </details>
863
+
864
+ ### Framework Versions
865
+ - Python: 3.10.12
866
+ - Sentence Transformers: 3.3.1
867
+ - Transformers: 4.47.0
868
+ - PyTorch: 2.5.1+cu121
869
+ - Accelerate: 1.2.1
870
+ - Datasets: 3.2.0
871
+ - Tokenizers: 0.21.0
872
+
873
+ ## Citation
874
+
875
+ ### BibTeX
876
+
877
+ #### Sentence Transformers
878
+ ```bibtex
879
+ @inproceedings{reimers-2019-sentence-bert,
880
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
881
+ author = "Reimers, Nils and Gurevych, Iryna",
882
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
883
+ month = "11",
884
+ year = "2019",
885
+ publisher = "Association for Computational Linguistics",
886
+ url = "https://arxiv.org/abs/1908.10084",
887
+ }
888
+ ```
889
+
890
+ #### MultipleNegativesRankingLoss
891
+ ```bibtex
892
+ @misc{henderson2017efficient,
893
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
894
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
895
+ year={2017},
896
+ eprint={1705.00652},
897
+ archivePrefix={arXiv},
898
+ primaryClass={cs.CL}
899
+ }
900
+ ```
901
+
902
+ <!--
903
+ ## Glossary
904
+
905
+ *Clearly define terms in order to be accessible across audiences.*
906
+ -->
907
+
908
+ <!--
909
+ ## Model Card Authors
910
+
911
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
912
+ -->
913
+
914
+ <!--
915
+ ## Model Card Contact
916
+
917
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
918
+ -->
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.3.1",
4
+ "transformers": "4.47.0",
5
+ "pytorch": "2.5.1+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ebb2390f78003100b7e4544ec51cc6c15a7a46857ba11206fcc63b62a9ad4c3
3
  size 1883730160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574ef6ba1af95789c690e1306f2e6c17cd27b99e1025efb3f9eefc206d7d08a2
3
  size 1883730160
modules.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Dense",
18
+ "type": "sentence_transformers.models.Dense"
19
+ },
20
+ {
21
+ "idx": 3,
22
+ "name": "3",
23
+ "path": "3_Normalize",
24
+ "type": "sentence_transformers.models.Normalize"
25
+ }
26
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }