qcsun commited on
Commit
82877d7
·
verified ·
1 Parent(s): 933736d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaModel"
4
+ ],
5
+ "name": "FineBgem3",
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 8194,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.54.1",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 293074
28
+ }
.ipynb_checkpoints/config-ori-checkpoint.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 8194,
16
+ "model_type": "xlm-roberta",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "output_past": true,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.54.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 293074
27
+ }
.ipynb_checkpoints/modules-checkpoint.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
+ ]
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
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
+ }
README.md CHANGED
@@ -1,3 +1,1072 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:377615
9
+ - loss:MultipleNegativesRankingLoss
10
+ widget:
11
+ - source_sentence: PACER FDS TR SWAN SOS FLEX JULY ETF(PSFJ)周线级别突破关键阻力位,技术面呈现强势
12
+ sentences:
13
+ - 市场解读行业政策对NUVL的积极影响
14
+ - PACER FDS TR SWAN SOS FLEX JULY ETF(PSFJ)技术指标发出看涨信号,短期或延续涨势
15
+ - FTXR
16
+ - source_sentence: 行业报告显示CommerceHub(CHUBK)市场份额提升至15%,领跑细分领域
17
+ sentences:
18
+ - 据最新行业数据,CommerceHub(CHUBK)市占率增长至15%
19
+ - 中国智能交通(01900.HK)研发实力获认可,近期获多家机构调研
20
+ - FPRO
21
+ - source_sentence: PropertyGuru Group Limited Ordinary Shares
22
+ sentences:
23
+ - TUYA INC SPON ADS EACH REP 1 CL A ORD SHS(TUYA)股价因消费电子行业复苏周涨幅达4.2%
24
+ - 物业大师集团
25
+ - 受保险业务扩张预期推动,THE BALDWIN INSURANCE GRP INC(BWIN)股价上涨逾4%
26
+ - source_sentence: 阿斯特克
27
+ sentences:
28
+ - ASTE
29
+ - 研究指出FinServ Acquisition Corp. II Class A(FSRX)当前估值存在上行空间
30
+ - 市场波动中RNR-F展现优先股特性,抗风险能力获认可
31
+ - source_sentence: Horizon Acquisition Corp. Warrant -on Horizon Acqn(HZAC+)期权行权价调整引发热议,机构认为或提振短期流动性
32
+ sentences:
33
+ - XHLF
34
+ - HLGN+
35
+ - 市场关注Horizon Acquisition Corp. Warrant -on Horizon Acqn(HZAC+)期权行权价变动,分析称该调整可能改善短期交易活跃度
36
+ pipeline_tag: sentence-similarity
37
+ library_name: sentence-transformers
38
+ ---
39
+
40
+ # SentenceTransformer
41
+
42
+ This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
43
+
44
+ ## Model Details
45
+
46
+ ### Model Description
47
+ - **Model Type:** Sentence Transformer
48
+ <!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
49
+ - **Maximum Sequence Length:** 8192 tokens
50
+ - **Output Dimensionality:** 1024 dimensions
51
+ - **Similarity Function:** Cosine Similarity
52
+ <!-- - **Training Dataset:** Unknown -->
53
+ <!-- - **Language:** Unknown -->
54
+ <!-- - **License:** Unknown -->
55
+
56
+ ### Model Sources
57
+
58
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
59
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
60
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
61
+
62
+ ### Full Model Architecture
63
+
64
+ ```
65
+ SentenceTransformer(
66
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False, 'architecture': 'XLMRobertaModel'})
67
+ (1): Pooling({'word_embedding_dimension': 1024, '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})
68
+ (2): Normalize()
69
+ )
70
+ ```
71
+
72
+ ## Usage
73
+
74
+ ### Direct Usage (Sentence Transformers)
75
+
76
+ First install the Sentence Transformers library:
77
+
78
+ ```bash
79
+ pip install -U sentence-transformers
80
+ ```
81
+
82
+ Then you can load this model and run inference.
83
+ ```python
84
+ from sentence_transformers import SentenceTransformer
85
+
86
+ # Download from the 🤗 Hub
87
+ model = SentenceTransformer("sentence_transformers_model_id")
88
+ # Run inference
89
+ sentences = [
90
+ 'Horizon Acquisition Corp. Warrant -on Horizon Acqn(HZAC+)期权行权价调整引发热议,机构认为或提振短期流动性',
91
+ '市场关注Horizon Acquisition Corp. Warrant -on Horizon Acqn(HZAC+)期权行权价变动,分析称该调整可能改善短期交易活跃度',
92
+ 'HLGN+',
93
+ ]
94
+ embeddings = model.encode(sentences)
95
+ print(embeddings.shape)
96
+ # [3, 1024]
97
+
98
+ # Get the similarity scores for the embeddings
99
+ similarities = model.similarity(embeddings, embeddings)
100
+ print(similarities)
101
+ # tensor([[1.0000, 0.9768, 0.0959],
102
+ # [0.9768, 1.0000, 0.1028],
103
+ # [0.0959, 0.1028, 1.0000]])
104
+ ```
105
+
106
+ <!--
107
+ ### Direct Usage (Transformers)
108
+
109
+ <details><summary>Click to see the direct usage in Transformers</summary>
110
+
111
+ </details>
112
+ -->
113
+
114
+ <!--
115
+ ### Downstream Usage (Sentence Transformers)
116
+
117
+ You can finetune this model on your own dataset.
118
+
119
+ <details><summary>Click to expand</summary>
120
+
121
+ </details>
122
+ -->
123
+
124
+ <!--
125
+ ### Out-of-Scope Use
126
+
127
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
128
+ -->
129
+
130
+ <!--
131
+ ## Bias, Risks and Limitations
132
+
133
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
134
+ -->
135
+
136
+ <!--
137
+ ### Recommendations
138
+
139
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
140
+ -->
141
+
142
+ ## Training Details
143
+
144
+ ### Training Dataset
145
+
146
+ #### Unnamed Dataset
147
+
148
+ * Size: 377,615 training samples
149
+ * Columns: <code>sentence_0</code> and <code>sentence_1</code>
150
+ * Approximate statistics based on the first 1000 samples:
151
+ | | sentence_0 | sentence_1 |
152
+ |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
153
+ | type | string | string |
154
+ | details | <ul><li>min: 3 tokens</li><li>mean: 14.38 tokens</li><li>max: 60 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 14.38 tokens</li><li>max: 60 tokens</li></ul> |
155
+ * Samples:
156
+ | sentence_0 | sentence_1 |
157
+ |:-----------------------------------------------------------------------------|:---------------------------------------------|
158
+ | <code>苍南仪表</code> | <code>苍南自动化仪表</code> |
159
+ | <code>KINS Technology Group, Inc. Warrant 2020- 2025 on KINS Tech Grp</code> | <code>KINZW</code> |
160
+ | <code>兴业合金(00505.HK)技术面呈现多头排列,短期或延续上涨趋势</code> | <code>00505.HK兴业合金日线图出现买入信号,技术派看好后市走势</code> |
161
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
162
+ ```json
163
+ {
164
+ "scale": 20.0,
165
+ "similarity_fct": "cos_sim",
166
+ "gather_across_devices": false
167
+ }
168
+ ```
169
+
170
+ ### Training Hyperparameters
171
+ #### Non-Default Hyperparameters
172
+
173
+ - `per_device_train_batch_size`: 32
174
+ - `per_device_eval_batch_size`: 32
175
+ - `num_train_epochs`: 30
176
+ - `fp16`: True
177
+ - `multi_dataset_batch_sampler`: round_robin
178
+
179
+ #### All Hyperparameters
180
+ <details><summary>Click to expand</summary>
181
+
182
+ - `overwrite_output_dir`: False
183
+ - `do_predict`: False
184
+ - `eval_strategy`: no
185
+ - `prediction_loss_only`: True
186
+ - `per_device_train_batch_size`: 32
187
+ - `per_device_eval_batch_size`: 32
188
+ - `per_gpu_train_batch_size`: None
189
+ - `per_gpu_eval_batch_size`: None
190
+ - `gradient_accumulation_steps`: 1
191
+ - `eval_accumulation_steps`: None
192
+ - `torch_empty_cache_steps`: None
193
+ - `learning_rate`: 5e-05
194
+ - `weight_decay`: 0.0
195
+ - `adam_beta1`: 0.9
196
+ - `adam_beta2`: 0.999
197
+ - `adam_epsilon`: 1e-08
198
+ - `max_grad_norm`: 1
199
+ - `num_train_epochs`: 30
200
+ - `max_steps`: -1
201
+ - `lr_scheduler_type`: linear
202
+ - `lr_scheduler_kwargs`: {}
203
+ - `warmup_ratio`: 0.0
204
+ - `warmup_steps`: 0
205
+ - `log_level`: passive
206
+ - `log_level_replica`: warning
207
+ - `log_on_each_node`: True
208
+ - `logging_nan_inf_filter`: True
209
+ - `save_safetensors`: True
210
+ - `save_on_each_node`: False
211
+ - `save_only_model`: False
212
+ - `restore_callback_states_from_checkpoint`: False
213
+ - `no_cuda`: False
214
+ - `use_cpu`: False
215
+ - `use_mps_device`: False
216
+ - `seed`: 42
217
+ - `data_seed`: None
218
+ - `jit_mode_eval`: False
219
+ - `use_ipex`: False
220
+ - `bf16`: False
221
+ - `fp16`: True
222
+ - `fp16_opt_level`: O1
223
+ - `half_precision_backend`: auto
224
+ - `bf16_full_eval`: False
225
+ - `fp16_full_eval`: False
226
+ - `tf32`: None
227
+ - `local_rank`: 0
228
+ - `ddp_backend`: None
229
+ - `tpu_num_cores`: None
230
+ - `tpu_metrics_debug`: False
231
+ - `debug`: []
232
+ - `dataloader_drop_last`: False
233
+ - `dataloader_num_workers`: 0
234
+ - `dataloader_prefetch_factor`: None
235
+ - `past_index`: -1
236
+ - `disable_tqdm`: False
237
+ - `remove_unused_columns`: True
238
+ - `label_names`: None
239
+ - `load_best_model_at_end`: False
240
+ - `ignore_data_skip`: False
241
+ - `fsdp`: []
242
+ - `fsdp_min_num_params`: 0
243
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
244
+ - `fsdp_transformer_layer_cls_to_wrap`: None
245
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
246
+ - `deepspeed`: None
247
+ - `label_smoothing_factor`: 0.0
248
+ - `optim`: adamw_torch_fused
249
+ - `optim_args`: None
250
+ - `adafactor`: False
251
+ - `group_by_length`: False
252
+ - `length_column_name`: length
253
+ - `ddp_find_unused_parameters`: None
254
+ - `ddp_bucket_cap_mb`: None
255
+ - `ddp_broadcast_buffers`: False
256
+ - `dataloader_pin_memory`: True
257
+ - `dataloader_persistent_workers`: False
258
+ - `skip_memory_metrics`: True
259
+ - `use_legacy_prediction_loop`: False
260
+ - `push_to_hub`: False
261
+ - `resume_from_checkpoint`: None
262
+ - `hub_model_id`: None
263
+ - `hub_strategy`: every_save
264
+ - `hub_private_repo`: None
265
+ - `hub_always_push`: False
266
+ - `hub_revision`: None
267
+ - `gradient_checkpointing`: False
268
+ - `gradient_checkpointing_kwargs`: None
269
+ - `include_inputs_for_metrics`: False
270
+ - `include_for_metrics`: []
271
+ - `eval_do_concat_batches`: True
272
+ - `fp16_backend`: auto
273
+ - `push_to_hub_model_id`: None
274
+ - `push_to_hub_organization`: None
275
+ - `mp_parameters`:
276
+ - `auto_find_batch_size`: False
277
+ - `full_determinism`: False
278
+ - `torchdynamo`: None
279
+ - `ray_scope`: last
280
+ - `ddp_timeout`: 1800
281
+ - `torch_compile`: False
282
+ - `torch_compile_backend`: None
283
+ - `torch_compile_mode`: None
284
+ - `include_tokens_per_second`: False
285
+ - `include_num_input_tokens_seen`: False
286
+ - `neftune_noise_alpha`: None
287
+ - `optim_target_modules`: None
288
+ - `batch_eval_metrics`: False
289
+ - `eval_on_start`: False
290
+ - `use_liger_kernel`: False
291
+ - `liger_kernel_config`: None
292
+ - `eval_use_gather_object`: False
293
+ - `average_tokens_across_devices`: False
294
+ - `prompts`: None
295
+ - `batch_sampler`: batch_sampler
296
+ - `multi_dataset_batch_sampler`: round_robin
297
+ - `router_mapping`: {}
298
+ - `learning_rate_mapping`: {}
299
+
300
+ </details>
301
+
302
+ ### Training Logs
303
+ <details><summary>Click to expand</summary>
304
+
305
+ | Epoch | Step | Training Loss |
306
+ |:-------:|:------:|:-------------:|
307
+ | 0.0424 | 500 | 0.6966 |
308
+ | 0.0847 | 1000 | 0.4987 |
309
+ | 0.1271 | 1500 | 0.463 |
310
+ | 0.1695 | 2000 | 0.4364 |
311
+ | 0.2118 | 2500 | 0.4041 |
312
+ | 0.2542 | 3000 | 0.3923 |
313
+ | 0.2966 | 3500 | 0.3788 |
314
+ | 0.3390 | 4000 | 0.3603 |
315
+ | 0.3813 | 4500 | 0.3442 |
316
+ | 0.4237 | 5000 | 0.3388 |
317
+ | 0.4661 | 5500 | 0.3252 |
318
+ | 0.5084 | 6000 | 0.3133 |
319
+ | 0.5508 | 6500 | 0.311 |
320
+ | 0.5932 | 7000 | 0.3027 |
321
+ | 0.6355 | 7500 | 0.283 |
322
+ | 0.6779 | 8000 | 0.2847 |
323
+ | 0.7203 | 8500 | 0.279 |
324
+ | 0.7626 | 9000 | 0.2753 |
325
+ | 0.8050 | 9500 | 0.2647 |
326
+ | 0.8474 | 10000 | 0.2687 |
327
+ | 0.8898 | 10500 | 0.2572 |
328
+ | 0.9321 | 11000 | 0.2562 |
329
+ | 0.9745 | 11500 | 0.2351 |
330
+ | 1.0169 | 12000 | 0.2254 |
331
+ | 1.0592 | 12500 | 0.1966 |
332
+ | 1.1016 | 13000 | 0.2082 |
333
+ | 1.1440 | 13500 | 0.1856 |
334
+ | 1.1863 | 14000 | 0.1916 |
335
+ | 1.2287 | 14500 | 0.2003 |
336
+ | 1.2711 | 15000 | 0.1959 |
337
+ | 1.3134 | 15500 | 0.1857 |
338
+ | 1.3558 | 16000 | 0.1854 |
339
+ | 1.3982 | 16500 | 0.1797 |
340
+ | 1.4406 | 17000 | 0.1774 |
341
+ | 1.4829 | 17500 | 0.1813 |
342
+ | 1.5253 | 18000 | 0.1717 |
343
+ | 1.5677 | 18500 | 0.1638 |
344
+ | 1.6100 | 19000 | 0.1658 |
345
+ | 1.6524 | 19500 | 0.1764 |
346
+ | 1.6948 | 20000 | 0.1681 |
347
+ | 1.7371 | 20500 | 0.1589 |
348
+ | 1.7795 | 21000 | 0.1539 |
349
+ | 1.8219 | 21500 | 0.1575 |
350
+ | 1.8642 | 22000 | 0.1558 |
351
+ | 1.9066 | 22500 | 0.158 |
352
+ | 1.9490 | 23000 | 0.1467 |
353
+ | 1.9914 | 23500 | 0.1504 |
354
+ | 2.0337 | 24000 | 0.1221 |
355
+ | 2.0761 | 24500 | 0.1112 |
356
+ | 2.1185 | 25000 | 0.109 |
357
+ | 2.1608 | 25500 | 0.1106 |
358
+ | 2.2032 | 26000 | 0.1131 |
359
+ | 2.2456 | 26500 | 0.1078 |
360
+ | 2.2879 | 27000 | 0.1042 |
361
+ | 2.3303 | 27500 | 0.1024 |
362
+ | 2.3727 | 28000 | 0.1012 |
363
+ | 2.4150 | 28500 | 0.1088 |
364
+ | 2.4574 | 29000 | 0.1022 |
365
+ | 2.4998 | 29500 | 0.1067 |
366
+ | 2.5422 | 30000 | 0.105 |
367
+ | 2.5845 | 30500 | 0.0982 |
368
+ | 2.6269 | 31000 | 0.1033 |
369
+ | 2.6693 | 31500 | 0.1029 |
370
+ | 2.7116 | 32000 | 0.0988 |
371
+ | 2.7540 | 32500 | 0.0999 |
372
+ | 2.7964 | 33000 | 0.094 |
373
+ | 2.8387 | 33500 | 0.0912 |
374
+ | 2.8811 | 34000 | 0.0952 |
375
+ | 2.9235 | 34500 | 0.0953 |
376
+ | 2.9659 | 35000 | 0.0947 |
377
+ | 3.0082 | 35500 | 0.0857 |
378
+ | 3.0506 | 36000 | 0.0697 |
379
+ | 3.0930 | 36500 | 0.067 |
380
+ | 3.1353 | 37000 | 0.063 |
381
+ | 3.1777 | 37500 | 0.0673 |
382
+ | 3.2201 | 38000 | 0.067 |
383
+ | 3.2624 | 38500 | 0.0684 |
384
+ | 3.3048 | 39000 | 0.0643 |
385
+ | 3.3472 | 39500 | 0.0656 |
386
+ | 3.3895 | 40000 | 0.0657 |
387
+ | 3.4319 | 40500 | 0.071 |
388
+ | 3.4743 | 41000 | 0.0671 |
389
+ | 3.5167 | 41500 | 0.0601 |
390
+ | 3.5590 | 42000 | 0.0614 |
391
+ | 3.6014 | 42500 | 0.061 |
392
+ | 3.6438 | 43000 | 0.0599 |
393
+ | 3.6861 | 43500 | 0.0586 |
394
+ | 3.7285 | 44000 | 0.0613 |
395
+ | 3.7709 | 44500 | 0.0604 |
396
+ | 3.8132 | 45000 | 0.06 |
397
+ | 3.8556 | 45500 | 0.0539 |
398
+ | 3.8980 | 46000 | 0.0576 |
399
+ | 3.9403 | 46500 | 0.0605 |
400
+ | 3.9827 | 47000 | 0.0563 |
401
+ | 4.0251 | 47500 | 0.0485 |
402
+ | 4.0675 | 48000 | 0.0409 |
403
+ | 4.1098 | 48500 | 0.0426 |
404
+ | 4.1522 | 49000 | 0.0437 |
405
+ | 4.1946 | 49500 | 0.0422 |
406
+ | 4.2369 | 50000 | 0.0395 |
407
+ | 4.2793 | 50500 | 0.0395 |
408
+ | 4.3217 | 51000 | 0.0425 |
409
+ | 4.3640 | 51500 | 0.0379 |
410
+ | 4.4064 | 52000 | 0.0428 |
411
+ | 4.4488 | 52500 | 0.0412 |
412
+ | 4.4911 | 53000 | 0.0399 |
413
+ | 4.5335 | 53500 | 0.04 |
414
+ | 4.5759 | 54000 | 0.0416 |
415
+ | 4.6183 | 54500 | 0.0351 |
416
+ | 4.6606 | 55000 | 0.037 |
417
+ | 4.7030 | 55500 | 0.0408 |
418
+ | 4.7454 | 56000 | 0.038 |
419
+ | 4.7877 | 56500 | 0.04 |
420
+ | 4.8301 | 57000 | 0.0384 |
421
+ | 4.8725 | 57500 | 0.0372 |
422
+ | 4.9148 | 58000 | 0.0393 |
423
+ | 4.9572 | 58500 | 0.038 |
424
+ | 4.9996 | 59000 | 0.044 |
425
+ | 5.0419 | 59500 | 0.0278 |
426
+ | 5.0843 | 60000 | 0.0257 |
427
+ | 5.1267 | 60500 | 0.0272 |
428
+ | 5.1691 | 61000 | 0.0322 |
429
+ | 5.2114 | 61500 | 0.0234 |
430
+ | 5.2538 | 62000 | 0.029 |
431
+ | 5.2962 | 62500 | 0.0255 |
432
+ | 5.3385 | 63000 | 0.0238 |
433
+ | 5.3809 | 63500 | 0.0287 |
434
+ | 5.4233 | 64000 | 0.0239 |
435
+ | 5.4656 | 64500 | 0.0273 |
436
+ | 5.5080 | 65000 | 0.028 |
437
+ | 5.5504 | 65500 | 0.0283 |
438
+ | 5.5927 | 66000 | 0.027 |
439
+ | 5.6351 | 66500 | 0.0255 |
440
+ | 5.6775 | 67000 | 0.0258 |
441
+ | 5.7199 | 67500 | 0.025 |
442
+ | 5.7622 | 68000 | 0.0251 |
443
+ | 5.8046 | 68500 | 0.0261 |
444
+ | 5.8470 | 69000 | 0.027 |
445
+ | 5.8893 | 69500 | 0.0245 |
446
+ | 5.9317 | 70000 | 0.0266 |
447
+ | 5.9741 | 70500 | 0.0237 |
448
+ | 6.0164 | 71000 | 0.0201 |
449
+ | 6.0588 | 71500 | 0.0166 |
450
+ | 6.1012 | 72000 | 0.0199 |
451
+ | 6.1435 | 72500 | 0.0209 |
452
+ | 6.1859 | 73000 | 0.0189 |
453
+ | 6.2283 | 73500 | 0.0202 |
454
+ | 6.2707 | 74000 | 0.0189 |
455
+ | 6.3130 | 74500 | 0.0157 |
456
+ | 6.3554 | 75000 | 0.0164 |
457
+ | 6.3978 | 75500 | 0.0179 |
458
+ | 6.4401 | 76000 | 0.0186 |
459
+ | 6.4825 | 76500 | 0.0201 |
460
+ | 6.5249 | 77000 | 0.0169 |
461
+ | 6.5672 | 77500 | 0.0201 |
462
+ | 6.6096 | 78000 | 0.0172 |
463
+ | 6.6520 | 78500 | 0.0203 |
464
+ | 6.6943 | 79000 | 0.0181 |
465
+ | 6.7367 | 79500 | 0.0178 |
466
+ | 6.7791 | 80000 | 0.0181 |
467
+ | 6.8215 | 80500 | 0.0181 |
468
+ | 6.8638 | 81000 | 0.0191 |
469
+ | 6.9062 | 81500 | 0.0162 |
470
+ | 6.9486 | 82000 | 0.0189 |
471
+ | 6.9909 | 82500 | 0.0189 |
472
+ | 7.0333 | 83000 | 0.0138 |
473
+ | 7.0757 | 83500 | 0.0152 |
474
+ | 7.1180 | 84000 | 0.0115 |
475
+ | 7.1604 | 84500 | 0.0137 |
476
+ | 7.2028 | 85000 | 0.0126 |
477
+ | 7.2451 | 85500 | 0.0137 |
478
+ | 7.2875 | 86000 | 0.0139 |
479
+ | 7.3299 | 86500 | 0.0145 |
480
+ | 7.3723 | 87000 | 0.0122 |
481
+ | 7.4146 | 87500 | 0.0146 |
482
+ | 7.4570 | 88000 | 0.0142 |
483
+ | 7.4994 | 88500 | 0.0131 |
484
+ | 7.5417 | 89000 | 0.0146 |
485
+ | 7.5841 | 89500 | 0.0137 |
486
+ | 7.6265 | 90000 | 0.0125 |
487
+ | 7.6688 | 90500 | 0.0121 |
488
+ | 7.7112 | 91000 | 0.0134 |
489
+ | 7.7536 | 91500 | 0.014 |
490
+ | 7.7959 | 92000 | 0.0116 |
491
+ | 7.8383 | 92500 | 0.0109 |
492
+ | 7.8807 | 93000 | 0.0128 |
493
+ | 7.9231 | 93500 | 0.0162 |
494
+ | 7.9654 | 94000 | 0.0138 |
495
+ | 8.0078 | 94500 | 0.014 |
496
+ | 8.0502 | 95000 | 0.0104 |
497
+ | 8.0925 | 95500 | 0.0105 |
498
+ | 8.1349 | 96000 | 0.0111 |
499
+ | 8.1773 | 96500 | 0.0099 |
500
+ | 8.2196 | 97000 | 0.0107 |
501
+ | 8.2620 | 97500 | 0.0127 |
502
+ | 8.3044 | 98000 | 0.0104 |
503
+ | 8.3468 | 98500 | 0.0112 |
504
+ | 8.3891 | 99000 | 0.0095 |
505
+ | 8.4315 | 99500 | 0.0099 |
506
+ | 8.4739 | 100000 | 0.0091 |
507
+ | 8.5162 | 100500 | 0.0096 |
508
+ | 8.5586 | 101000 | 0.0116 |
509
+ | 8.6010 | 101500 | 0.0106 |
510
+ | 8.6433 | 102000 | 0.01 |
511
+ | 8.6857 | 102500 | 0.0104 |
512
+ | 8.7281 | 103000 | 0.009 |
513
+ | 8.7704 | 103500 | 0.0089 |
514
+ | 8.8128 | 104000 | 0.0099 |
515
+ | 8.8552 | 104500 | 0.0117 |
516
+ | 8.8976 | 105000 | 0.01 |
517
+ | 8.9399 | 105500 | 0.0112 |
518
+ | 8.9823 | 106000 | 0.0103 |
519
+ | 9.0247 | 106500 | 0.0079 |
520
+ | 9.0670 | 107000 | 0.0083 |
521
+ | 9.1094 | 107500 | 0.0086 |
522
+ | 9.1518 | 108000 | 0.0084 |
523
+ | 9.1941 | 108500 | 0.0097 |
524
+ | 9.2365 | 109000 | 0.0081 |
525
+ | 9.2789 | 109500 | 0.009 |
526
+ | 9.3212 | 110000 | 0.0084 |
527
+ | 9.3636 | 110500 | 0.0072 |
528
+ | 9.4060 | 111000 | 0.0107 |
529
+ | 9.4484 | 111500 | 0.0082 |
530
+ | 9.4907 | 112000 | 0.0098 |
531
+ | 9.5331 | 112500 | 0.0089 |
532
+ | 9.5755 | 113000 | 0.0104 |
533
+ | 9.6178 | 113500 | 0.0083 |
534
+ | 9.6602 | 114000 | 0.0081 |
535
+ | 9.7026 | 114500 | 0.0087 |
536
+ | 9.7449 | 115000 | 0.0072 |
537
+ | 9.7873 | 115500 | 0.0086 |
538
+ | 9.8297 | 116000 | 0.0096 |
539
+ | 9.8720 | 116500 | 0.0087 |
540
+ | 9.9144 | 117000 | 0.0079 |
541
+ | 9.9568 | 117500 | 0.0087 |
542
+ | 9.9992 | 118000 | 0.008 |
543
+ | 10.0415 | 118500 | 0.0073 |
544
+ | 10.0839 | 119000 | 0.0058 |
545
+ | 10.1263 | 119500 | 0.0076 |
546
+ | 10.1686 | 120000 | 0.0055 |
547
+ | 10.2110 | 120500 | 0.0072 |
548
+ | 10.2534 | 121000 | 0.007 |
549
+ | 10.2957 | 121500 | 0.0075 |
550
+ | 10.3381 | 122000 | 0.0067 |
551
+ | 10.3805 | 122500 | 0.0076 |
552
+ | 10.4228 | 123000 | 0.0078 |
553
+ | 10.4652 | 123500 | 0.0073 |
554
+ | 10.5076 | 124000 | 0.0076 |
555
+ | 10.5500 | 124500 | 0.0071 |
556
+ | 10.5923 | 125000 | 0.0068 |
557
+ | 10.6347 | 125500 | 0.0062 |
558
+ | 10.6771 | 126000 | 0.0071 |
559
+ | 10.7194 | 126500 | 0.0065 |
560
+ | 10.7618 | 127000 | 0.0063 |
561
+ | 10.8042 | 127500 | 0.006 |
562
+ | 10.8465 | 128000 | 0.0055 |
563
+ | 10.8889 | 128500 | 0.0073 |
564
+ | 10.9313 | 129000 | 0.0068 |
565
+ | 10.9736 | 129500 | 0.0079 |
566
+ | 11.0160 | 130000 | 0.0056 |
567
+ | 11.0584 | 130500 | 0.0045 |
568
+ | 11.1008 | 131000 | 0.0058 |
569
+ | 11.1431 | 131500 | 0.0055 |
570
+ | 11.1855 | 132000 | 0.0062 |
571
+ | 11.2279 | 132500 | 0.0066 |
572
+ | 11.2702 | 133000 | 0.0052 |
573
+ | 11.3126 | 133500 | 0.0063 |
574
+ | 11.3550 | 134000 | 0.0059 |
575
+ | 11.3973 | 134500 | 0.0058 |
576
+ | 11.4397 | 135000 | 0.0046 |
577
+ | 11.4821 | 135500 | 0.006 |
578
+ | 11.5244 | 136000 | 0.0046 |
579
+ | 11.5668 | 136500 | 0.0059 |
580
+ | 11.6092 | 137000 | 0.0072 |
581
+ | 11.6516 | 137500 | 0.0062 |
582
+ | 11.6939 | 138000 | 0.0055 |
583
+ | 11.7363 | 138500 | 0.0055 |
584
+ | 11.7787 | 139000 | 0.0069 |
585
+ | 11.8210 | 139500 | 0.0073 |
586
+ | 11.8634 | 140000 | 0.0063 |
587
+ | 11.9058 | 140500 | 0.0067 |
588
+ | 11.9481 | 141000 | 0.0061 |
589
+ | 11.9905 | 141500 | 0.005 |
590
+ | 12.0329 | 142000 | 0.0054 |
591
+ | 12.0752 | 142500 | 0.0063 |
592
+ | 12.1176 | 143000 | 0.0046 |
593
+ | 12.1600 | 143500 | 0.0054 |
594
+ | 12.2024 | 144000 | 0.0041 |
595
+ | 12.2447 | 144500 | 0.0055 |
596
+ | 12.2871 | 145000 | 0.0052 |
597
+ | 12.3295 | 145500 | 0.0046 |
598
+ | 12.3718 | 146000 | 0.0046 |
599
+ | 12.4142 | 146500 | 0.0058 |
600
+ | 12.4566 | 147000 | 0.005 |
601
+ | 12.4989 | 147500 | 0.0049 |
602
+ | 12.5413 | 148000 | 0.0053 |
603
+ | 12.5837 | 148500 | 0.0042 |
604
+ | 12.6260 | 149000 | 0.0046 |
605
+ | 12.6684 | 149500 | 0.0049 |
606
+ | 12.7108 | 150000 | 0.0042 |
607
+ | 12.7532 | 150500 | 0.0046 |
608
+ | 12.7955 | 151000 | 0.004 |
609
+ | 12.8379 | 151500 | 0.0052 |
610
+ | 12.8803 | 152000 | 0.0045 |
611
+ | 12.9226 | 152500 | 0.0048 |
612
+ | 12.9650 | 153000 | 0.0065 |
613
+ | 13.0074 | 153500 | 0.0039 |
614
+ | 13.0497 | 154000 | 0.0043 |
615
+ | 13.0921 | 154500 | 0.0039 |
616
+ | 13.1345 | 155000 | 0.0037 |
617
+ | 13.1768 | 155500 | 0.0058 |
618
+ | 13.2192 | 156000 | 0.0038 |
619
+ | 13.2616 | 156500 | 0.004 |
620
+ | 13.3040 | 157000 | 0.0044 |
621
+ | 13.3463 | 157500 | 0.0047 |
622
+ | 13.3887 | 158000 | 0.0042 |
623
+ | 13.4311 | 158500 | 0.0034 |
624
+ | 13.4734 | 159000 | 0.0056 |
625
+ | 13.5158 | 159500 | 0.0041 |
626
+ | 13.5582 | 160000 | 0.004 |
627
+ | 13.6005 | 160500 | 0.0052 |
628
+ | 13.6429 | 161000 | 0.0043 |
629
+ | 13.6853 | 161500 | 0.0039 |
630
+ | 13.7277 | 162000 | 0.0055 |
631
+ | 13.7700 | 162500 | 0.0046 |
632
+ | 13.8124 | 163000 | 0.0058 |
633
+ | 13.8548 | 163500 | 0.0037 |
634
+ | 13.8971 | 164000 | 0.0047 |
635
+ | 13.9395 | 164500 | 0.0049 |
636
+ | 13.9819 | 165000 | 0.0047 |
637
+ | 14.0242 | 165500 | 0.0042 |
638
+ | 14.0666 | 166000 | 0.0035 |
639
+ | 14.1090 | 166500 | 0.0043 |
640
+ | 14.1513 | 167000 | 0.0034 |
641
+ | 14.1937 | 167500 | 0.0032 |
642
+ | 14.2361 | 168000 | 0.0044 |
643
+ | 14.2785 | 168500 | 0.004 |
644
+ | 14.3208 | 169000 | 0.003 |
645
+ | 14.3632 | 169500 | 0.005 |
646
+ | 14.4056 | 170000 | 0.003 |
647
+ | 14.4479 | 170500 | 0.0041 |
648
+ | 14.4903 | 171000 | 0.0031 |
649
+ | 14.5327 | 171500 | 0.0033 |
650
+ | 14.5750 | 172000 | 0.0036 |
651
+ | 14.6174 | 172500 | 0.0038 |
652
+ | 14.6598 | 173000 | 0.0034 |
653
+ | 14.7021 | 173500 | 0.0034 |
654
+ | 14.7445 | 174000 | 0.0035 |
655
+ | 14.7869 | 174500 | 0.004 |
656
+ | 14.8293 | 175000 | 0.0042 |
657
+ | 14.8716 | 175500 | 0.0032 |
658
+ | 14.9140 | 176000 | 0.0029 |
659
+ | 14.9564 | 176500 | 0.004 |
660
+ | 14.9987 | 177000 | 0.0043 |
661
+ | 15.0411 | 177500 | 0.0033 |
662
+ | 15.0835 | 178000 | 0.003 |
663
+ | 15.1258 | 178500 | 0.0036 |
664
+ | 15.1682 | 179000 | 0.0035 |
665
+ | 15.2106 | 179500 | 0.0029 |
666
+ | 15.2529 | 180000 | 0.0028 |
667
+ | 15.2953 | 180500 | 0.0034 |
668
+ | 15.3377 | 181000 | 0.0024 |
669
+ | 15.3801 | 181500 | 0.0026 |
670
+ | 15.4224 | 182000 | 0.0032 |
671
+ | 15.4648 | 182500 | 0.0031 |
672
+ | 15.5072 | 183000 | 0.0038 |
673
+ | 15.5495 | 183500 | 0.0032 |
674
+ | 15.5919 | 184000 | 0.0029 |
675
+ | 15.6343 | 184500 | 0.003 |
676
+ | 15.6766 | 185000 | 0.0039 |
677
+ | 15.7190 | 185500 | 0.0034 |
678
+ | 15.7614 | 186000 | 0.0034 |
679
+ | 15.8037 | 186500 | 0.004 |
680
+ | 15.8461 | 187000 | 0.0029 |
681
+ | 15.8885 | 187500 | 0.0031 |
682
+ | 15.9309 | 188000 | 0.0025 |
683
+ | 15.9732 | 188500 | 0.0023 |
684
+ | 16.0156 | 189000 | 0.0025 |
685
+ | 16.0580 | 189500 | 0.0026 |
686
+ | 16.1003 | 190000 | 0.0028 |
687
+ | 16.1427 | 190500 | 0.003 |
688
+ | 16.1851 | 191000 | 0.0033 |
689
+ | 16.2274 | 191500 | 0.0022 |
690
+ | 16.2698 | 192000 | 0.0034 |
691
+ | 16.3122 | 192500 | 0.0029 |
692
+ | 16.3545 | 193000 | 0.0029 |
693
+ | 16.3969 | 193500 | 0.003 |
694
+ | 16.4393 | 194000 | 0.0029 |
695
+ | 16.4817 | 194500 | 0.0028 |
696
+ | 16.5240 | 195000 | 0.0026 |
697
+ | 16.5664 | 195500 | 0.003 |
698
+ | 16.6088 | 196000 | 0.0025 |
699
+ | 16.6511 | 196500 | 0.0023 |
700
+ | 16.6935 | 197000 | 0.0026 |
701
+ | 16.7359 | 197500 | 0.0031 |
702
+ | 16.7782 | 198000 | 0.0032 |
703
+ | 16.8206 | 198500 | 0.002 |
704
+ | 16.8630 | 199000 | 0.0022 |
705
+ | 16.9053 | 199500 | 0.0023 |
706
+ | 16.9477 | 200000 | 0.0027 |
707
+ | 16.9901 | 200500 | 0.0032 |
708
+ | 17.0325 | 201000 | 0.0026 |
709
+ | 17.0748 | 201500 | 0.0021 |
710
+ | 17.1172 | 202000 | 0.0028 |
711
+ | 17.1596 | 202500 | 0.0029 |
712
+ | 17.2019 | 203000 | 0.0021 |
713
+ | 17.2443 | 203500 | 0.0027 |
714
+ | 17.2867 | 204000 | 0.0023 |
715
+ | 17.3290 | 204500 | 0.0027 |
716
+ | 17.3714 | 205000 | 0.0029 |
717
+ | 17.4138 | 205500 | 0.0022 |
718
+ | 17.4561 | 206000 | 0.0026 |
719
+ | 17.4985 | 206500 | 0.0023 |
720
+ | 17.5409 | 207000 | 0.0025 |
721
+ | 17.5833 | 207500 | 0.0021 |
722
+ | 17.6256 | 208000 | 0.0022 |
723
+ | 17.6680 | 208500 | 0.0033 |
724
+ | 17.7104 | 209000 | 0.0027 |
725
+ | 17.7527 | 209500 | 0.0023 |
726
+ | 17.7951 | 210000 | 0.0026 |
727
+ | 17.8375 | 210500 | 0.0024 |
728
+ | 17.8798 | 211000 | 0.0023 |
729
+ | 17.9222 | 211500 | 0.0027 |
730
+ | 17.9646 | 212000 | 0.0037 |
731
+ | 18.0069 | 212500 | 0.0026 |
732
+ | 18.0493 | 213000 | 0.0024 |
733
+ | 18.0917 | 213500 | 0.0021 |
734
+ | 18.1341 | 214000 | 0.0022 |
735
+ | 18.1764 | 214500 | 0.0023 |
736
+ | 18.2188 | 215000 | 0.003 |
737
+ | 18.2612 | 215500 | 0.0018 |
738
+ | 18.3035 | 216000 | 0.0024 |
739
+ | 18.3459 | 216500 | 0.0031 |
740
+ | 18.3883 | 217000 | 0.0025 |
741
+ | 18.4306 | 217500 | 0.0035 |
742
+ | 18.4730 | 218000 | 0.0028 |
743
+ | 18.5154 | 218500 | 0.0027 |
744
+ | 18.5577 | 219000 | 0.002 |
745
+ | 18.6001 | 219500 | 0.0022 |
746
+ | 18.6425 | 220000 | 0.0022 |
747
+ | 18.6849 | 220500 | 0.002 |
748
+ | 18.7272 | 221000 | 0.0021 |
749
+ | 18.7696 | 221500 | 0.003 |
750
+ | 18.8120 | 222000 | 0.0023 |
751
+ | 18.8543 | 222500 | 0.0021 |
752
+ | 18.8967 | 223000 | 0.0026 |
753
+ | 18.9391 | 223500 | 0.0025 |
754
+ | 18.9814 | 224000 | 0.0031 |
755
+ | 19.0238 | 224500 | 0.0019 |
756
+ | 19.0662 | 225000 | 0.0021 |
757
+ | 19.1086 | 225500 | 0.0018 |
758
+ | 19.1509 | 226000 | 0.0019 |
759
+ | 19.1933 | 226500 | 0.0022 |
760
+ | 19.2357 | 227000 | 0.0023 |
761
+ | 19.2780 | 227500 | 0.0026 |
762
+ | 19.3204 | 228000 | 0.0029 |
763
+ | 19.3628 | 228500 | 0.0022 |
764
+ | 19.4051 | 229000 | 0.0022 |
765
+ | 19.4475 | 229500 | 0.0019 |
766
+ | 19.4899 | 230000 | 0.0019 |
767
+ | 19.5322 | 230500 | 0.0021 |
768
+ | 19.5746 | 231000 | 0.0017 |
769
+ | 19.6170 | 231500 | 0.0023 |
770
+ | 19.6594 | 232000 | 0.002 |
771
+ | 19.7017 | 232500 | 0.0023 |
772
+ | 19.7441 | 233000 | 0.0023 |
773
+ | 19.7865 | 233500 | 0.0016 |
774
+ | 19.8288 | 234000 | 0.0022 |
775
+ | 19.8712 | 234500 | 0.0018 |
776
+ | 19.9136 | 235000 | 0.002 |
777
+ | 19.9559 | 235500 | 0.0022 |
778
+ | 19.9983 | 236000 | 0.002 |
779
+ | 20.0407 | 236500 | 0.0025 |
780
+ | 20.0830 | 237000 | 0.0015 |
781
+ | 20.1254 | 237500 | 0.0017 |
782
+ | 20.1678 | 238000 | 0.0019 |
783
+ | 20.2102 | 238500 | 0.0019 |
784
+ | 20.2525 | 239000 | 0.0019 |
785
+ | 20.2949 | 239500 | 0.0023 |
786
+ | 20.3373 | 240000 | 0.002 |
787
+ | 20.3796 | 240500 | 0.0013 |
788
+ | 20.4220 | 241000 | 0.0016 |
789
+ | 20.4644 | 241500 | 0.0026 |
790
+ | 20.5067 | 242000 | 0.0025 |
791
+ | 20.5491 | 242500 | 0.0014 |
792
+ | 20.5915 | 243000 | 0.0022 |
793
+ | 20.6338 | 243500 | 0.002 |
794
+ | 20.6762 | 244000 | 0.002 |
795
+ | 20.7186 | 244500 | 0.0015 |
796
+ | 20.7610 | 245000 | 0.0014 |
797
+ | 20.8033 | 245500 | 0.0019 |
798
+ | 20.8457 | 246000 | 0.0032 |
799
+ | 20.8881 | 246500 | 0.0017 |
800
+ | 20.9304 | 247000 | 0.0023 |
801
+ | 20.9728 | 247500 | 0.0015 |
802
+ | 21.0152 | 248000 | 0.0012 |
803
+ | 21.0575 | 248500 | 0.002 |
804
+ | 21.0999 | 249000 | 0.0024 |
805
+ | 21.1423 | 249500 | 0.0015 |
806
+ | 21.1846 | 250000 | 0.0014 |
807
+ | 21.2270 | 250500 | 0.0015 |
808
+ | 21.2694 | 251000 | 0.0016 |
809
+ | 21.3118 | 251500 | 0.0014 |
810
+ | 21.3541 | 252000 | 0.0014 |
811
+ | 21.3965 | 252500 | 0.0019 |
812
+ | 21.4389 | 253000 | 0.002 |
813
+ | 21.4812 | 253500 | 0.003 |
814
+ | 21.5236 | 254000 | 0.0017 |
815
+ | 21.5660 | 254500 | 0.0018 |
816
+ | 21.6083 | 255000 | 0.0021 |
817
+ | 21.6507 | 255500 | 0.0013 |
818
+ | 21.6931 | 256000 | 0.0019 |
819
+ | 21.7354 | 256500 | 0.0015 |
820
+ | 21.7778 | 257000 | 0.0018 |
821
+ | 21.8202 | 257500 | 0.0013 |
822
+ | 21.8626 | 258000 | 0.0021 |
823
+ | 21.9049 | 258500 | 0.0013 |
824
+ | 21.9473 | 259000 | 0.0013 |
825
+ | 21.9897 | 259500 | 0.0013 |
826
+ | 22.0320 | 260000 | 0.0012 |
827
+ | 22.0744 | 260500 | 0.0011 |
828
+ | 22.1168 | 261000 | 0.0013 |
829
+ | 22.1591 | 261500 | 0.0012 |
830
+ | 22.2015 | 262000 | 0.0016 |
831
+ | 22.2439 | 262500 | 0.0017 |
832
+ | 22.2862 | 263000 | 0.0011 |
833
+ | 22.3286 | 263500 | 0.0015 |
834
+ | 22.3710 | 264000 | 0.0013 |
835
+ | 22.4134 | 264500 | 0.0018 |
836
+ | 22.4557 | 265000 | 0.0014 |
837
+ | 22.4981 | 265500 | 0.0012 |
838
+ | 22.5405 | 266000 | 0.0017 |
839
+ | 22.5828 | 266500 | 0.0022 |
840
+ | 22.6252 | 267000 | 0.0015 |
841
+ | 22.6676 | 267500 | 0.0015 |
842
+ | 22.7099 | 268000 | 0.002 |
843
+ | 22.7523 | 268500 | 0.0017 |
844
+ | 22.7947 | 269000 | 0.0021 |
845
+ | 22.8370 | 269500 | 0.0012 |
846
+ | 22.8794 | 270000 | 0.0018 |
847
+ | 22.9218 | 270500 | 0.0014 |
848
+ | 22.9642 | 271000 | 0.0014 |
849
+ | 23.0065 | 271500 | 0.0015 |
850
+ | 23.0489 | 272000 | 0.0016 |
851
+ | 23.0913 | 272500 | 0.0013 |
852
+ | 23.1336 | 273000 | 0.002 |
853
+ | 23.1760 | 273500 | 0.0016 |
854
+ | 23.2184 | 274000 | 0.0021 |
855
+ | 23.2607 | 274500 | 0.0016 |
856
+ | 23.3031 | 275000 | 0.0016 |
857
+ | 23.3455 | 275500 | 0.0012 |
858
+ | 23.3878 | 276000 | 0.0012 |
859
+ | 23.4302 | 276500 | 0.0016 |
860
+ | 23.4726 | 277000 | 0.0017 |
861
+ | 23.5150 | 277500 | 0.0013 |
862
+ | 23.5573 | 278000 | 0.0015 |
863
+ | 23.5997 | 278500 | 0.0019 |
864
+ | 23.6421 | 279000 | 0.0014 |
865
+ | 23.6844 | 279500 | 0.0019 |
866
+ | 23.7268 | 280000 | 0.0012 |
867
+ | 23.7692 | 280500 | 0.002 |
868
+ | 23.8115 | 281000 | 0.0017 |
869
+ | 23.8539 | 281500 | 0.0011 |
870
+ | 23.8963 | 282000 | 0.0013 |
871
+ | 23.9386 | 282500 | 0.0014 |
872
+ | 23.9810 | 283000 | 0.0017 |
873
+ | 24.0234 | 283500 | 0.0015 |
874
+ | 24.0658 | 284000 | 0.0017 |
875
+ | 24.1081 | 284500 | 0.0011 |
876
+ | 24.1505 | 285000 | 0.0016 |
877
+ | 24.1929 | 285500 | 0.0014 |
878
+ | 24.2352 | 286000 | 0.0009 |
879
+ | 24.2776 | 286500 | 0.0017 |
880
+ | 24.3200 | 287000 | 0.0011 |
881
+ | 24.3623 | 287500 | 0.0018 |
882
+ | 24.4047 | 288000 | 0.0018 |
883
+ | 24.4471 | 288500 | 0.0015 |
884
+ | 24.4895 | 289000 | 0.0013 |
885
+ | 24.5318 | 289500 | 0.0013 |
886
+ | 24.5742 | 290000 | 0.0015 |
887
+ | 24.6166 | 290500 | 0.0012 |
888
+ | 24.6589 | 291000 | 0.0014 |
889
+ | 24.7013 | 291500 | 0.0021 |
890
+ | 24.7437 | 292000 | 0.0018 |
891
+ | 24.7860 | 292500 | 0.0016 |
892
+ | 24.8284 | 293000 | 0.0014 |
893
+ | 24.8708 | 293500 | 0.0012 |
894
+ | 24.9131 | 294000 | 0.0015 |
895
+ | 24.9555 | 294500 | 0.001 |
896
+ | 24.9979 | 295000 | 0.0014 |
897
+ | 25.0403 | 295500 | 0.0014 |
898
+ | 25.0826 | 296000 | 0.001 |
899
+ | 25.1250 | 296500 | 0.0018 |
900
+ | 25.1674 | 297000 | 0.0014 |
901
+ | 25.2097 | 297500 | 0.0011 |
902
+ | 25.2521 | 298000 | 0.0013 |
903
+ | 25.2945 | 298500 | 0.002 |
904
+ | 25.3368 | 299000 | 0.0006 |
905
+ | 25.3792 | 299500 | 0.0011 |
906
+ | 25.4216 | 300000 | 0.0016 |
907
+ | 25.4639 | 300500 | 0.0011 |
908
+ | 25.5063 | 301000 | 0.0016 |
909
+ | 25.5487 | 301500 | 0.0009 |
910
+ | 25.5911 | 302000 | 0.0009 |
911
+ | 25.6334 | 302500 | 0.0017 |
912
+ | 25.6758 | 303000 | 0.0017 |
913
+ | 25.7182 | 303500 | 0.0018 |
914
+ | 25.7605 | 304000 | 0.001 |
915
+ | 25.8029 | 304500 | 0.0011 |
916
+ | 25.8453 | 305000 | 0.0015 |
917
+ | 25.8876 | 305500 | 0.0018 |
918
+ | 25.9300 | 306000 | 0.0009 |
919
+ | 25.9724 | 306500 | 0.0011 |
920
+ | 26.0147 | 307000 | 0.0013 |
921
+ | 26.0571 | 307500 | 0.0015 |
922
+ | 26.0995 | 308000 | 0.0007 |
923
+ | 26.1419 | 308500 | 0.001 |
924
+ | 26.1842 | 309000 | 0.0011 |
925
+ | 26.2266 | 309500 | 0.0013 |
926
+ | 26.2690 | 310000 | 0.0012 |
927
+ | 26.3113 | 310500 | 0.0008 |
928
+ | 26.3537 | 311000 | 0.0017 |
929
+ | 26.3961 | 311500 | 0.0012 |
930
+ | 26.4384 | 312000 | 0.0018 |
931
+ | 26.4808 | 312500 | 0.0015 |
932
+ | 26.5232 | 313000 | 0.0012 |
933
+ | 26.5655 | 313500 | 0.0011 |
934
+ | 26.6079 | 314000 | 0.0008 |
935
+ | 26.6503 | 314500 | 0.0012 |
936
+ | 26.6927 | 315000 | 0.0009 |
937
+ | 26.7350 | 315500 | 0.0011 |
938
+ | 26.7774 | 316000 | 0.0012 |
939
+ | 26.8198 | 316500 | 0.0015 |
940
+ | 26.8621 | 317000 | 0.0016 |
941
+ | 26.9045 | 317500 | 0.0015 |
942
+ | 26.9469 | 318000 | 0.0018 |
943
+ | 26.9892 | 318500 | 0.0013 |
944
+ | 27.0316 | 319000 | 0.0019 |
945
+ | 27.0740 | 319500 | 0.0015 |
946
+ | 27.1163 | 320000 | 0.001 |
947
+ | 27.1587 | 320500 | 0.0009 |
948
+ | 27.2011 | 321000 | 0.0007 |
949
+ | 27.2435 | 321500 | 0.0012 |
950
+ | 27.2858 | 322000 | 0.0012 |
951
+ | 27.3282 | 322500 | 0.0011 |
952
+ | 27.3706 | 323000 | 0.0025 |
953
+ | 27.4129 | 323500 | 0.0009 |
954
+ | 27.4553 | 324000 | 0.0015 |
955
+ | 27.4977 | 324500 | 0.0012 |
956
+ | 27.5400 | 325000 | 0.0013 |
957
+ | 27.5824 | 325500 | 0.0013 |
958
+ | 27.6248 | 326000 | 0.0015 |
959
+ | 27.6671 | 326500 | 0.0011 |
960
+ | 27.7095 | 327000 | 0.0022 |
961
+ | 27.7519 | 327500 | 0.001 |
962
+ | 27.7943 | 328000 | 0.0009 |
963
+ | 27.8366 | 328500 | 0.001 |
964
+ | 27.8790 | 329000 | 0.0007 |
965
+ | 27.9214 | 329500 | 0.0013 |
966
+ | 27.9637 | 330000 | 0.0017 |
967
+ | 28.0061 | 330500 | 0.0006 |
968
+ | 28.0485 | 331000 | 0.0011 |
969
+ | 28.0908 | 331500 | 0.0011 |
970
+ | 28.1332 | 332000 | 0.001 |
971
+ | 28.1756 | 332500 | 0.0013 |
972
+ | 28.2179 | 333000 | 0.0012 |
973
+ | 28.2603 | 333500 | 0.001 |
974
+ | 28.3027 | 334000 | 0.001 |
975
+ | 28.3451 | 334500 | 0.0013 |
976
+ | 28.3874 | 335000 | 0.0012 |
977
+ | 28.4298 | 335500 | 0.0015 |
978
+ | 28.4722 | 336000 | 0.0016 |
979
+ | 28.5145 | 336500 | 0.0013 |
980
+ | 28.5569 | 337000 | 0.0011 |
981
+ | 28.5993 | 337500 | 0.0011 |
982
+ | 28.6416 | 338000 | 0.0015 |
983
+ | 28.6840 | 338500 | 0.0014 |
984
+ | 28.7264 | 339000 | 0.0007 |
985
+ | 28.7687 | 339500 | 0.0013 |
986
+ | 28.8111 | 340000 | 0.001 |
987
+ | 28.8535 | 340500 | 0.0009 |
988
+ | 28.8959 | 341000 | 0.0009 |
989
+ | 28.9382 | 341500 | 0.0012 |
990
+ | 28.9806 | 342000 | 0.0011 |
991
+ | 29.0230 | 342500 | 0.0008 |
992
+ | 29.0653 | 343000 | 0.0009 |
993
+ | 29.1077 | 343500 | 0.0009 |
994
+ | 29.1501 | 344000 | 0.0013 |
995
+ | 29.1924 | 344500 | 0.0011 |
996
+ | 29.2348 | 345000 | 0.0009 |
997
+ | 29.2772 | 345500 | 0.0012 |
998
+ | 29.3195 | 346000 | 0.0009 |
999
+ | 29.3619 | 346500 | 0.0008 |
1000
+ | 29.4043 | 347000 | 0.0006 |
1001
+ | 29.4467 | 347500 | 0.001 |
1002
+ | 29.4890 | 348000 | 0.0012 |
1003
+ | 29.5314 | 348500 | 0.0013 |
1004
+ | 29.5738 | 349000 | 0.001 |
1005
+ | 29.6161 | 349500 | 0.0013 |
1006
+ | 29.6585 | 350000 | 0.0017 |
1007
+ | 29.7009 | 350500 | 0.0009 |
1008
+ | 29.7432 | 351000 | 0.0009 |
1009
+ | 29.7856 | 351500 | 0.001 |
1010
+ | 29.8280 | 352000 | 0.0011 |
1011
+ | 29.8703 | 352500 | 0.0008 |
1012
+ | 29.9127 | 353000 | 0.0011 |
1013
+ | 29.9551 | 353500 | 0.0005 |
1014
+ | 29.9975 | 354000 | 0.0017 |
1015
+
1016
+ </details>
1017
+
1018
+ ### Framework Versions
1019
+ - Python: 3.12.3
1020
+ - Sentence Transformers: 5.1.0
1021
+ - Transformers: 4.54.1
1022
+ - PyTorch: 2.8.0+cu128
1023
+ - Accelerate: 1.10.0
1024
+ - Datasets: 4.0.0
1025
+ - Tokenizers: 0.21.4
1026
+
1027
+ ## Citation
1028
+
1029
+ ### BibTeX
1030
+
1031
+ #### Sentence Transformers
1032
+ ```bibtex
1033
+ @inproceedings{reimers-2019-sentence-bert,
1034
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1035
+ author = "Reimers, Nils and Gurevych, Iryna",
1036
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1037
+ month = "11",
1038
+ year = "2019",
1039
+ publisher = "Association for Computational Linguistics",
1040
+ url = "https://arxiv.org/abs/1908.10084",
1041
+ }
1042
+ ```
1043
+
1044
+ #### MultipleNegativesRankingLoss
1045
+ ```bibtex
1046
+ @misc{henderson2017efficient,
1047
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1048
+ 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},
1049
+ year={2017},
1050
+ eprint={1705.00652},
1051
+ archivePrefix={arXiv},
1052
+ primaryClass={cs.CL}
1053
+ }
1054
+ ```
1055
+
1056
+ <!--
1057
+ ## Glossary
1058
+
1059
+ *Clearly define terms in order to be accessible across audiences.*
1060
+ -->
1061
+
1062
+ <!--
1063
+ ## Model Card Authors
1064
+
1065
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1066
+ -->
1067
+
1068
+ <!--
1069
+ ## Model Card Contact
1070
+
1071
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1072
+ -->
config-ori.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 8194,
16
+ "model_type": "xlm-roberta",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "output_past": true,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.54.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 293074
27
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaModel"
4
+ ],
5
+ "name": "FineBgem3",
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 8194,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.54.1",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 293074
28
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.1.0",
4
+ "transformers": "4.54.1",
5
+ "pytorch": "2.8.0+cu128"
6
+ },
7
+ "model_type": "SentenceTransformer",
8
+ "prompts": {
9
+ "query": "",
10
+ "document": ""
11
+ },
12
+ "default_prompt_name": null,
13
+ "similarity_fn_name": "cosine"
14
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb23a19b152934b935d2f23ec087f6f8fbd98b24b0e983b59558d3a65da207f
3
+ size 2447487368
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d293270e6db315cdef234b823fe7c99518087f047a64cbd6ba52d46d6e050606
3
+ size 25678311
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff