Training in progress, step 5000
Browse files- 1_Pooling/config.json +1 -1
- Information-Retrieval_evaluation_val_results.csv +1 -0
- README.md +82 -232
- config.json +14 -12
- config_sentence_transformers.json +2 -2
- eval/Information-Retrieval_evaluation_NanoMSMARCO_results.csv +22 -0
- eval/Information-Retrieval_evaluation_NanoNQ_results.csv +22 -0
- eval/NanoBEIR_evaluation_mean_results.csv +22 -0
- final_metrics.json +14 -14
- model.safetensors +2 -2
- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +21 -901
- training_args.bin +1 -1
- vocab.txt +0 -5
1_Pooling/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"word_embedding_dimension":
|
| 3 |
"pooling_mode_cls_token": true,
|
| 4 |
"pooling_mode_mean_tokens": false,
|
| 5 |
"pooling_mode_max_tokens": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"word_embedding_dimension": 512,
|
| 3 |
"pooling_mode_cls_token": true,
|
| 4 |
"pooling_mode_mean_tokens": false,
|
| 5 |
"pooling_mode_max_tokens": false,
|
Information-Retrieval_evaluation_val_results.csv
CHANGED
|
@@ -14,3 +14,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Precisi
|
|
| 14 |
-1,-1,0.827675,0.9006,0.9272,0.827675,0.827675,0.3001999999999999,0.9006,0.18544000000000002,0.9272,0.827675,0.8661058333333287,0.8703261011904707,0.8916124422761306,0.8726181110807445
|
| 15 |
-1,-1,0.82885,0.902725,0.93035,0.82885,0.82885,0.3009083333333333,0.902725,0.18607000000000004,0.93035,0.82885,0.8681187499999955,0.8721355654761855,0.8933682535781845,0.8743952711926549
|
| 16 |
-1,-1,0.831025,0.903825,0.9306,0.831025,0.831025,0.301275,0.903825,0.18612000000000004,0.9306,0.831025,0.8695604166666618,0.873754801587296,0.8949476210025439,0.8759213487912666
|
|
|
|
|
|
| 14 |
-1,-1,0.827675,0.9006,0.9272,0.827675,0.827675,0.3001999999999999,0.9006,0.18544000000000002,0.9272,0.827675,0.8661058333333287,0.8703261011904707,0.8916124422761306,0.8726181110807445
|
| 15 |
-1,-1,0.82885,0.902725,0.93035,0.82885,0.82885,0.3009083333333333,0.902725,0.18607000000000004,0.93035,0.82885,0.8681187499999955,0.8721355654761855,0.8933682535781845,0.8743952711926549
|
| 16 |
-1,-1,0.831025,0.903825,0.9306,0.831025,0.831025,0.301275,0.903825,0.18612000000000004,0.9306,0.831025,0.8695604166666618,0.873754801587296,0.8949476210025439,0.8759213487912666
|
| 17 |
+
-1,-1,0.828675,0.90055,0.926875,0.828675,0.828675,0.3001833333333333,0.90055,0.185375,0.926875,0.828675,0.8668858333333296,0.870941557539677,0.8917140181282133,0.873184159266725
|
README.md
CHANGED
|
@@ -5,124 +5,51 @@ tags:
|
|
| 5 |
- feature-extraction
|
| 6 |
- dense
|
| 7 |
- generated_from_trainer
|
| 8 |
-
- dataset_size:
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
-
base_model:
|
| 11 |
widget:
|
| 12 |
-
- source_sentence:
|
| 13 |
-
for one that's not married? Which one is for what?
|
| 14 |
sentences:
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
-
|
| 19 |
-
- source_sentence: Which ointment is applied to the face of UFC fighters at the commencement
|
| 20 |
-
of a bout? What does it do?
|
| 21 |
sentences:
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
|
| 25 |
-
-
|
| 26 |
-
- source_sentence:
|
| 27 |
sentences:
|
| 28 |
-
-
|
| 29 |
-
|
| 30 |
-
-
|
| 31 |
-
|
| 32 |
-
- source_sentence: Ordered food on Swiggy 3 days ago.After accepting my money, said
|
| 33 |
-
no more on Menu! When if ever will I atleast get refund in cr card a/c?
|
| 34 |
sentences:
|
| 35 |
-
-
|
| 36 |
-
- How
|
| 37 |
-
-
|
| 38 |
-
|
| 39 |
-
- source_sentence: How do you earn money on Quora?
|
| 40 |
sentences:
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
-
-
|
| 44 |
pipeline_tag: sentence-similarity
|
| 45 |
library_name: sentence-transformers
|
| 46 |
-
metrics:
|
| 47 |
-
- cosine_accuracy@1
|
| 48 |
-
- cosine_accuracy@3
|
| 49 |
-
- cosine_accuracy@5
|
| 50 |
-
- cosine_precision@1
|
| 51 |
-
- cosine_precision@3
|
| 52 |
-
- cosine_precision@5
|
| 53 |
-
- cosine_recall@1
|
| 54 |
-
- cosine_recall@3
|
| 55 |
-
- cosine_recall@5
|
| 56 |
-
- cosine_ndcg@10
|
| 57 |
-
- cosine_mrr@1
|
| 58 |
-
- cosine_mrr@5
|
| 59 |
-
- cosine_mrr@10
|
| 60 |
-
- cosine_map@100
|
| 61 |
-
model-index:
|
| 62 |
-
- name: SentenceTransformer based on Alibaba-NLP/gte-modernbert-base
|
| 63 |
-
results:
|
| 64 |
-
- task:
|
| 65 |
-
type: information-retrieval
|
| 66 |
-
name: Information Retrieval
|
| 67 |
-
dataset:
|
| 68 |
-
name: val
|
| 69 |
-
type: val
|
| 70 |
-
metrics:
|
| 71 |
-
- type: cosine_accuracy@1
|
| 72 |
-
value: 0.828675
|
| 73 |
-
name: Cosine Accuracy@1
|
| 74 |
-
- type: cosine_accuracy@3
|
| 75 |
-
value: 0.90055
|
| 76 |
-
name: Cosine Accuracy@3
|
| 77 |
-
- type: cosine_accuracy@5
|
| 78 |
-
value: 0.926875
|
| 79 |
-
name: Cosine Accuracy@5
|
| 80 |
-
- type: cosine_precision@1
|
| 81 |
-
value: 0.828675
|
| 82 |
-
name: Cosine Precision@1
|
| 83 |
-
- type: cosine_precision@3
|
| 84 |
-
value: 0.3001833333333333
|
| 85 |
-
name: Cosine Precision@3
|
| 86 |
-
- type: cosine_precision@5
|
| 87 |
-
value: 0.185375
|
| 88 |
-
name: Cosine Precision@5
|
| 89 |
-
- type: cosine_recall@1
|
| 90 |
-
value: 0.828675
|
| 91 |
-
name: Cosine Recall@1
|
| 92 |
-
- type: cosine_recall@3
|
| 93 |
-
value: 0.90055
|
| 94 |
-
name: Cosine Recall@3
|
| 95 |
-
- type: cosine_recall@5
|
| 96 |
-
value: 0.926875
|
| 97 |
-
name: Cosine Recall@5
|
| 98 |
-
- type: cosine_ndcg@10
|
| 99 |
-
value: 0.8917140181282133
|
| 100 |
-
name: Cosine Ndcg@10
|
| 101 |
-
- type: cosine_mrr@1
|
| 102 |
-
value: 0.828675
|
| 103 |
-
name: Cosine Mrr@1
|
| 104 |
-
- type: cosine_mrr@5
|
| 105 |
-
value: 0.8668858333333296
|
| 106 |
-
name: Cosine Mrr@5
|
| 107 |
-
- type: cosine_mrr@10
|
| 108 |
-
value: 0.870941557539677
|
| 109 |
-
name: Cosine Mrr@10
|
| 110 |
-
- type: cosine_map@100
|
| 111 |
-
value: 0.873184159266725
|
| 112 |
-
name: Cosine Map@100
|
| 113 |
---
|
| 114 |
|
| 115 |
-
# SentenceTransformer based on
|
| 116 |
|
| 117 |
-
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [
|
| 118 |
|
| 119 |
## Model Details
|
| 120 |
|
| 121 |
### Model Description
|
| 122 |
- **Model Type:** Sentence Transformer
|
| 123 |
-
- **Base model:** [
|
| 124 |
- **Maximum Sequence Length:** 128 tokens
|
| 125 |
-
- **Output Dimensionality:**
|
| 126 |
- **Similarity Function:** Cosine Similarity
|
| 127 |
<!-- - **Training Dataset:** Unknown -->
|
| 128 |
<!-- - **Language:** Unknown -->
|
|
@@ -138,8 +65,8 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [A
|
|
| 138 |
|
| 139 |
```
|
| 140 |
SentenceTransformer(
|
| 141 |
-
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': '
|
| 142 |
-
(1): Pooling({'word_embedding_dimension':
|
| 143 |
)
|
| 144 |
```
|
| 145 |
|
|
@@ -158,23 +85,23 @@ Then you can load this model and run inference.
|
|
| 158 |
from sentence_transformers import SentenceTransformer
|
| 159 |
|
| 160 |
# Download from the 🤗 Hub
|
| 161 |
-
model = SentenceTransformer("
|
| 162 |
# Run inference
|
| 163 |
sentences = [
|
| 164 |
-
'
|
| 165 |
-
'
|
| 166 |
-
'
|
| 167 |
]
|
| 168 |
embeddings = model.encode(sentences)
|
| 169 |
print(embeddings.shape)
|
| 170 |
-
# [3,
|
| 171 |
|
| 172 |
# Get the similarity scores for the embeddings
|
| 173 |
similarities = model.similarity(embeddings, embeddings)
|
| 174 |
print(similarities)
|
| 175 |
-
# tensor([[1.0000,
|
| 176 |
-
# [0.
|
| 177 |
-
# [0.
|
| 178 |
```
|
| 179 |
|
| 180 |
<!--
|
|
@@ -201,32 +128,6 @@ You can finetune this model on your own dataset.
|
|
| 201 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 202 |
-->
|
| 203 |
|
| 204 |
-
## Evaluation
|
| 205 |
-
|
| 206 |
-
### Metrics
|
| 207 |
-
|
| 208 |
-
#### Information Retrieval
|
| 209 |
-
|
| 210 |
-
* Dataset: `val`
|
| 211 |
-
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
| 212 |
-
|
| 213 |
-
| Metric | Value |
|
| 214 |
-
|:-------------------|:-----------|
|
| 215 |
-
| cosine_accuracy@1 | 0.8287 |
|
| 216 |
-
| cosine_accuracy@3 | 0.9005 |
|
| 217 |
-
| cosine_accuracy@5 | 0.9269 |
|
| 218 |
-
| cosine_precision@1 | 0.8287 |
|
| 219 |
-
| cosine_precision@3 | 0.3002 |
|
| 220 |
-
| cosine_precision@5 | 0.1854 |
|
| 221 |
-
| cosine_recall@1 | 0.8287 |
|
| 222 |
-
| cosine_recall@3 | 0.9005 |
|
| 223 |
-
| cosine_recall@5 | 0.9269 |
|
| 224 |
-
| **cosine_ndcg@10** | **0.8917** |
|
| 225 |
-
| cosine_mrr@1 | 0.8287 |
|
| 226 |
-
| cosine_mrr@5 | 0.8669 |
|
| 227 |
-
| cosine_mrr@10 | 0.8709 |
|
| 228 |
-
| cosine_map@100 | 0.8732 |
|
| 229 |
-
|
| 230 |
<!--
|
| 231 |
## Bias, Risks and Limitations
|
| 232 |
|
|
@@ -245,49 +146,23 @@ You can finetune this model on your own dataset.
|
|
| 245 |
|
| 246 |
#### Unnamed Dataset
|
| 247 |
|
| 248 |
-
* Size:
|
| 249 |
-
* Columns: <code>
|
| 250 |
-
* Approximate statistics based on the first 1000 samples:
|
| 251 |
-
| | anchor | positive | negative |
|
| 252 |
-
|:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
| 253 |
-
| type | string | string | string |
|
| 254 |
-
| details | <ul><li>min: 4 tokens</li><li>mean: 15.4 tokens</li><li>max: 47 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 15.47 tokens</li><li>max: 47 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 16.9 tokens</li><li>max: 125 tokens</li></ul> |
|
| 255 |
-
* Samples:
|
| 256 |
-
| anchor | positive | negative |
|
| 257 |
-
|:--------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|
|
| 258 |
-
| <code>Shall I upgrade my iPhone 5s to iOS 10 final version?</code> | <code>Should I upgrade an iPhone 5s to iOS 10?</code> | <code>Whether extension of CA-articleship is to be served at same firm/company?</code> |
|
| 259 |
-
| <code>Is Donald Trump really going to be the president of United States?</code> | <code>Do you think Donald Trump could conceivably be the next President of the United States?</code> | <code>Since solid carbon dioxide is dry ice and incredibly cold, why doesn't it have an effect on global warming?</code> |
|
| 260 |
-
| <code>What are real tips to improve work life balance?</code> | <code>What are the best ways to create a work life balance?</code> | <code>How do you open a briefcase combination lock without the combination?</code> |
|
| 261 |
-
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 262 |
-
```json
|
| 263 |
-
{
|
| 264 |
-
"scale": 7.0,
|
| 265 |
-
"similarity_fct": "cos_sim",
|
| 266 |
-
"gather_across_devices": false
|
| 267 |
-
}
|
| 268 |
-
```
|
| 269 |
-
|
| 270 |
-
### Evaluation Dataset
|
| 271 |
-
|
| 272 |
-
#### Unnamed Dataset
|
| 273 |
-
|
| 274 |
-
* Size: 40,000 evaluation samples
|
| 275 |
-
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
| 276 |
* Approximate statistics based on the first 1000 samples:
|
| 277 |
-
| |
|
| 278 |
-
|
| 279 |
-
| type | string | string
|
| 280 |
-
| details | <ul><li>min:
|
| 281 |
* Samples:
|
| 282 |
-
|
|
| 283 |
-
|
| 284 |
-
| <code>
|
| 285 |
-
| <code>
|
| 286 |
-
| <code>
|
| 287 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 288 |
```json
|
| 289 |
{
|
| 290 |
-
"scale":
|
| 291 |
"similarity_fct": "cos_sim",
|
| 292 |
"gather_across_devices": false
|
| 293 |
}
|
|
@@ -296,49 +171,36 @@ You can finetune this model on your own dataset.
|
|
| 296 |
### Training Hyperparameters
|
| 297 |
#### Non-Default Hyperparameters
|
| 298 |
|
| 299 |
-
- `
|
| 300 |
-
- `
|
| 301 |
-
- `per_device_eval_batch_size`: 128
|
| 302 |
-
- `learning_rate`: 0.0002
|
| 303 |
-
- `weight_decay`: 0.0001
|
| 304 |
-
- `max_steps`: 5000
|
| 305 |
-
- `warmup_ratio`: 0.1
|
| 306 |
- `fp16`: True
|
| 307 |
-
- `
|
| 308 |
-
- `dataloader_num_workers`: 1
|
| 309 |
-
- `dataloader_prefetch_factor`: 1
|
| 310 |
-
- `load_best_model_at_end`: True
|
| 311 |
-
- `optim`: adamw_torch
|
| 312 |
-
- `ddp_find_unused_parameters`: False
|
| 313 |
-
- `push_to_hub`: True
|
| 314 |
-
- `hub_model_id`: redis/model-a-baseline
|
| 315 |
-
- `eval_on_start`: True
|
| 316 |
|
| 317 |
#### All Hyperparameters
|
| 318 |
<details><summary>Click to expand</summary>
|
| 319 |
|
| 320 |
- `overwrite_output_dir`: False
|
| 321 |
- `do_predict`: False
|
| 322 |
-
- `eval_strategy`:
|
| 323 |
- `prediction_loss_only`: True
|
| 324 |
-
- `per_device_train_batch_size`:
|
| 325 |
-
- `per_device_eval_batch_size`:
|
| 326 |
- `per_gpu_train_batch_size`: None
|
| 327 |
- `per_gpu_eval_batch_size`: None
|
| 328 |
- `gradient_accumulation_steps`: 1
|
| 329 |
- `eval_accumulation_steps`: None
|
| 330 |
- `torch_empty_cache_steps`: None
|
| 331 |
-
- `learning_rate`:
|
| 332 |
-
- `weight_decay`: 0.
|
| 333 |
- `adam_beta1`: 0.9
|
| 334 |
- `adam_beta2`: 0.999
|
| 335 |
- `adam_epsilon`: 1e-08
|
| 336 |
-
- `max_grad_norm`: 1
|
| 337 |
-
- `num_train_epochs`: 3
|
| 338 |
-
- `max_steps`:
|
| 339 |
- `lr_scheduler_type`: linear
|
| 340 |
- `lr_scheduler_kwargs`: {}
|
| 341 |
-
- `warmup_ratio`: 0.
|
| 342 |
- `warmup_steps`: 0
|
| 343 |
- `log_level`: passive
|
| 344 |
- `log_level_replica`: warning
|
|
@@ -366,14 +228,14 @@ You can finetune this model on your own dataset.
|
|
| 366 |
- `tpu_num_cores`: None
|
| 367 |
- `tpu_metrics_debug`: False
|
| 368 |
- `debug`: []
|
| 369 |
-
- `dataloader_drop_last`:
|
| 370 |
-
- `dataloader_num_workers`:
|
| 371 |
-
- `dataloader_prefetch_factor`:
|
| 372 |
- `past_index`: -1
|
| 373 |
- `disable_tqdm`: False
|
| 374 |
- `remove_unused_columns`: True
|
| 375 |
- `label_names`: None
|
| 376 |
-
- `load_best_model_at_end`:
|
| 377 |
- `ignore_data_skip`: False
|
| 378 |
- `fsdp`: []
|
| 379 |
- `fsdp_min_num_params`: 0
|
|
@@ -383,23 +245,23 @@ You can finetune this model on your own dataset.
|
|
| 383 |
- `parallelism_config`: None
|
| 384 |
- `deepspeed`: None
|
| 385 |
- `label_smoothing_factor`: 0.0
|
| 386 |
-
- `optim`:
|
| 387 |
- `optim_args`: None
|
| 388 |
- `adafactor`: False
|
| 389 |
- `group_by_length`: False
|
| 390 |
- `length_column_name`: length
|
| 391 |
- `project`: huggingface
|
| 392 |
- `trackio_space_id`: trackio
|
| 393 |
-
- `ddp_find_unused_parameters`:
|
| 394 |
- `ddp_bucket_cap_mb`: None
|
| 395 |
- `ddp_broadcast_buffers`: False
|
| 396 |
- `dataloader_pin_memory`: True
|
| 397 |
- `dataloader_persistent_workers`: False
|
| 398 |
- `skip_memory_metrics`: True
|
| 399 |
- `use_legacy_prediction_loop`: False
|
| 400 |
-
- `push_to_hub`:
|
| 401 |
- `resume_from_checkpoint`: None
|
| 402 |
-
- `hub_model_id`:
|
| 403 |
- `hub_strategy`: every_save
|
| 404 |
- `hub_private_repo`: None
|
| 405 |
- `hub_always_push`: False
|
|
@@ -426,43 +288,31 @@ You can finetune this model on your own dataset.
|
|
| 426 |
- `neftune_noise_alpha`: None
|
| 427 |
- `optim_target_modules`: None
|
| 428 |
- `batch_eval_metrics`: False
|
| 429 |
-
- `eval_on_start`:
|
| 430 |
- `use_liger_kernel`: False
|
| 431 |
- `liger_kernel_config`: None
|
| 432 |
- `eval_use_gather_object`: False
|
| 433 |
- `average_tokens_across_devices`: True
|
| 434 |
- `prompts`: None
|
| 435 |
- `batch_sampler`: batch_sampler
|
| 436 |
-
- `multi_dataset_batch_sampler`:
|
| 437 |
- `router_mapping`: {}
|
| 438 |
- `learning_rate_mapping`: {}
|
| 439 |
|
| 440 |
</details>
|
| 441 |
|
| 442 |
### Training Logs
|
| 443 |
-
| Epoch | Step | Training Loss |
|
| 444 |
-
|
| 445 |
-
| 0
|
| 446 |
-
| 0.
|
| 447 |
-
| 0.
|
| 448 |
-
|
|
| 449 |
-
|
|
| 450 |
-
|
|
| 451 |
-
|
|
| 452 |
-
|
|
| 453 |
-
|
|
| 454 |
-
| 0.8001 | 2250 | 0.3766 | 0.3736 | 0.8919 |
|
| 455 |
-
| 0.8890 | 2500 | 0.3761 | 0.3715 | 0.8925 |
|
| 456 |
-
| 0.9780 | 2750 | 0.3736 | 0.3700 | 0.8925 |
|
| 457 |
-
| 1.0669 | 3000 | 0.3669 | 0.3690 | 0.8915 |
|
| 458 |
-
| 1.1558 | 3250 | 0.3668 | 0.3670 | 0.8918 |
|
| 459 |
-
| 1.2447 | 3500 | 0.3657 | 0.3661 | 0.8919 |
|
| 460 |
-
| 1.3336 | 3750 | 0.3654 | 0.3656 | 0.8923 |
|
| 461 |
-
| 1.4225 | 4000 | 0.3623 | 0.3646 | 0.8918 |
|
| 462 |
-
| 1.5114 | 4250 | 0.3621 | 0.3641 | 0.8920 |
|
| 463 |
-
| 1.6003 | 4500 | 0.3629 | 0.3636 | 0.8920 |
|
| 464 |
-
| 1.6892 | 4750 | 0.3615 | 0.3633 | 0.8918 |
|
| 465 |
-
| 1.7781 | 5000 | 0.3633 | 0.3632 | 0.8917 |
|
| 466 |
|
| 467 |
|
| 468 |
### Framework Versions
|
|
|
|
| 5 |
- feature-extraction
|
| 6 |
- dense
|
| 7 |
- generated_from_trainer
|
| 8 |
+
- dataset_size:100000
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
+
base_model: prajjwal1/bert-small
|
| 11 |
widget:
|
| 12 |
+
- source_sentence: How do I polish my English skills?
|
|
|
|
| 13 |
sentences:
|
| 14 |
+
- How can we polish English skills?
|
| 15 |
+
- Why should I move to Israel as a Jew?
|
| 16 |
+
- What are vitamins responsible for?
|
| 17 |
+
- source_sentence: Can I use the Kozuka Gothic Pro font as a font-face on my web site?
|
|
|
|
|
|
|
| 18 |
sentences:
|
| 19 |
+
- Can I use the Kozuka Gothic Pro font as a font-face on my web site?
|
| 20 |
+
- Why are Google, Facebook, YouTube and other social networking sites banned in
|
| 21 |
+
China?
|
| 22 |
+
- What font is used in Bloomberg Terminal?
|
| 23 |
+
- source_sentence: Is Quora the best Q&A site?
|
| 24 |
sentences:
|
| 25 |
+
- What was the best Quora question ever?
|
| 26 |
+
- Is Quora the best inquiry site?
|
| 27 |
+
- Where do I buy Oway hair products online?
|
| 28 |
+
- source_sentence: How can I customize my walking speed on Google Maps?
|
|
|
|
|
|
|
| 29 |
sentences:
|
| 30 |
+
- How do I bring back Google maps icon in my home screen?
|
| 31 |
+
- How many pages are there in all the Harry Potter books combined?
|
| 32 |
+
- How can I customize my walking speed on Google Maps?
|
| 33 |
+
- source_sentence: DId something exist before the Big Bang?
|
|
|
|
| 34 |
sentences:
|
| 35 |
+
- How can I improve my memory problem?
|
| 36 |
+
- Where can I buy Fairy Tail Manga?
|
| 37 |
+
- Is there a scientific name for what existed before the Big Bang?
|
| 38 |
pipeline_tag: sentence-similarity
|
| 39 |
library_name: sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
+
# SentenceTransformer based on prajjwal1/bert-small
|
| 43 |
|
| 44 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [prajjwal1/bert-small](https://huggingface.co/prajjwal1/bert-small). It maps sentences & paragraphs to a 512-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 45 |
|
| 46 |
## Model Details
|
| 47 |
|
| 48 |
### Model Description
|
| 49 |
- **Model Type:** Sentence Transformer
|
| 50 |
+
- **Base model:** [prajjwal1/bert-small](https://huggingface.co/prajjwal1/bert-small) <!-- at revision 0ec5f86f27c1a77d704439db5e01c307ea11b9d4 -->
|
| 51 |
- **Maximum Sequence Length:** 128 tokens
|
| 52 |
+
- **Output Dimensionality:** 512 dimensions
|
| 53 |
- **Similarity Function:** Cosine Similarity
|
| 54 |
<!-- - **Training Dataset:** Unknown -->
|
| 55 |
<!-- - **Language:** Unknown -->
|
|
|
|
| 65 |
|
| 66 |
```
|
| 67 |
SentenceTransformer(
|
| 68 |
+
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': 'BertModel'})
|
| 69 |
+
(1): Pooling({'word_embedding_dimension': 512, '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})
|
| 70 |
)
|
| 71 |
```
|
| 72 |
|
|
|
|
| 85 |
from sentence_transformers import SentenceTransformer
|
| 86 |
|
| 87 |
# Download from the 🤗 Hub
|
| 88 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
| 89 |
# Run inference
|
| 90 |
sentences = [
|
| 91 |
+
'DId something exist before the Big Bang?',
|
| 92 |
+
'Is there a scientific name for what existed before the Big Bang?',
|
| 93 |
+
'Where can I buy Fairy Tail Manga?',
|
| 94 |
]
|
| 95 |
embeddings = model.encode(sentences)
|
| 96 |
print(embeddings.shape)
|
| 97 |
+
# [3, 512]
|
| 98 |
|
| 99 |
# Get the similarity scores for the embeddings
|
| 100 |
similarities = model.similarity(embeddings, embeddings)
|
| 101 |
print(similarities)
|
| 102 |
+
# tensor([[ 1.0000, 0.7596, -0.0398],
|
| 103 |
+
# [ 0.7596, 1.0000, -0.0308],
|
| 104 |
+
# [-0.0398, -0.0308, 1.0000]])
|
| 105 |
```
|
| 106 |
|
| 107 |
<!--
|
|
|
|
| 128 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 129 |
-->
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
<!--
|
| 132 |
## Bias, Risks and Limitations
|
| 133 |
|
|
|
|
| 146 |
|
| 147 |
#### Unnamed Dataset
|
| 148 |
|
| 149 |
+
* Size: 100,000 training samples
|
| 150 |
+
* Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>sentence_2</code>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
* Approximate statistics based on the first 1000 samples:
|
| 152 |
+
| | sentence_0 | sentence_1 | sentence_2 |
|
| 153 |
+
|:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
| 154 |
+
| type | string | string | string |
|
| 155 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 15.53 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 15.5 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 16.87 tokens</li><li>max: 128 tokens</li></ul> |
|
| 156 |
* Samples:
|
| 157 |
+
| sentence_0 | sentence_1 | sentence_2 |
|
| 158 |
+
|:----------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|
|
| 159 |
+
| <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>How much is the airport tax in bogota?</code> |
|
| 160 |
+
| <code>Which concept is more important: good planning or hard work?</code> | <code>Which concept is more important: good planning or hard work?</code> | <code>What is important in life: luck or hard work?</code> |
|
| 161 |
+
| <code>What is the most efficient way to make money?</code> | <code>How can I make my money make money?</code> | <code>What can one learn about Quantum Mechanics in 10 minutes?</code> |
|
| 162 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 163 |
```json
|
| 164 |
{
|
| 165 |
+
"scale": 20.0,
|
| 166 |
"similarity_fct": "cos_sim",
|
| 167 |
"gather_across_devices": false
|
| 168 |
}
|
|
|
|
| 171 |
### Training Hyperparameters
|
| 172 |
#### Non-Default Hyperparameters
|
| 173 |
|
| 174 |
+
- `per_device_train_batch_size`: 64
|
| 175 |
+
- `per_device_eval_batch_size`: 64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`: 64
|
| 187 |
+
- `per_device_eval_batch_size`: 64
|
| 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`: 3
|
| 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
|
|
|
|
| 228 |
- `tpu_num_cores`: None
|
| 229 |
- `tpu_metrics_debug`: False
|
| 230 |
- `debug`: []
|
| 231 |
+
- `dataloader_drop_last`: False
|
| 232 |
+
- `dataloader_num_workers`: 0
|
| 233 |
+
- `dataloader_prefetch_factor`: None
|
| 234 |
- `past_index`: -1
|
| 235 |
- `disable_tqdm`: False
|
| 236 |
- `remove_unused_columns`: True
|
| 237 |
- `label_names`: None
|
| 238 |
+
- `load_best_model_at_end`: False
|
| 239 |
- `ignore_data_skip`: False
|
| 240 |
- `fsdp`: []
|
| 241 |
- `fsdp_min_num_params`: 0
|
|
|
|
| 245 |
- `parallelism_config`: 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 |
- `project`: huggingface
|
| 254 |
- `trackio_space_id`: trackio
|
| 255 |
+
- `ddp_find_unused_parameters`: None
|
| 256 |
- `ddp_bucket_cap_mb`: None
|
| 257 |
- `ddp_broadcast_buffers`: False
|
| 258 |
- `dataloader_pin_memory`: True
|
| 259 |
- `dataloader_persistent_workers`: False
|
| 260 |
- `skip_memory_metrics`: True
|
| 261 |
- `use_legacy_prediction_loop`: False
|
| 262 |
+
- `push_to_hub`: False
|
| 263 |
- `resume_from_checkpoint`: None
|
| 264 |
+
- `hub_model_id`: None
|
| 265 |
- `hub_strategy`: every_save
|
| 266 |
- `hub_private_repo`: None
|
| 267 |
- `hub_always_push`: False
|
|
|
|
| 288 |
- `neftune_noise_alpha`: None
|
| 289 |
- `optim_target_modules`: None
|
| 290 |
- `batch_eval_metrics`: False
|
| 291 |
+
- `eval_on_start`: False
|
| 292 |
- `use_liger_kernel`: False
|
| 293 |
- `liger_kernel_config`: None
|
| 294 |
- `eval_use_gather_object`: False
|
| 295 |
- `average_tokens_across_devices`: True
|
| 296 |
- `prompts`: None
|
| 297 |
- `batch_sampler`: batch_sampler
|
| 298 |
+
- `multi_dataset_batch_sampler`: round_robin
|
| 299 |
- `router_mapping`: {}
|
| 300 |
- `learning_rate_mapping`: {}
|
| 301 |
|
| 302 |
</details>
|
| 303 |
|
| 304 |
### Training Logs
|
| 305 |
+
| Epoch | Step | Training Loss |
|
| 306 |
+
|:------:|:----:|:-------------:|
|
| 307 |
+
| 0.3199 | 500 | 0.2284 |
|
| 308 |
+
| 0.6398 | 1000 | 0.0571 |
|
| 309 |
+
| 0.9597 | 1500 | 0.0486 |
|
| 310 |
+
| 1.2796 | 2000 | 0.0378 |
|
| 311 |
+
| 1.5995 | 2500 | 0.0367 |
|
| 312 |
+
| 1.9194 | 3000 | 0.0338 |
|
| 313 |
+
| 2.2393 | 3500 | 0.0327 |
|
| 314 |
+
| 2.5592 | 4000 | 0.0285 |
|
| 315 |
+
| 2.8791 | 4500 | 0.0285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
|
| 317 |
|
| 318 |
### Framework Versions
|
config.json
CHANGED
|
@@ -1,23 +1,25 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"
|
| 7 |
"dtype": "float32",
|
| 8 |
-
"
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
-
"hidden_size":
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
-
"intermediate_size":
|
| 14 |
-
"layer_norm_eps": 1e-
|
| 15 |
-
"max_position_embeddings":
|
| 16 |
-
"model_type": "
|
| 17 |
"num_attention_heads": 12,
|
| 18 |
-
"num_hidden_layers":
|
| 19 |
-
"pad_token_id":
|
| 20 |
-
"
|
| 21 |
"transformers_version": "4.57.3",
|
| 22 |
-
"
|
|
|
|
|
|
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertModel"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
"dtype": "float32",
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 384,
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 1536,
|
| 14 |
+
"layer_norm_eps": 1e-12,
|
| 15 |
+
"max_position_embeddings": 512,
|
| 16 |
+
"model_type": "bert",
|
| 17 |
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 6,
|
| 19 |
+
"pad_token_id": 0,
|
| 20 |
+
"position_embedding_type": "absolute",
|
| 21 |
"transformers_version": "4.57.3",
|
| 22 |
+
"type_vocab_size": 2,
|
| 23 |
+
"use_cache": true,
|
| 24 |
+
"vocab_size": 30522
|
| 25 |
}
|
config_sentence_transformers.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"__version__": {
|
| 3 |
"sentence_transformers": "5.2.0",
|
| 4 |
"transformers": "4.57.3",
|
|
@@ -9,6 +10,5 @@
|
|
| 9 |
"document": ""
|
| 10 |
},
|
| 11 |
"default_prompt_name": null,
|
| 12 |
-
"similarity_fn_name": "cosine"
|
| 13 |
-
"model_type": "SentenceTransformer"
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "SentenceTransformer",
|
| 3 |
"__version__": {
|
| 4 |
"sentence_transformers": "5.2.0",
|
| 5 |
"transformers": "4.57.3",
|
|
|
|
| 10 |
"document": ""
|
| 11 |
},
|
| 12 |
"default_prompt_name": null,
|
| 13 |
+
"similarity_fn_name": "cosine"
|
|
|
|
| 14 |
}
|
eval/Information-Retrieval_evaluation_NanoMSMARCO_results.csv
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
|
| 2 |
+
0,0,0.36,0.52,0.58,0.8,0.36,0.36,0.1733333333333333,0.52,0.11599999999999999,0.58,0.08,0.8,0.47960317460317464,0.5539831330912274,0.49062451473627944
|
| 3 |
+
0.08890469416785206,250,0.36,0.54,0.6,0.78,0.36,0.36,0.18,0.54,0.12000000000000002,0.6,0.07800000000000001,0.78,0.4796904761904762,0.5499073299106572,0.49209218836063345
|
| 4 |
+
0.17780938833570412,500,0.32,0.56,0.6,0.78,0.32,0.32,0.18666666666666668,0.56,0.12000000000000002,0.6,0.07800000000000001,0.78,0.4677222222222222,0.5413577108177489,0.4802720875316783
|
| 5 |
+
0.26671408250355616,750,0.28,0.56,0.62,0.76,0.28,0.28,0.18666666666666668,0.56,0.124,0.62,0.07600000000000001,0.76,0.4429920634920635,0.518757208056322,0.4576362150920974
|
| 6 |
+
0.35561877667140823,1000,0.26,0.54,0.62,0.74,0.26,0.26,0.18,0.54,0.124,0.62,0.07400000000000001,0.74,0.42354761904761906,0.4998350880619619,0.44002758203717285
|
| 7 |
+
0.4445234708392603,1250,0.26,0.52,0.62,0.76,0.26,0.26,0.1733333333333333,0.52,0.124,0.62,0.07600000000000001,0.76,0.42177777777777775,0.5021229360365677,0.4367610701991507
|
| 8 |
+
0.5334281650071123,1500,0.28,0.56,0.6,0.74,0.28,0.28,0.18666666666666668,0.56,0.12,0.6,0.07400000000000001,0.74,0.4298253968253969,0.5039792129037896,0.44583465499641967
|
| 9 |
+
0.6223328591749644,1750,0.26,0.54,0.62,0.74,0.26,0.26,0.18,0.54,0.124,0.62,0.07400000000000001,0.74,0.41935714285714276,0.49633112285022385,0.4356450930963314
|
| 10 |
+
0.7112375533428165,2000,0.26,0.56,0.6,0.76,0.26,0.26,0.18666666666666668,0.56,0.12000000000000002,0.6,0.07600000000000001,0.76,0.4227460317460318,0.503315188350914,0.4378963655081302
|
| 11 |
+
0.8001422475106685,2250,0.26,0.56,0.62,0.76,0.26,0.26,0.18666666666666668,0.56,0.124,0.62,0.07600000000000001,0.76,0.42791269841269836,0.5076996338892674,0.44289572267461663
|
| 12 |
+
0.8890469416785206,2500,0.26,0.52,0.6,0.74,0.26,0.26,0.1733333333333333,0.52,0.12,0.6,0.07400000000000001,0.74,0.4163333333333333,0.4938511148575469,0.43266654452396147
|
| 13 |
+
0.9779516358463727,2750,0.24,0.52,0.64,0.76,0.24,0.24,0.1733333333333333,0.52,0.128,0.64,0.07600000000000001,0.76,0.4116587301587301,0.49532143492616165,0.42613080702668804
|
| 14 |
+
1.0668563300142249,3000,0.24,0.52,0.58,0.74,0.24,0.24,0.1733333333333333,0.52,0.11599999999999999,0.58,0.07400000000000001,0.74,0.40285714285714286,0.48383672739823635,0.4186186112614183
|
| 15 |
+
1.1557610241820768,3250,0.24,0.52,0.62,0.74,0.24,0.24,0.1733333333333333,0.52,0.124,0.62,0.07400000000000001,0.74,0.41002380952380946,0.4899620983176372,0.4249682250117033
|
| 16 |
+
1.2446657183499288,3500,0.24,0.52,0.64,0.74,0.24,0.24,0.1733333333333333,0.52,0.128,0.64,0.07400000000000001,0.74,0.40835714285714286,0.4888328906655155,0.4232555567129404
|
| 17 |
+
1.333570412517781,3750,0.22,0.5,0.64,0.74,0.22,0.22,0.16666666666666669,0.5,0.128,0.64,0.07400000000000001,0.74,0.3940714285714286,0.4781611600888875,0.4092852112328826
|
| 18 |
+
1.422475106685633,4000,0.24,0.52,0.64,0.74,0.24,0.24,0.1733333333333333,0.52,0.128,0.64,0.07400000000000001,0.74,0.40659523809523807,0.48733720181837187,0.4212405538905539
|
| 19 |
+
1.5113798008534851,4250,0.24,0.5,0.62,0.74,0.24,0.24,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.4034047619047619,0.484929652614928,0.4181722753854333
|
| 20 |
+
1.600284495021337,4500,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39304761904761903,0.477190878555405,0.4074930244047891
|
| 21 |
+
1.689189189189189,4750,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.3977380952380953,0.4810433177745632,0.41242013542013545
|
| 22 |
+
1.7780938833570412,5000,0.22,0.5,0.62,0.74,0.22,0.22,0.16666666666666663,0.5,0.124,0.62,0.07400000000000001,0.74,0.39240476190476187,0.47667177266958005,0.406991563991564
|
eval/Information-Retrieval_evaluation_NanoNQ_results.csv
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
|
| 2 |
+
0,0,0.48,0.62,0.66,0.72,0.48,0.47,0.21333333333333332,0.6,0.14,0.64,0.07600000000000001,0.7,0.5643571428571428,0.5930818641709092,0.5653172420421086
|
| 3 |
+
0.08890469416785206,250,0.48,0.58,0.64,0.7,0.48,0.45,0.2,0.56,0.136,0.63,0.07600000000000001,0.69,0.5460238095238095,0.5724533305174622,0.5389600328534404
|
| 4 |
+
0.17780938833570412,500,0.38,0.52,0.62,0.7,0.38,0.35,0.18,0.5,0.132,0.61,0.076,0.69,0.4826349206349206,0.5238768179719329,0.4745578080189774
|
| 5 |
+
0.26671408250355616,750,0.4,0.52,0.6,0.66,0.4,0.38,0.18,0.5,0.128,0.59,0.07200000000000001,0.65,0.4843571428571428,0.5189026616282685,0.48412833492656937
|
| 6 |
+
0.35561877667140823,1000,0.36,0.52,0.64,0.7,0.36,0.34,0.18,0.5,0.14,0.63,0.076,0.69,0.4633571428571429,0.5138465693710441,0.46313936723622007
|
| 7 |
+
0.4445234708392603,1250,0.34,0.5,0.6,0.68,0.34,0.33,0.1733333333333333,0.48,0.124,0.58,0.07400000000000001,0.67,0.44752380952380943,0.4987798321488323,0.45062469816817646
|
| 8 |
+
0.5334281650071123,1500,0.32,0.46,0.62,0.7,0.32,0.31,0.15999999999999998,0.45,0.132,0.6,0.076,0.69,0.4369126984126983,0.49702940684789093,0.4409254924835626
|
| 9 |
+
0.6223328591749644,1750,0.34,0.48,0.6,0.68,0.34,0.33,0.16666666666666663,0.47,0.128,0.58,0.07400000000000001,0.67,0.44704761904761897,0.49972097764614104,0.45107525976111273
|
| 10 |
+
0.7112375533428165,2000,0.32,0.52,0.58,0.68,0.32,0.31,0.18,0.51,0.12400000000000003,0.57,0.07200000000000001,0.66,0.43690476190476185,0.4879691187930975,0.4384783953201125
|
| 11 |
+
0.8001422475106685,2250,0.32,0.5,0.6,0.68,0.32,0.31,0.1733333333333333,0.49,0.12400000000000003,0.58,0.07200000000000001,0.66,0.43554761904761896,0.4880679719241573,0.44019636647057736
|
| 12 |
+
0.8890469416785206,2500,0.32,0.48,0.6,0.66,0.32,0.31,0.16666666666666663,0.47,0.124,0.57,0.07,0.64,0.4351904761904761,0.4825916032080211,0.4397672799380328
|
| 13 |
+
0.9779516358463727,2750,0.32,0.48,0.58,0.66,0.32,0.31,0.16666666666666663,0.47,0.12,0.56,0.07,0.64,0.43083333333333335,0.4777541962108678,0.4323231266915096
|
| 14 |
+
1.0668563300142249,3000,0.3,0.48,0.6,0.66,0.3,0.29,0.16666666666666663,0.47,0.124,0.57,0.07,0.64,0.42133333333333334,0.47229255220802463,0.42517218529648076
|
| 15 |
+
1.1557610241820768,3250,0.3,0.46,0.56,0.64,0.3,0.29,0.15999999999999998,0.45,0.11600000000000002,0.54,0.068,0.62,0.41035714285714286,0.4587252892156562,0.41623585904278976
|
| 16 |
+
1.2446657183499288,3500,0.3,0.44,0.56,0.64,0.3,0.29,0.15333333333333332,0.43,0.11600000000000002,0.54,0.068,0.62,0.40619047619047616,0.455712047803041,0.4120503380495542
|
| 17 |
+
1.333570412517781,3750,0.28,0.48,0.56,0.64,0.28,0.27,0.16666666666666663,0.47,0.11600000000000002,0.54,0.068,0.62,0.4,0.4512373531362176,0.40502612367813556
|
| 18 |
+
1.422475106685633,4000,0.28,0.46,0.58,0.64,0.28,0.27,0.15999999999999998,0.45,0.12,0.55,0.068,0.62,0.40185714285714286,0.4507822235956072,0.40304792384509147
|
| 19 |
+
1.5113798008534851,4250,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.4007142857142857,0.4464041552654098,0.40196506995653586
|
| 20 |
+
1.600284495021337,4500,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.4007142857142857,0.4481867157733463,0.4052506909192797
|
| 21 |
+
1.689189189189189,4750,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39452380952380955,0.4432300264150815,0.3986881566666595
|
| 22 |
+
1.7780938833570412,5000,0.28,0.46,0.56,0.64,0.28,0.27,0.15999999999999998,0.45,0.11600000000000002,0.54,0.066,0.61,0.39785714285714285,0.4442430372694745,0.39869586832265574
|
eval/NanoBEIR_evaluation_mean_results.csv
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
|
| 2 |
+
0,0,0.42,0.5700000000000001,0.62,0.76,0.42,0.415,0.1933333333333333,0.56,0.128,0.61,0.07800000000000001,0.75,0.5219801587301587,0.5735324986310684,0.5279708783891941
|
| 3 |
+
0.08890469416785206,250,0.42,0.56,0.62,0.74,0.42,0.405,0.19,0.55,0.128,0.615,0.07700000000000001,0.735,0.5128571428571429,0.5611803302140597,0.5155261106070369
|
| 4 |
+
0.17780938833570412,500,0.35,0.54,0.61,0.74,0.35,0.33499999999999996,0.18333333333333335,0.53,0.126,0.605,0.07700000000000001,0.735,0.4751785714285714,0.5326172643948408,0.4774149477753279
|
| 5 |
+
0.26671408250355616,750,0.34,0.54,0.61,0.71,0.34,0.33,0.18333333333333335,0.53,0.126,0.605,0.07400000000000001,0.7050000000000001,0.4636746031746032,0.5188299348422952,0.4708822750093334
|
| 6 |
+
0.35561877667140823,1000,0.31,0.53,0.63,0.72,0.31,0.30000000000000004,0.18,0.52,0.132,0.625,0.07500000000000001,0.715,0.443452380952381,0.506840828716503,0.45158347463669646
|
| 7 |
+
0.4445234708392603,1250,0.30000000000000004,0.51,0.61,0.72,0.30000000000000004,0.29500000000000004,0.1733333333333333,0.5,0.124,0.6,0.07500000000000001,0.7150000000000001,0.4346507936507936,0.5004513840927,0.4436928841836636
|
| 8 |
+
0.5334281650071123,1500,0.30000000000000004,0.51,0.61,0.72,0.30000000000000004,0.29500000000000004,0.17333333333333334,0.505,0.126,0.6,0.07500000000000001,0.715,0.4333690476190476,0.5005043098758403,0.4433800737399911
|
| 9 |
+
0.6223328591749644,1750,0.30000000000000004,0.51,0.61,0.71,0.30000000000000004,0.29500000000000004,0.1733333333333333,0.505,0.126,0.6,0.07400000000000001,0.7050000000000001,0.43320238095238084,0.4980260502481825,0.44336017642872205
|
| 10 |
+
0.7112375533428165,2000,0.29000000000000004,0.54,0.59,0.72,0.29000000000000004,0.28500000000000003,0.18333333333333335,0.535,0.12200000000000003,0.585,0.07400000000000001,0.71,0.42982539682539683,0.4956421535720058,0.43818738041412136
|
| 11 |
+
0.8001422475106685,2250,0.29000000000000004,0.53,0.61,0.72,0.29000000000000004,0.28500000000000003,0.18,0.525,0.12400000000000001,0.6,0.07400000000000001,0.71,0.43173015873015863,0.49788380290671236,0.441546044572597
|
| 12 |
+
0.8890469416785206,2500,0.29000000000000004,0.5,0.6,0.7,0.29000000000000004,0.28500000000000003,0.16999999999999998,0.495,0.122,0.585,0.07200000000000001,0.69,0.4257619047619047,0.48822135903278396,0.4362169122309971
|
| 13 |
+
0.9779516358463727,2750,0.28,0.5,0.61,0.71,0.28,0.275,0.16999999999999998,0.495,0.124,0.6000000000000001,0.07300000000000001,0.7,0.4212460317460317,0.4865378155685147,0.4292269668590988
|
| 14 |
+
1.0668563300142249,3000,0.27,0.5,0.59,0.7,0.27,0.265,0.16999999999999998,0.495,0.12,0.575,0.07200000000000001,0.69,0.41209523809523807,0.4780646398031305,0.4218953982789495
|
| 15 |
+
1.1557610241820768,3250,0.27,0.49,0.5900000000000001,0.69,0.27,0.265,0.16666666666666663,0.485,0.12000000000000001,0.5800000000000001,0.07100000000000001,0.6799999999999999,0.41019047619047616,0.4743436937666467,0.4206020420272465
|
| 16 |
+
1.2446657183499288,3500,0.27,0.48,0.6000000000000001,0.69,0.27,0.265,0.16333333333333333,0.475,0.12200000000000001,0.5900000000000001,0.07100000000000001,0.6799999999999999,0.40727380952380954,0.47227246923427824,0.4176529473812473
|
| 17 |
+
1.333570412517781,3750,0.25,0.49,0.6000000000000001,0.69,0.25,0.245,0.16666666666666666,0.485,0.12200000000000001,0.5900000000000001,0.07100000000000001,0.6799999999999999,0.39703571428571427,0.4646992566125525,0.4071556674555091
|
| 18 |
+
1.422475106685633,4000,0.26,0.49,0.61,0.69,0.26,0.255,0.16666666666666663,0.485,0.124,0.595,0.07100000000000001,0.6799999999999999,0.40422619047619046,0.46905971270698954,0.4121442388678227
|
| 19 |
+
1.5113798008534851,4250,0.26,0.48,0.5900000000000001,0.69,0.26,0.255,0.1633333333333333,0.475,0.12000000000000001,0.5800000000000001,0.07,0.675,0.4020595238095238,0.46566690394016885,0.41006867267098457
|
| 20 |
+
1.600284495021337,4500,0.25,0.48,0.5900000000000001,0.69,0.25,0.245,0.1633333333333333,0.475,0.12000000000000001,0.5800000000000001,0.07,0.675,0.39688095238095233,0.4626887971643756,0.4063718576620344
|
| 21 |
+
1.689189189189189,4750,0.25,0.48,0.5900000000000001,0.69,0.25,0.245,0.1633333333333333,0.475,0.12000000000000001,0.5800000000000001,0.07,0.675,0.3961309523809524,0.46213667209482234,0.40555414604339746
|
| 22 |
+
1.7780938833570412,5000,0.25,0.48,0.5900000000000001,0.69,0.25,0.245,0.1633333333333333,0.475,0.12000000000000001,0.5800000000000001,0.07,0.675,0.39513095238095236,0.46045740496952725,0.4028437161571099
|
final_metrics.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"val_cosine_accuracy@1": 0.
|
| 3 |
-
"val_cosine_accuracy@3": 0.
|
| 4 |
-
"val_cosine_accuracy@5": 0.
|
| 5 |
-
"val_cosine_precision@1": 0.
|
| 6 |
-
"val_cosine_precision@3": 0.
|
| 7 |
-
"val_cosine_precision@5": 0.
|
| 8 |
-
"val_cosine_recall@1": 0.
|
| 9 |
-
"val_cosine_recall@3": 0.
|
| 10 |
-
"val_cosine_recall@5": 0.
|
| 11 |
-
"val_cosine_ndcg@10": 0.
|
| 12 |
-
"val_cosine_mrr@1": 0.
|
| 13 |
-
"val_cosine_mrr@5": 0.
|
| 14 |
-
"val_cosine_mrr@10": 0.
|
| 15 |
-
"val_cosine_map@100": 0.
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"val_cosine_accuracy@1": 0.828675,
|
| 3 |
+
"val_cosine_accuracy@3": 0.90055,
|
| 4 |
+
"val_cosine_accuracy@5": 0.926875,
|
| 5 |
+
"val_cosine_precision@1": 0.828675,
|
| 6 |
+
"val_cosine_precision@3": 0.3001833333333333,
|
| 7 |
+
"val_cosine_precision@5": 0.185375,
|
| 8 |
+
"val_cosine_recall@1": 0.828675,
|
| 9 |
+
"val_cosine_recall@3": 0.90055,
|
| 10 |
+
"val_cosine_recall@5": 0.926875,
|
| 11 |
+
"val_cosine_ndcg@10": 0.8917140181282133,
|
| 12 |
+
"val_cosine_mrr@1": 0.828675,
|
| 13 |
+
"val_cosine_mrr@5": 0.8668858333333296,
|
| 14 |
+
"val_cosine_mrr@10": 0.870941557539677,
|
| 15 |
+
"val_cosine_map@100": 0.873184159266725
|
| 16 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5839d66e8b7021ace7a80466d3912594c41783bf568b53dc58e99744e6b48e3b
|
| 3 |
+
size 90864192
|
special_tokens_map.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
},
|
| 9 |
"mask_token": {
|
| 10 |
"content": "[MASK]",
|
| 11 |
-
"lstrip":
|
| 12 |
"normalized": false,
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
|
|
|
| 8 |
},
|
| 9 |
"mask_token": {
|
| 10 |
"content": "[MASK]",
|
| 11 |
+
"lstrip": false,
|
| 12 |
"normalized": false,
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fc687b11de0bc1b3d8348f92e3b49ef1089a621506c7661fbf3248fcd54947e
|
| 3 |
+
size 711649
|
tokenizer_config.json
CHANGED
|
@@ -1,230 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"added_tokens_decoder": {
|
| 3 |
"0": {
|
| 4 |
-
"content": "
|
| 5 |
-
"lstrip": false,
|
| 6 |
-
"normalized": true,
|
| 7 |
-
"rstrip": false,
|
| 8 |
-
"single_word": false,
|
| 9 |
-
"special": false
|
| 10 |
-
},
|
| 11 |
-
"1": {
|
| 12 |
-
"content": "<|padding|>",
|
| 13 |
-
"lstrip": false,
|
| 14 |
-
"normalized": false,
|
| 15 |
-
"rstrip": false,
|
| 16 |
-
"single_word": false,
|
| 17 |
-
"special": true
|
| 18 |
-
},
|
| 19 |
-
"50254": {
|
| 20 |
-
"content": " ",
|
| 21 |
-
"lstrip": false,
|
| 22 |
-
"normalized": true,
|
| 23 |
-
"rstrip": false,
|
| 24 |
-
"single_word": false,
|
| 25 |
-
"special": false
|
| 26 |
-
},
|
| 27 |
-
"50255": {
|
| 28 |
-
"content": " ",
|
| 29 |
-
"lstrip": false,
|
| 30 |
-
"normalized": true,
|
| 31 |
-
"rstrip": false,
|
| 32 |
-
"single_word": false,
|
| 33 |
-
"special": false
|
| 34 |
-
},
|
| 35 |
-
"50256": {
|
| 36 |
-
"content": " ",
|
| 37 |
-
"lstrip": false,
|
| 38 |
-
"normalized": true,
|
| 39 |
-
"rstrip": false,
|
| 40 |
-
"single_word": false,
|
| 41 |
-
"special": false
|
| 42 |
-
},
|
| 43 |
-
"50257": {
|
| 44 |
-
"content": " ",
|
| 45 |
-
"lstrip": false,
|
| 46 |
-
"normalized": true,
|
| 47 |
-
"rstrip": false,
|
| 48 |
-
"single_word": false,
|
| 49 |
-
"special": false
|
| 50 |
-
},
|
| 51 |
-
"50258": {
|
| 52 |
-
"content": " ",
|
| 53 |
-
"lstrip": false,
|
| 54 |
-
"normalized": true,
|
| 55 |
-
"rstrip": false,
|
| 56 |
-
"single_word": false,
|
| 57 |
-
"special": false
|
| 58 |
-
},
|
| 59 |
-
"50259": {
|
| 60 |
-
"content": " ",
|
| 61 |
-
"lstrip": false,
|
| 62 |
-
"normalized": true,
|
| 63 |
-
"rstrip": false,
|
| 64 |
-
"single_word": false,
|
| 65 |
-
"special": false
|
| 66 |
-
},
|
| 67 |
-
"50260": {
|
| 68 |
-
"content": " ",
|
| 69 |
-
"lstrip": false,
|
| 70 |
-
"normalized": true,
|
| 71 |
-
"rstrip": false,
|
| 72 |
-
"single_word": false,
|
| 73 |
-
"special": false
|
| 74 |
-
},
|
| 75 |
-
"50261": {
|
| 76 |
-
"content": " ",
|
| 77 |
-
"lstrip": false,
|
| 78 |
-
"normalized": true,
|
| 79 |
-
"rstrip": false,
|
| 80 |
-
"single_word": false,
|
| 81 |
-
"special": false
|
| 82 |
-
},
|
| 83 |
-
"50262": {
|
| 84 |
-
"content": " ",
|
| 85 |
-
"lstrip": false,
|
| 86 |
-
"normalized": true,
|
| 87 |
-
"rstrip": false,
|
| 88 |
-
"single_word": false,
|
| 89 |
-
"special": false
|
| 90 |
-
},
|
| 91 |
-
"50263": {
|
| 92 |
-
"content": " ",
|
| 93 |
-
"lstrip": false,
|
| 94 |
-
"normalized": true,
|
| 95 |
-
"rstrip": false,
|
| 96 |
-
"single_word": false,
|
| 97 |
-
"special": false
|
| 98 |
-
},
|
| 99 |
-
"50264": {
|
| 100 |
-
"content": " ",
|
| 101 |
-
"lstrip": false,
|
| 102 |
-
"normalized": true,
|
| 103 |
-
"rstrip": false,
|
| 104 |
-
"single_word": false,
|
| 105 |
-
"special": false
|
| 106 |
-
},
|
| 107 |
-
"50265": {
|
| 108 |
-
"content": " ",
|
| 109 |
-
"lstrip": false,
|
| 110 |
-
"normalized": true,
|
| 111 |
-
"rstrip": false,
|
| 112 |
-
"single_word": false,
|
| 113 |
-
"special": false
|
| 114 |
-
},
|
| 115 |
-
"50266": {
|
| 116 |
-
"content": " ",
|
| 117 |
-
"lstrip": false,
|
| 118 |
-
"normalized": true,
|
| 119 |
-
"rstrip": false,
|
| 120 |
-
"single_word": false,
|
| 121 |
-
"special": false
|
| 122 |
-
},
|
| 123 |
-
"50267": {
|
| 124 |
-
"content": " ",
|
| 125 |
-
"lstrip": false,
|
| 126 |
-
"normalized": true,
|
| 127 |
-
"rstrip": false,
|
| 128 |
-
"single_word": false,
|
| 129 |
-
"special": false
|
| 130 |
-
},
|
| 131 |
-
"50268": {
|
| 132 |
-
"content": " ",
|
| 133 |
-
"lstrip": false,
|
| 134 |
-
"normalized": true,
|
| 135 |
-
"rstrip": false,
|
| 136 |
-
"single_word": false,
|
| 137 |
-
"special": false
|
| 138 |
-
},
|
| 139 |
-
"50269": {
|
| 140 |
-
"content": " ",
|
| 141 |
-
"lstrip": false,
|
| 142 |
-
"normalized": true,
|
| 143 |
-
"rstrip": false,
|
| 144 |
-
"single_word": false,
|
| 145 |
-
"special": false
|
| 146 |
-
},
|
| 147 |
-
"50270": {
|
| 148 |
-
"content": " ",
|
| 149 |
-
"lstrip": false,
|
| 150 |
-
"normalized": true,
|
| 151 |
-
"rstrip": false,
|
| 152 |
-
"single_word": false,
|
| 153 |
-
"special": false
|
| 154 |
-
},
|
| 155 |
-
"50271": {
|
| 156 |
-
"content": " ",
|
| 157 |
-
"lstrip": false,
|
| 158 |
-
"normalized": true,
|
| 159 |
-
"rstrip": false,
|
| 160 |
-
"single_word": false,
|
| 161 |
-
"special": false
|
| 162 |
-
},
|
| 163 |
-
"50272": {
|
| 164 |
-
"content": " ",
|
| 165 |
-
"lstrip": false,
|
| 166 |
-
"normalized": true,
|
| 167 |
-
"rstrip": false,
|
| 168 |
-
"single_word": false,
|
| 169 |
-
"special": false
|
| 170 |
-
},
|
| 171 |
-
"50273": {
|
| 172 |
-
"content": " ",
|
| 173 |
-
"lstrip": false,
|
| 174 |
-
"normalized": true,
|
| 175 |
-
"rstrip": false,
|
| 176 |
-
"single_word": false,
|
| 177 |
-
"special": false
|
| 178 |
-
},
|
| 179 |
-
"50274": {
|
| 180 |
-
"content": " ",
|
| 181 |
-
"lstrip": false,
|
| 182 |
-
"normalized": true,
|
| 183 |
-
"rstrip": false,
|
| 184 |
-
"single_word": false,
|
| 185 |
-
"special": false
|
| 186 |
-
},
|
| 187 |
-
"50275": {
|
| 188 |
-
"content": " ",
|
| 189 |
-
"lstrip": false,
|
| 190 |
-
"normalized": true,
|
| 191 |
-
"rstrip": false,
|
| 192 |
-
"single_word": false,
|
| 193 |
-
"special": false
|
| 194 |
-
},
|
| 195 |
-
"50276": {
|
| 196 |
-
"content": " ",
|
| 197 |
-
"lstrip": false,
|
| 198 |
-
"normalized": true,
|
| 199 |
-
"rstrip": false,
|
| 200 |
-
"single_word": false,
|
| 201 |
-
"special": false
|
| 202 |
-
},
|
| 203 |
-
"50277": {
|
| 204 |
-
"content": "|||EMAIL_ADDRESS|||",
|
| 205 |
-
"lstrip": false,
|
| 206 |
-
"normalized": true,
|
| 207 |
-
"rstrip": false,
|
| 208 |
-
"single_word": false,
|
| 209 |
-
"special": false
|
| 210 |
-
},
|
| 211 |
-
"50278": {
|
| 212 |
-
"content": "|||PHONE_NUMBER|||",
|
| 213 |
-
"lstrip": false,
|
| 214 |
-
"normalized": true,
|
| 215 |
-
"rstrip": false,
|
| 216 |
-
"single_word": false,
|
| 217 |
-
"special": false
|
| 218 |
-
},
|
| 219 |
-
"50279": {
|
| 220 |
-
"content": "<|endoftext|>",
|
| 221 |
"lstrip": false,
|
| 222 |
"normalized": false,
|
| 223 |
"rstrip": false,
|
| 224 |
"single_word": false,
|
| 225 |
"special": true
|
| 226 |
},
|
| 227 |
-
"
|
| 228 |
"content": "[UNK]",
|
| 229 |
"lstrip": false,
|
| 230 |
"normalized": false,
|
|
@@ -232,7 +16,7 @@
|
|
| 232 |
"single_word": false,
|
| 233 |
"special": true
|
| 234 |
},
|
| 235 |
-
"
|
| 236 |
"content": "[CLS]",
|
| 237 |
"lstrip": false,
|
| 238 |
"normalized": false,
|
|
@@ -240,7 +24,7 @@
|
|
| 240 |
"single_word": false,
|
| 241 |
"special": true
|
| 242 |
},
|
| 243 |
-
"
|
| 244 |
"content": "[SEP]",
|
| 245 |
"lstrip": false,
|
| 246 |
"normalized": false,
|
|
@@ -248,698 +32,34 @@
|
|
| 248 |
"single_word": false,
|
| 249 |
"special": true
|
| 250 |
},
|
| 251 |
-
"
|
| 252 |
-
"content": "[PAD]",
|
| 253 |
-
"lstrip": false,
|
| 254 |
-
"normalized": false,
|
| 255 |
-
"rstrip": false,
|
| 256 |
-
"single_word": false,
|
| 257 |
-
"special": true
|
| 258 |
-
},
|
| 259 |
-
"50284": {
|
| 260 |
"content": "[MASK]",
|
| 261 |
-
"lstrip":
|
| 262 |
"normalized": false,
|
| 263 |
"rstrip": false,
|
| 264 |
"single_word": false,
|
| 265 |
"special": true
|
| 266 |
-
},
|
| 267 |
-
"50285": {
|
| 268 |
-
"content": "[unused0]",
|
| 269 |
-
"lstrip": false,
|
| 270 |
-
"normalized": true,
|
| 271 |
-
"rstrip": false,
|
| 272 |
-
"single_word": false,
|
| 273 |
-
"special": false
|
| 274 |
-
},
|
| 275 |
-
"50286": {
|
| 276 |
-
"content": "[unused1]",
|
| 277 |
-
"lstrip": false,
|
| 278 |
-
"normalized": true,
|
| 279 |
-
"rstrip": false,
|
| 280 |
-
"single_word": false,
|
| 281 |
-
"special": false
|
| 282 |
-
},
|
| 283 |
-
"50287": {
|
| 284 |
-
"content": "[unused2]",
|
| 285 |
-
"lstrip": false,
|
| 286 |
-
"normalized": true,
|
| 287 |
-
"rstrip": false,
|
| 288 |
-
"single_word": false,
|
| 289 |
-
"special": false
|
| 290 |
-
},
|
| 291 |
-
"50288": {
|
| 292 |
-
"content": "[unused3]",
|
| 293 |
-
"lstrip": false,
|
| 294 |
-
"normalized": true,
|
| 295 |
-
"rstrip": false,
|
| 296 |
-
"single_word": false,
|
| 297 |
-
"special": false
|
| 298 |
-
},
|
| 299 |
-
"50289": {
|
| 300 |
-
"content": "[unused4]",
|
| 301 |
-
"lstrip": false,
|
| 302 |
-
"normalized": true,
|
| 303 |
-
"rstrip": false,
|
| 304 |
-
"single_word": false,
|
| 305 |
-
"special": false
|
| 306 |
-
},
|
| 307 |
-
"50290": {
|
| 308 |
-
"content": "[unused5]",
|
| 309 |
-
"lstrip": false,
|
| 310 |
-
"normalized": true,
|
| 311 |
-
"rstrip": false,
|
| 312 |
-
"single_word": false,
|
| 313 |
-
"special": false
|
| 314 |
-
},
|
| 315 |
-
"50291": {
|
| 316 |
-
"content": "[unused6]",
|
| 317 |
-
"lstrip": false,
|
| 318 |
-
"normalized": true,
|
| 319 |
-
"rstrip": false,
|
| 320 |
-
"single_word": false,
|
| 321 |
-
"special": false
|
| 322 |
-
},
|
| 323 |
-
"50292": {
|
| 324 |
-
"content": "[unused7]",
|
| 325 |
-
"lstrip": false,
|
| 326 |
-
"normalized": true,
|
| 327 |
-
"rstrip": false,
|
| 328 |
-
"single_word": false,
|
| 329 |
-
"special": false
|
| 330 |
-
},
|
| 331 |
-
"50293": {
|
| 332 |
-
"content": "[unused8]",
|
| 333 |
-
"lstrip": false,
|
| 334 |
-
"normalized": true,
|
| 335 |
-
"rstrip": false,
|
| 336 |
-
"single_word": false,
|
| 337 |
-
"special": false
|
| 338 |
-
},
|
| 339 |
-
"50294": {
|
| 340 |
-
"content": "[unused9]",
|
| 341 |
-
"lstrip": false,
|
| 342 |
-
"normalized": true,
|
| 343 |
-
"rstrip": false,
|
| 344 |
-
"single_word": false,
|
| 345 |
-
"special": false
|
| 346 |
-
},
|
| 347 |
-
"50295": {
|
| 348 |
-
"content": "[unused10]",
|
| 349 |
-
"lstrip": false,
|
| 350 |
-
"normalized": true,
|
| 351 |
-
"rstrip": false,
|
| 352 |
-
"single_word": false,
|
| 353 |
-
"special": false
|
| 354 |
-
},
|
| 355 |
-
"50296": {
|
| 356 |
-
"content": "[unused11]",
|
| 357 |
-
"lstrip": false,
|
| 358 |
-
"normalized": true,
|
| 359 |
-
"rstrip": false,
|
| 360 |
-
"single_word": false,
|
| 361 |
-
"special": false
|
| 362 |
-
},
|
| 363 |
-
"50297": {
|
| 364 |
-
"content": "[unused12]",
|
| 365 |
-
"lstrip": false,
|
| 366 |
-
"normalized": true,
|
| 367 |
-
"rstrip": false,
|
| 368 |
-
"single_word": false,
|
| 369 |
-
"special": false
|
| 370 |
-
},
|
| 371 |
-
"50298": {
|
| 372 |
-
"content": "[unused13]",
|
| 373 |
-
"lstrip": false,
|
| 374 |
-
"normalized": true,
|
| 375 |
-
"rstrip": false,
|
| 376 |
-
"single_word": false,
|
| 377 |
-
"special": false
|
| 378 |
-
},
|
| 379 |
-
"50299": {
|
| 380 |
-
"content": "[unused14]",
|
| 381 |
-
"lstrip": false,
|
| 382 |
-
"normalized": true,
|
| 383 |
-
"rstrip": false,
|
| 384 |
-
"single_word": false,
|
| 385 |
-
"special": false
|
| 386 |
-
},
|
| 387 |
-
"50300": {
|
| 388 |
-
"content": "[unused15]",
|
| 389 |
-
"lstrip": false,
|
| 390 |
-
"normalized": true,
|
| 391 |
-
"rstrip": false,
|
| 392 |
-
"single_word": false,
|
| 393 |
-
"special": false
|
| 394 |
-
},
|
| 395 |
-
"50301": {
|
| 396 |
-
"content": "[unused16]",
|
| 397 |
-
"lstrip": false,
|
| 398 |
-
"normalized": true,
|
| 399 |
-
"rstrip": false,
|
| 400 |
-
"single_word": false,
|
| 401 |
-
"special": false
|
| 402 |
-
},
|
| 403 |
-
"50302": {
|
| 404 |
-
"content": "[unused17]",
|
| 405 |
-
"lstrip": false,
|
| 406 |
-
"normalized": true,
|
| 407 |
-
"rstrip": false,
|
| 408 |
-
"single_word": false,
|
| 409 |
-
"special": false
|
| 410 |
-
},
|
| 411 |
-
"50303": {
|
| 412 |
-
"content": "[unused18]",
|
| 413 |
-
"lstrip": false,
|
| 414 |
-
"normalized": true,
|
| 415 |
-
"rstrip": false,
|
| 416 |
-
"single_word": false,
|
| 417 |
-
"special": false
|
| 418 |
-
},
|
| 419 |
-
"50304": {
|
| 420 |
-
"content": "[unused19]",
|
| 421 |
-
"lstrip": false,
|
| 422 |
-
"normalized": true,
|
| 423 |
-
"rstrip": false,
|
| 424 |
-
"single_word": false,
|
| 425 |
-
"special": false
|
| 426 |
-
},
|
| 427 |
-
"50305": {
|
| 428 |
-
"content": "[unused20]",
|
| 429 |
-
"lstrip": false,
|
| 430 |
-
"normalized": true,
|
| 431 |
-
"rstrip": false,
|
| 432 |
-
"single_word": false,
|
| 433 |
-
"special": false
|
| 434 |
-
},
|
| 435 |
-
"50306": {
|
| 436 |
-
"content": "[unused21]",
|
| 437 |
-
"lstrip": false,
|
| 438 |
-
"normalized": true,
|
| 439 |
-
"rstrip": false,
|
| 440 |
-
"single_word": false,
|
| 441 |
-
"special": false
|
| 442 |
-
},
|
| 443 |
-
"50307": {
|
| 444 |
-
"content": "[unused22]",
|
| 445 |
-
"lstrip": false,
|
| 446 |
-
"normalized": true,
|
| 447 |
-
"rstrip": false,
|
| 448 |
-
"single_word": false,
|
| 449 |
-
"special": false
|
| 450 |
-
},
|
| 451 |
-
"50308": {
|
| 452 |
-
"content": "[unused23]",
|
| 453 |
-
"lstrip": false,
|
| 454 |
-
"normalized": true,
|
| 455 |
-
"rstrip": false,
|
| 456 |
-
"single_word": false,
|
| 457 |
-
"special": false
|
| 458 |
-
},
|
| 459 |
-
"50309": {
|
| 460 |
-
"content": "[unused24]",
|
| 461 |
-
"lstrip": false,
|
| 462 |
-
"normalized": true,
|
| 463 |
-
"rstrip": false,
|
| 464 |
-
"single_word": false,
|
| 465 |
-
"special": false
|
| 466 |
-
},
|
| 467 |
-
"50310": {
|
| 468 |
-
"content": "[unused25]",
|
| 469 |
-
"lstrip": false,
|
| 470 |
-
"normalized": true,
|
| 471 |
-
"rstrip": false,
|
| 472 |
-
"single_word": false,
|
| 473 |
-
"special": false
|
| 474 |
-
},
|
| 475 |
-
"50311": {
|
| 476 |
-
"content": "[unused26]",
|
| 477 |
-
"lstrip": false,
|
| 478 |
-
"normalized": true,
|
| 479 |
-
"rstrip": false,
|
| 480 |
-
"single_word": false,
|
| 481 |
-
"special": false
|
| 482 |
-
},
|
| 483 |
-
"50312": {
|
| 484 |
-
"content": "[unused27]",
|
| 485 |
-
"lstrip": false,
|
| 486 |
-
"normalized": true,
|
| 487 |
-
"rstrip": false,
|
| 488 |
-
"single_word": false,
|
| 489 |
-
"special": false
|
| 490 |
-
},
|
| 491 |
-
"50313": {
|
| 492 |
-
"content": "[unused28]",
|
| 493 |
-
"lstrip": false,
|
| 494 |
-
"normalized": true,
|
| 495 |
-
"rstrip": false,
|
| 496 |
-
"single_word": false,
|
| 497 |
-
"special": false
|
| 498 |
-
},
|
| 499 |
-
"50314": {
|
| 500 |
-
"content": "[unused29]",
|
| 501 |
-
"lstrip": false,
|
| 502 |
-
"normalized": true,
|
| 503 |
-
"rstrip": false,
|
| 504 |
-
"single_word": false,
|
| 505 |
-
"special": false
|
| 506 |
-
},
|
| 507 |
-
"50315": {
|
| 508 |
-
"content": "[unused30]",
|
| 509 |
-
"lstrip": false,
|
| 510 |
-
"normalized": true,
|
| 511 |
-
"rstrip": false,
|
| 512 |
-
"single_word": false,
|
| 513 |
-
"special": false
|
| 514 |
-
},
|
| 515 |
-
"50316": {
|
| 516 |
-
"content": "[unused31]",
|
| 517 |
-
"lstrip": false,
|
| 518 |
-
"normalized": true,
|
| 519 |
-
"rstrip": false,
|
| 520 |
-
"single_word": false,
|
| 521 |
-
"special": false
|
| 522 |
-
},
|
| 523 |
-
"50317": {
|
| 524 |
-
"content": "[unused32]",
|
| 525 |
-
"lstrip": false,
|
| 526 |
-
"normalized": true,
|
| 527 |
-
"rstrip": false,
|
| 528 |
-
"single_word": false,
|
| 529 |
-
"special": false
|
| 530 |
-
},
|
| 531 |
-
"50318": {
|
| 532 |
-
"content": "[unused33]",
|
| 533 |
-
"lstrip": false,
|
| 534 |
-
"normalized": true,
|
| 535 |
-
"rstrip": false,
|
| 536 |
-
"single_word": false,
|
| 537 |
-
"special": false
|
| 538 |
-
},
|
| 539 |
-
"50319": {
|
| 540 |
-
"content": "[unused34]",
|
| 541 |
-
"lstrip": false,
|
| 542 |
-
"normalized": true,
|
| 543 |
-
"rstrip": false,
|
| 544 |
-
"single_word": false,
|
| 545 |
-
"special": false
|
| 546 |
-
},
|
| 547 |
-
"50320": {
|
| 548 |
-
"content": "[unused35]",
|
| 549 |
-
"lstrip": false,
|
| 550 |
-
"normalized": true,
|
| 551 |
-
"rstrip": false,
|
| 552 |
-
"single_word": false,
|
| 553 |
-
"special": false
|
| 554 |
-
},
|
| 555 |
-
"50321": {
|
| 556 |
-
"content": "[unused36]",
|
| 557 |
-
"lstrip": false,
|
| 558 |
-
"normalized": true,
|
| 559 |
-
"rstrip": false,
|
| 560 |
-
"single_word": false,
|
| 561 |
-
"special": false
|
| 562 |
-
},
|
| 563 |
-
"50322": {
|
| 564 |
-
"content": "[unused37]",
|
| 565 |
-
"lstrip": false,
|
| 566 |
-
"normalized": true,
|
| 567 |
-
"rstrip": false,
|
| 568 |
-
"single_word": false,
|
| 569 |
-
"special": false
|
| 570 |
-
},
|
| 571 |
-
"50323": {
|
| 572 |
-
"content": "[unused38]",
|
| 573 |
-
"lstrip": false,
|
| 574 |
-
"normalized": true,
|
| 575 |
-
"rstrip": false,
|
| 576 |
-
"single_word": false,
|
| 577 |
-
"special": false
|
| 578 |
-
},
|
| 579 |
-
"50324": {
|
| 580 |
-
"content": "[unused39]",
|
| 581 |
-
"lstrip": false,
|
| 582 |
-
"normalized": true,
|
| 583 |
-
"rstrip": false,
|
| 584 |
-
"single_word": false,
|
| 585 |
-
"special": false
|
| 586 |
-
},
|
| 587 |
-
"50325": {
|
| 588 |
-
"content": "[unused40]",
|
| 589 |
-
"lstrip": false,
|
| 590 |
-
"normalized": true,
|
| 591 |
-
"rstrip": false,
|
| 592 |
-
"single_word": false,
|
| 593 |
-
"special": false
|
| 594 |
-
},
|
| 595 |
-
"50326": {
|
| 596 |
-
"content": "[unused41]",
|
| 597 |
-
"lstrip": false,
|
| 598 |
-
"normalized": true,
|
| 599 |
-
"rstrip": false,
|
| 600 |
-
"single_word": false,
|
| 601 |
-
"special": false
|
| 602 |
-
},
|
| 603 |
-
"50327": {
|
| 604 |
-
"content": "[unused42]",
|
| 605 |
-
"lstrip": false,
|
| 606 |
-
"normalized": true,
|
| 607 |
-
"rstrip": false,
|
| 608 |
-
"single_word": false,
|
| 609 |
-
"special": false
|
| 610 |
-
},
|
| 611 |
-
"50328": {
|
| 612 |
-
"content": "[unused43]",
|
| 613 |
-
"lstrip": false,
|
| 614 |
-
"normalized": true,
|
| 615 |
-
"rstrip": false,
|
| 616 |
-
"single_word": false,
|
| 617 |
-
"special": false
|
| 618 |
-
},
|
| 619 |
-
"50329": {
|
| 620 |
-
"content": "[unused44]",
|
| 621 |
-
"lstrip": false,
|
| 622 |
-
"normalized": true,
|
| 623 |
-
"rstrip": false,
|
| 624 |
-
"single_word": false,
|
| 625 |
-
"special": false
|
| 626 |
-
},
|
| 627 |
-
"50330": {
|
| 628 |
-
"content": "[unused45]",
|
| 629 |
-
"lstrip": false,
|
| 630 |
-
"normalized": true,
|
| 631 |
-
"rstrip": false,
|
| 632 |
-
"single_word": false,
|
| 633 |
-
"special": false
|
| 634 |
-
},
|
| 635 |
-
"50331": {
|
| 636 |
-
"content": "[unused46]",
|
| 637 |
-
"lstrip": false,
|
| 638 |
-
"normalized": true,
|
| 639 |
-
"rstrip": false,
|
| 640 |
-
"single_word": false,
|
| 641 |
-
"special": false
|
| 642 |
-
},
|
| 643 |
-
"50332": {
|
| 644 |
-
"content": "[unused47]",
|
| 645 |
-
"lstrip": false,
|
| 646 |
-
"normalized": true,
|
| 647 |
-
"rstrip": false,
|
| 648 |
-
"single_word": false,
|
| 649 |
-
"special": false
|
| 650 |
-
},
|
| 651 |
-
"50333": {
|
| 652 |
-
"content": "[unused48]",
|
| 653 |
-
"lstrip": false,
|
| 654 |
-
"normalized": true,
|
| 655 |
-
"rstrip": false,
|
| 656 |
-
"single_word": false,
|
| 657 |
-
"special": false
|
| 658 |
-
},
|
| 659 |
-
"50334": {
|
| 660 |
-
"content": "[unused49]",
|
| 661 |
-
"lstrip": false,
|
| 662 |
-
"normalized": true,
|
| 663 |
-
"rstrip": false,
|
| 664 |
-
"single_word": false,
|
| 665 |
-
"special": false
|
| 666 |
-
},
|
| 667 |
-
"50335": {
|
| 668 |
-
"content": "[unused50]",
|
| 669 |
-
"lstrip": false,
|
| 670 |
-
"normalized": true,
|
| 671 |
-
"rstrip": false,
|
| 672 |
-
"single_word": false,
|
| 673 |
-
"special": false
|
| 674 |
-
},
|
| 675 |
-
"50336": {
|
| 676 |
-
"content": "[unused51]",
|
| 677 |
-
"lstrip": false,
|
| 678 |
-
"normalized": true,
|
| 679 |
-
"rstrip": false,
|
| 680 |
-
"single_word": false,
|
| 681 |
-
"special": false
|
| 682 |
-
},
|
| 683 |
-
"50337": {
|
| 684 |
-
"content": "[unused52]",
|
| 685 |
-
"lstrip": false,
|
| 686 |
-
"normalized": true,
|
| 687 |
-
"rstrip": false,
|
| 688 |
-
"single_word": false,
|
| 689 |
-
"special": false
|
| 690 |
-
},
|
| 691 |
-
"50338": {
|
| 692 |
-
"content": "[unused53]",
|
| 693 |
-
"lstrip": false,
|
| 694 |
-
"normalized": true,
|
| 695 |
-
"rstrip": false,
|
| 696 |
-
"single_word": false,
|
| 697 |
-
"special": false
|
| 698 |
-
},
|
| 699 |
-
"50339": {
|
| 700 |
-
"content": "[unused54]",
|
| 701 |
-
"lstrip": false,
|
| 702 |
-
"normalized": true,
|
| 703 |
-
"rstrip": false,
|
| 704 |
-
"single_word": false,
|
| 705 |
-
"special": false
|
| 706 |
-
},
|
| 707 |
-
"50340": {
|
| 708 |
-
"content": "[unused55]",
|
| 709 |
-
"lstrip": false,
|
| 710 |
-
"normalized": true,
|
| 711 |
-
"rstrip": false,
|
| 712 |
-
"single_word": false,
|
| 713 |
-
"special": false
|
| 714 |
-
},
|
| 715 |
-
"50341": {
|
| 716 |
-
"content": "[unused56]",
|
| 717 |
-
"lstrip": false,
|
| 718 |
-
"normalized": true,
|
| 719 |
-
"rstrip": false,
|
| 720 |
-
"single_word": false,
|
| 721 |
-
"special": false
|
| 722 |
-
},
|
| 723 |
-
"50342": {
|
| 724 |
-
"content": "[unused57]",
|
| 725 |
-
"lstrip": false,
|
| 726 |
-
"normalized": true,
|
| 727 |
-
"rstrip": false,
|
| 728 |
-
"single_word": false,
|
| 729 |
-
"special": false
|
| 730 |
-
},
|
| 731 |
-
"50343": {
|
| 732 |
-
"content": "[unused58]",
|
| 733 |
-
"lstrip": false,
|
| 734 |
-
"normalized": true,
|
| 735 |
-
"rstrip": false,
|
| 736 |
-
"single_word": false,
|
| 737 |
-
"special": false
|
| 738 |
-
},
|
| 739 |
-
"50344": {
|
| 740 |
-
"content": "[unused59]",
|
| 741 |
-
"lstrip": false,
|
| 742 |
-
"normalized": true,
|
| 743 |
-
"rstrip": false,
|
| 744 |
-
"single_word": false,
|
| 745 |
-
"special": false
|
| 746 |
-
},
|
| 747 |
-
"50345": {
|
| 748 |
-
"content": "[unused60]",
|
| 749 |
-
"lstrip": false,
|
| 750 |
-
"normalized": true,
|
| 751 |
-
"rstrip": false,
|
| 752 |
-
"single_word": false,
|
| 753 |
-
"special": false
|
| 754 |
-
},
|
| 755 |
-
"50346": {
|
| 756 |
-
"content": "[unused61]",
|
| 757 |
-
"lstrip": false,
|
| 758 |
-
"normalized": true,
|
| 759 |
-
"rstrip": false,
|
| 760 |
-
"single_word": false,
|
| 761 |
-
"special": false
|
| 762 |
-
},
|
| 763 |
-
"50347": {
|
| 764 |
-
"content": "[unused62]",
|
| 765 |
-
"lstrip": false,
|
| 766 |
-
"normalized": true,
|
| 767 |
-
"rstrip": false,
|
| 768 |
-
"single_word": false,
|
| 769 |
-
"special": false
|
| 770 |
-
},
|
| 771 |
-
"50348": {
|
| 772 |
-
"content": "[unused63]",
|
| 773 |
-
"lstrip": false,
|
| 774 |
-
"normalized": true,
|
| 775 |
-
"rstrip": false,
|
| 776 |
-
"single_word": false,
|
| 777 |
-
"special": false
|
| 778 |
-
},
|
| 779 |
-
"50349": {
|
| 780 |
-
"content": "[unused64]",
|
| 781 |
-
"lstrip": false,
|
| 782 |
-
"normalized": true,
|
| 783 |
-
"rstrip": false,
|
| 784 |
-
"single_word": false,
|
| 785 |
-
"special": false
|
| 786 |
-
},
|
| 787 |
-
"50350": {
|
| 788 |
-
"content": "[unused65]",
|
| 789 |
-
"lstrip": false,
|
| 790 |
-
"normalized": true,
|
| 791 |
-
"rstrip": false,
|
| 792 |
-
"single_word": false,
|
| 793 |
-
"special": false
|
| 794 |
-
},
|
| 795 |
-
"50351": {
|
| 796 |
-
"content": "[unused66]",
|
| 797 |
-
"lstrip": false,
|
| 798 |
-
"normalized": true,
|
| 799 |
-
"rstrip": false,
|
| 800 |
-
"single_word": false,
|
| 801 |
-
"special": false
|
| 802 |
-
},
|
| 803 |
-
"50352": {
|
| 804 |
-
"content": "[unused67]",
|
| 805 |
-
"lstrip": false,
|
| 806 |
-
"normalized": true,
|
| 807 |
-
"rstrip": false,
|
| 808 |
-
"single_word": false,
|
| 809 |
-
"special": false
|
| 810 |
-
},
|
| 811 |
-
"50353": {
|
| 812 |
-
"content": "[unused68]",
|
| 813 |
-
"lstrip": false,
|
| 814 |
-
"normalized": true,
|
| 815 |
-
"rstrip": false,
|
| 816 |
-
"single_word": false,
|
| 817 |
-
"special": false
|
| 818 |
-
},
|
| 819 |
-
"50354": {
|
| 820 |
-
"content": "[unused69]",
|
| 821 |
-
"lstrip": false,
|
| 822 |
-
"normalized": true,
|
| 823 |
-
"rstrip": false,
|
| 824 |
-
"single_word": false,
|
| 825 |
-
"special": false
|
| 826 |
-
},
|
| 827 |
-
"50355": {
|
| 828 |
-
"content": "[unused70]",
|
| 829 |
-
"lstrip": false,
|
| 830 |
-
"normalized": true,
|
| 831 |
-
"rstrip": false,
|
| 832 |
-
"single_word": false,
|
| 833 |
-
"special": false
|
| 834 |
-
},
|
| 835 |
-
"50356": {
|
| 836 |
-
"content": "[unused71]",
|
| 837 |
-
"lstrip": false,
|
| 838 |
-
"normalized": true,
|
| 839 |
-
"rstrip": false,
|
| 840 |
-
"single_word": false,
|
| 841 |
-
"special": false
|
| 842 |
-
},
|
| 843 |
-
"50357": {
|
| 844 |
-
"content": "[unused72]",
|
| 845 |
-
"lstrip": false,
|
| 846 |
-
"normalized": true,
|
| 847 |
-
"rstrip": false,
|
| 848 |
-
"single_word": false,
|
| 849 |
-
"special": false
|
| 850 |
-
},
|
| 851 |
-
"50358": {
|
| 852 |
-
"content": "[unused73]",
|
| 853 |
-
"lstrip": false,
|
| 854 |
-
"normalized": true,
|
| 855 |
-
"rstrip": false,
|
| 856 |
-
"single_word": false,
|
| 857 |
-
"special": false
|
| 858 |
-
},
|
| 859 |
-
"50359": {
|
| 860 |
-
"content": "[unused74]",
|
| 861 |
-
"lstrip": false,
|
| 862 |
-
"normalized": true,
|
| 863 |
-
"rstrip": false,
|
| 864 |
-
"single_word": false,
|
| 865 |
-
"special": false
|
| 866 |
-
},
|
| 867 |
-
"50360": {
|
| 868 |
-
"content": "[unused75]",
|
| 869 |
-
"lstrip": false,
|
| 870 |
-
"normalized": true,
|
| 871 |
-
"rstrip": false,
|
| 872 |
-
"single_word": false,
|
| 873 |
-
"special": false
|
| 874 |
-
},
|
| 875 |
-
"50361": {
|
| 876 |
-
"content": "[unused76]",
|
| 877 |
-
"lstrip": false,
|
| 878 |
-
"normalized": true,
|
| 879 |
-
"rstrip": false,
|
| 880 |
-
"single_word": false,
|
| 881 |
-
"special": false
|
| 882 |
-
},
|
| 883 |
-
"50362": {
|
| 884 |
-
"content": "[unused77]",
|
| 885 |
-
"lstrip": false,
|
| 886 |
-
"normalized": true,
|
| 887 |
-
"rstrip": false,
|
| 888 |
-
"single_word": false,
|
| 889 |
-
"special": false
|
| 890 |
-
},
|
| 891 |
-
"50363": {
|
| 892 |
-
"content": "[unused78]",
|
| 893 |
-
"lstrip": false,
|
| 894 |
-
"normalized": true,
|
| 895 |
-
"rstrip": false,
|
| 896 |
-
"single_word": false,
|
| 897 |
-
"special": false
|
| 898 |
-
},
|
| 899 |
-
"50364": {
|
| 900 |
-
"content": "[unused79]",
|
| 901 |
-
"lstrip": false,
|
| 902 |
-
"normalized": true,
|
| 903 |
-
"rstrip": false,
|
| 904 |
-
"single_word": false,
|
| 905 |
-
"special": false
|
| 906 |
-
},
|
| 907 |
-
"50365": {
|
| 908 |
-
"content": "[unused80]",
|
| 909 |
-
"lstrip": false,
|
| 910 |
-
"normalized": true,
|
| 911 |
-
"rstrip": false,
|
| 912 |
-
"single_word": false,
|
| 913 |
-
"special": false
|
| 914 |
-
},
|
| 915 |
-
"50366": {
|
| 916 |
-
"content": "[unused81]",
|
| 917 |
-
"lstrip": false,
|
| 918 |
-
"normalized": true,
|
| 919 |
-
"rstrip": false,
|
| 920 |
-
"single_word": false,
|
| 921 |
-
"special": false
|
| 922 |
-
},
|
| 923 |
-
"50367": {
|
| 924 |
-
"content": "[unused82]",
|
| 925 |
-
"lstrip": false,
|
| 926 |
-
"normalized": true,
|
| 927 |
-
"rstrip": false,
|
| 928 |
-
"single_word": false,
|
| 929 |
-
"special": false
|
| 930 |
}
|
| 931 |
},
|
| 932 |
-
"clean_up_tokenization_spaces":
|
| 933 |
"cls_token": "[CLS]",
|
|
|
|
|
|
|
| 934 |
"extra_special_tokens": {},
|
| 935 |
"mask_token": "[MASK]",
|
| 936 |
-
"
|
| 937 |
-
|
| 938 |
-
|
| 939 |
-
|
| 940 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 941 |
"pad_token": "[PAD]",
|
|
|
|
|
|
|
| 942 |
"sep_token": "[SEP]",
|
| 943 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 944 |
"unk_token": "[UNK]"
|
| 945 |
}
|
|
|
|
| 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,
|
|
|
|
| 16 |
"single_word": false,
|
| 17 |
"special": true
|
| 18 |
},
|
| 19 |
+
"101": {
|
| 20 |
"content": "[CLS]",
|
| 21 |
"lstrip": false,
|
| 22 |
"normalized": false,
|
|
|
|
| 24 |
"single_word": false,
|
| 25 |
"special": true
|
| 26 |
},
|
| 27 |
+
"102": {
|
| 28 |
"content": "[SEP]",
|
| 29 |
"lstrip": false,
|
| 30 |
"normalized": 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 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6161
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d53650ecc1df174d57fefd7bfa1b3bea4c2aba0dc8f41c6447068d03a777a0e2
|
| 3 |
size 6161
|
vocab.txt
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
<s>
|
| 2 |
-
<pad>
|
| 3 |
-
</s>
|
| 4 |
-
<unk>
|
| 5 |
[PAD]
|
| 6 |
[unused0]
|
| 7 |
[unused1]
|
|
@@ -30524,4 +30520,3 @@ necessitated
|
|
| 30524 |
##:
|
| 30525 |
##?
|
| 30526 |
##~
|
| 30527 |
-
<mask>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[PAD]
|
| 2 |
[unused0]
|
| 3 |
[unused1]
|
|
|
|
| 30520 |
##:
|
| 30521 |
##?
|
| 30522 |
##~
|
|
|