Upload folder using huggingface_hub
Browse files- 1_Pooling/config.json +10 -0
- README.md +1054 -0
- config.json +25 -0
- config_sentence_transformers.json +14 -0
- model.safetensors +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +65 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 384,
|
| 3 |
+
"pooling_mode_cls_token": false,
|
| 4 |
+
"pooling_mode_mean_tokens": true,
|
| 5 |
+
"pooling_mode_max_tokens": false,
|
| 6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
| 7 |
+
"pooling_mode_weightedmean_tokens": false,
|
| 8 |
+
"pooling_mode_lasttoken": false,
|
| 9 |
+
"include_prompt": true
|
| 10 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,1054 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- sentence-transformers
|
| 7 |
+
- sentence-similarity
|
| 8 |
+
- feature-extraction
|
| 9 |
+
- dense
|
| 10 |
+
- generated_from_trainer
|
| 11 |
+
- dataset_size:8407159
|
| 12 |
+
- loss:CoSENTLoss
|
| 13 |
+
base_model: sentence-transformers/all-MiniLM-L6-v2
|
| 14 |
+
widget:
|
| 15 |
+
- source_sentence: mixed berry milk shake
|
| 16 |
+
sentences:
|
| 17 |
+
- crystal infinity ring
|
| 18 |
+
- frozen green peas
|
| 19 |
+
- nongreasy sun stick
|
| 20 |
+
- source_sentence: jumper
|
| 21 |
+
sentences:
|
| 22 |
+
- crepes skillet
|
| 23 |
+
- halonace tablets
|
| 24 |
+
- patterned cushion
|
| 25 |
+
- source_sentence: chilli cracker
|
| 26 |
+
sentences:
|
| 27 |
+
- soy proteins hair mist
|
| 28 |
+
- comfort outfit
|
| 29 |
+
- skillet
|
| 30 |
+
- source_sentence: printed slipper
|
| 31 |
+
sentences:
|
| 32 |
+
- smoothing body cream
|
| 33 |
+
- keychains storage hooks
|
| 34 |
+
- pants
|
| 35 |
+
- source_sentence: relaxed fit swim shorts
|
| 36 |
+
sentences:
|
| 37 |
+
- elasticated edges swimsuit
|
| 38 |
+
- mustard square cushion
|
| 39 |
+
- calcium boost nail polish
|
| 40 |
+
datasets:
|
| 41 |
+
- KhaledReda/pairs_three_scores_v11_tag_sim
|
| 42 |
+
pipeline_tag: sentence-similarity
|
| 43 |
+
library_name: sentence-transformers
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# all-MiniLM-L6-v13-pair_score
|
| 47 |
+
|
| 48 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) on the [pairs_three_scores_v11_tag_sim](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim) dataset. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 49 |
+
|
| 50 |
+
## Model Details
|
| 51 |
+
|
| 52 |
+
### Model Description
|
| 53 |
+
- **Model Type:** Sentence Transformer
|
| 54 |
+
- **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
|
| 55 |
+
- **Maximum Sequence Length:** 256 tokens
|
| 56 |
+
- **Output Dimensionality:** 384 dimensions
|
| 57 |
+
- **Similarity Function:** Cosine Similarity
|
| 58 |
+
- **Training Dataset:**
|
| 59 |
+
- [pairs_three_scores_v11_tag_sim](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim)
|
| 60 |
+
- **Language:** en
|
| 61 |
+
- **License:** apache-2.0
|
| 62 |
+
|
| 63 |
+
### Model Sources
|
| 64 |
+
|
| 65 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
| 66 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
| 67 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
| 68 |
+
|
| 69 |
+
### Full Model Architecture
|
| 70 |
+
|
| 71 |
+
```
|
| 72 |
+
SentenceTransformer(
|
| 73 |
+
(0): Transformer({'max_seq_length': 256, 'do_lower_case': False, 'architecture': 'BertModel'})
|
| 74 |
+
(1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
| 75 |
+
(2): Normalize()
|
| 76 |
+
)
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
## Usage
|
| 80 |
+
|
| 81 |
+
### Direct Usage (Sentence Transformers)
|
| 82 |
+
|
| 83 |
+
First install the Sentence Transformers library:
|
| 84 |
+
|
| 85 |
+
```bash
|
| 86 |
+
pip install -U sentence-transformers
|
| 87 |
+
```
|
| 88 |
+
|
| 89 |
+
Then you can load this model and run inference.
|
| 90 |
+
```python
|
| 91 |
+
from sentence_transformers import SentenceTransformer
|
| 92 |
+
|
| 93 |
+
# Download from the 🤗 Hub
|
| 94 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
| 95 |
+
# Run inference
|
| 96 |
+
sentences = [
|
| 97 |
+
'relaxed fit swim shorts',
|
| 98 |
+
'elasticated edges swimsuit',
|
| 99 |
+
'mustard square cushion',
|
| 100 |
+
]
|
| 101 |
+
embeddings = model.encode(sentences)
|
| 102 |
+
print(embeddings.shape)
|
| 103 |
+
# [3, 384]
|
| 104 |
+
|
| 105 |
+
# Get the similarity scores for the embeddings
|
| 106 |
+
similarities = model.similarity(embeddings, embeddings)
|
| 107 |
+
print(similarities)
|
| 108 |
+
# tensor([[1.0000, 0.8868, 0.6624],
|
| 109 |
+
# [0.8868, 1.0000, 0.6654],
|
| 110 |
+
# [0.6624, 0.6654, 1.0000]])
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
<!--
|
| 114 |
+
### Direct Usage (Transformers)
|
| 115 |
+
|
| 116 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
| 117 |
+
|
| 118 |
+
</details>
|
| 119 |
+
-->
|
| 120 |
+
|
| 121 |
+
<!--
|
| 122 |
+
### Downstream Usage (Sentence Transformers)
|
| 123 |
+
|
| 124 |
+
You can finetune this model on your own dataset.
|
| 125 |
+
|
| 126 |
+
<details><summary>Click to expand</summary>
|
| 127 |
+
|
| 128 |
+
</details>
|
| 129 |
+
-->
|
| 130 |
+
|
| 131 |
+
<!--
|
| 132 |
+
### Out-of-Scope Use
|
| 133 |
+
|
| 134 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 135 |
+
-->
|
| 136 |
+
|
| 137 |
+
<!--
|
| 138 |
+
## Bias, Risks and Limitations
|
| 139 |
+
|
| 140 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 141 |
+
-->
|
| 142 |
+
|
| 143 |
+
<!--
|
| 144 |
+
### Recommendations
|
| 145 |
+
|
| 146 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 147 |
+
-->
|
| 148 |
+
|
| 149 |
+
## Training Details
|
| 150 |
+
|
| 151 |
+
### Training Dataset
|
| 152 |
+
|
| 153 |
+
#### pairs_three_scores_v11_tag_sim
|
| 154 |
+
|
| 155 |
+
* Dataset: [pairs_three_scores_v11_tag_sim](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim) at [e98a5bf](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim/tree/e98a5bf2c08155f512fbaa781b54635acf2f56b3)
|
| 156 |
+
* Size: 8,407,159 training samples
|
| 157 |
+
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code>
|
| 158 |
+
* Approximate statistics based on the first 1000 samples:
|
| 159 |
+
| | sentence1 | sentence2 | score |
|
| 160 |
+
|:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------|
|
| 161 |
+
| type | string | string | float |
|
| 162 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 5.71 tokens</li><li>max: 45 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.94 tokens</li><li>max: 84 tokens</li></ul> | <ul><li>min: 0.15</li><li>mean: 0.36</li><li>max: 0.96</li></ul> |
|
| 163 |
+
* Samples:
|
| 164 |
+
| sentence1 | sentence2 | score |
|
| 165 |
+
|:-------------------------------------|:-----------------------------------------|:------------------|
|
| 166 |
+
| <code>chicken mushroom pasta</code> | <code>rosemary essential hair oil</code> | <code>0.19</code> |
|
| 167 |
+
| <code>deli</code> | <code>mozzarella pacman</code> | <code>0.25</code> |
|
| 168 |
+
| <code>tea tree oil face cream</code> | <code>all skin types cream</code> | <code>0.33</code> |
|
| 169 |
+
* Loss: [<code>CoSENTLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosentloss) with these parameters:
|
| 170 |
+
```json
|
| 171 |
+
{
|
| 172 |
+
"scale": 20.0,
|
| 173 |
+
"similarity_fct": "pairwise_cos_sim"
|
| 174 |
+
}
|
| 175 |
+
```
|
| 176 |
+
|
| 177 |
+
### Evaluation Dataset
|
| 178 |
+
|
| 179 |
+
#### pairs_three_scores_v11_tag_sim
|
| 180 |
+
|
| 181 |
+
* Dataset: [pairs_three_scores_v11_tag_sim](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim) at [e98a5bf](https://huggingface.co/datasets/KhaledReda/pairs_three_scores_v11_tag_sim/tree/e98a5bf2c08155f512fbaa781b54635acf2f56b3)
|
| 182 |
+
* Size: 42,248 evaluation samples
|
| 183 |
+
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code>
|
| 184 |
+
* Approximate statistics based on the first 1000 samples:
|
| 185 |
+
| | sentence1 | sentence2 | score |
|
| 186 |
+
|:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------|
|
| 187 |
+
| type | string | string | float |
|
| 188 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 5.69 tokens</li><li>max: 115 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.91 tokens</li><li>max: 65 tokens</li></ul> | <ul><li>min: 0.14</li><li>mean: 0.38</li><li>max: 0.93</li></ul> |
|
| 189 |
+
* Samples:
|
| 190 |
+
| sentence1 | sentence2 | score |
|
| 191 |
+
|:-----------------------------------------|:------------------------------------------|:------------------|
|
| 192 |
+
| <code>comeback sauce sandwiches</code> | <code>lemon dill sandwich</code> | <code>0.82</code> |
|
| 193 |
+
| <code>crossfit tiers storage rack</code> | <code>garage gear parallel</code> | <code>0.78</code> |
|
| 194 |
+
| <code>shake</code> | <code>toast with balsamic dressing</code> | <code>0.23</code> |
|
| 195 |
+
* Loss: [<code>CoSENTLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosentloss) with these parameters:
|
| 196 |
+
```json
|
| 197 |
+
{
|
| 198 |
+
"scale": 20.0,
|
| 199 |
+
"similarity_fct": "pairwise_cos_sim"
|
| 200 |
+
}
|
| 201 |
+
```
|
| 202 |
+
|
| 203 |
+
### Training Hyperparameters
|
| 204 |
+
#### Non-Default Hyperparameters
|
| 205 |
+
|
| 206 |
+
- `eval_strategy`: steps
|
| 207 |
+
- `per_device_train_batch_size`: 128
|
| 208 |
+
- `per_device_eval_batch_size`: 128
|
| 209 |
+
- `learning_rate`: 2e-05
|
| 210 |
+
- `num_train_epochs`: 1
|
| 211 |
+
- `warmup_ratio`: 0.1
|
| 212 |
+
- `fp16`: True
|
| 213 |
+
|
| 214 |
+
#### All Hyperparameters
|
| 215 |
+
<details><summary>Click to expand</summary>
|
| 216 |
+
|
| 217 |
+
- `overwrite_output_dir`: False
|
| 218 |
+
- `do_predict`: False
|
| 219 |
+
- `eval_strategy`: steps
|
| 220 |
+
- `prediction_loss_only`: True
|
| 221 |
+
- `per_device_train_batch_size`: 128
|
| 222 |
+
- `per_device_eval_batch_size`: 128
|
| 223 |
+
- `per_gpu_train_batch_size`: None
|
| 224 |
+
- `per_gpu_eval_batch_size`: None
|
| 225 |
+
- `gradient_accumulation_steps`: 1
|
| 226 |
+
- `eval_accumulation_steps`: None
|
| 227 |
+
- `torch_empty_cache_steps`: None
|
| 228 |
+
- `learning_rate`: 2e-05
|
| 229 |
+
- `weight_decay`: 0.0
|
| 230 |
+
- `adam_beta1`: 0.9
|
| 231 |
+
- `adam_beta2`: 0.999
|
| 232 |
+
- `adam_epsilon`: 1e-08
|
| 233 |
+
- `max_grad_norm`: 1.0
|
| 234 |
+
- `num_train_epochs`: 1
|
| 235 |
+
- `max_steps`: -1
|
| 236 |
+
- `lr_scheduler_type`: linear
|
| 237 |
+
- `lr_scheduler_kwargs`: {}
|
| 238 |
+
- `warmup_ratio`: 0.1
|
| 239 |
+
- `warmup_steps`: 0
|
| 240 |
+
- `log_level`: passive
|
| 241 |
+
- `log_level_replica`: warning
|
| 242 |
+
- `log_on_each_node`: True
|
| 243 |
+
- `logging_nan_inf_filter`: True
|
| 244 |
+
- `save_safetensors`: True
|
| 245 |
+
- `save_on_each_node`: False
|
| 246 |
+
- `save_only_model`: False
|
| 247 |
+
- `restore_callback_states_from_checkpoint`: False
|
| 248 |
+
- `no_cuda`: False
|
| 249 |
+
- `use_cpu`: False
|
| 250 |
+
- `use_mps_device`: False
|
| 251 |
+
- `seed`: 42
|
| 252 |
+
- `data_seed`: None
|
| 253 |
+
- `jit_mode_eval`: False
|
| 254 |
+
- `use_ipex`: False
|
| 255 |
+
- `bf16`: False
|
| 256 |
+
- `fp16`: True
|
| 257 |
+
- `fp16_opt_level`: O1
|
| 258 |
+
- `half_precision_backend`: auto
|
| 259 |
+
- `bf16_full_eval`: False
|
| 260 |
+
- `fp16_full_eval`: False
|
| 261 |
+
- `tf32`: None
|
| 262 |
+
- `local_rank`: 0
|
| 263 |
+
- `ddp_backend`: None
|
| 264 |
+
- `tpu_num_cores`: None
|
| 265 |
+
- `tpu_metrics_debug`: False
|
| 266 |
+
- `debug`: []
|
| 267 |
+
- `dataloader_drop_last`: False
|
| 268 |
+
- `dataloader_num_workers`: 0
|
| 269 |
+
- `dataloader_prefetch_factor`: None
|
| 270 |
+
- `past_index`: -1
|
| 271 |
+
- `disable_tqdm`: False
|
| 272 |
+
- `remove_unused_columns`: True
|
| 273 |
+
- `label_names`: None
|
| 274 |
+
- `load_best_model_at_end`: False
|
| 275 |
+
- `ignore_data_skip`: False
|
| 276 |
+
- `fsdp`: []
|
| 277 |
+
- `fsdp_min_num_params`: 0
|
| 278 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 279 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
| 280 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
| 281 |
+
- `deepspeed`: None
|
| 282 |
+
- `label_smoothing_factor`: 0.0
|
| 283 |
+
- `optim`: adamw_torch
|
| 284 |
+
- `optim_args`: None
|
| 285 |
+
- `adafactor`: False
|
| 286 |
+
- `group_by_length`: False
|
| 287 |
+
- `length_column_name`: length
|
| 288 |
+
- `ddp_find_unused_parameters`: None
|
| 289 |
+
- `ddp_bucket_cap_mb`: None
|
| 290 |
+
- `ddp_broadcast_buffers`: False
|
| 291 |
+
- `dataloader_pin_memory`: True
|
| 292 |
+
- `dataloader_persistent_workers`: False
|
| 293 |
+
- `skip_memory_metrics`: True
|
| 294 |
+
- `use_legacy_prediction_loop`: False
|
| 295 |
+
- `push_to_hub`: False
|
| 296 |
+
- `resume_from_checkpoint`: None
|
| 297 |
+
- `hub_model_id`: None
|
| 298 |
+
- `hub_strategy`: every_save
|
| 299 |
+
- `hub_private_repo`: None
|
| 300 |
+
- `hub_always_push`: False
|
| 301 |
+
- `hub_revision`: None
|
| 302 |
+
- `gradient_checkpointing`: False
|
| 303 |
+
- `gradient_checkpointing_kwargs`: None
|
| 304 |
+
- `include_inputs_for_metrics`: False
|
| 305 |
+
- `include_for_metrics`: []
|
| 306 |
+
- `eval_do_concat_batches`: True
|
| 307 |
+
- `fp16_backend`: auto
|
| 308 |
+
- `push_to_hub_model_id`: None
|
| 309 |
+
- `push_to_hub_organization`: None
|
| 310 |
+
- `mp_parameters`:
|
| 311 |
+
- `auto_find_batch_size`: False
|
| 312 |
+
- `full_determinism`: False
|
| 313 |
+
- `torchdynamo`: None
|
| 314 |
+
- `ray_scope`: last
|
| 315 |
+
- `ddp_timeout`: 1800
|
| 316 |
+
- `torch_compile`: False
|
| 317 |
+
- `torch_compile_backend`: None
|
| 318 |
+
- `torch_compile_mode`: None
|
| 319 |
+
- `include_tokens_per_second`: False
|
| 320 |
+
- `include_num_input_tokens_seen`: False
|
| 321 |
+
- `neftune_noise_alpha`: None
|
| 322 |
+
- `optim_target_modules`: None
|
| 323 |
+
- `batch_eval_metrics`: False
|
| 324 |
+
- `eval_on_start`: False
|
| 325 |
+
- `use_liger_kernel`: False
|
| 326 |
+
- `liger_kernel_config`: None
|
| 327 |
+
- `eval_use_gather_object`: False
|
| 328 |
+
- `average_tokens_across_devices`: False
|
| 329 |
+
- `prompts`: None
|
| 330 |
+
- `batch_sampler`: batch_sampler
|
| 331 |
+
- `multi_dataset_batch_sampler`: proportional
|
| 332 |
+
- `router_mapping`: {}
|
| 333 |
+
- `learning_rate_mapping`: {}
|
| 334 |
+
|
| 335 |
+
</details>
|
| 336 |
+
|
| 337 |
+
### Training Logs
|
| 338 |
+
<details><summary>Click to expand</summary>
|
| 339 |
+
|
| 340 |
+
| Epoch | Step | Training Loss |
|
| 341 |
+
|:------:|:-----:|:-------------:|
|
| 342 |
+
| 0.0015 | 100 | 11.8209 |
|
| 343 |
+
| 0.0030 | 200 | 11.5402 |
|
| 344 |
+
| 0.0046 | 300 | 11.2817 |
|
| 345 |
+
| 0.0061 | 400 | 11.1501 |
|
| 346 |
+
| 0.0076 | 500 | 10.5829 |
|
| 347 |
+
| 0.0091 | 600 | 10.0617 |
|
| 348 |
+
| 0.0107 | 700 | 9.6697 |
|
| 349 |
+
| 0.0122 | 800 | 9.3381 |
|
| 350 |
+
| 0.0137 | 900 | 8.9682 |
|
| 351 |
+
| 0.0152 | 1000 | 8.7555 |
|
| 352 |
+
| 0.0167 | 1100 | 8.6119 |
|
| 353 |
+
| 0.0183 | 1200 | 8.5628 |
|
| 354 |
+
| 0.0198 | 1300 | 8.5158 |
|
| 355 |
+
| 0.0213 | 1400 | 8.4803 |
|
| 356 |
+
| 0.0228 | 1500 | 8.4599 |
|
| 357 |
+
| 0.0244 | 1600 | 8.4506 |
|
| 358 |
+
| 0.0259 | 1700 | 8.4444 |
|
| 359 |
+
| 0.0274 | 1800 | 8.4166 |
|
| 360 |
+
| 0.0289 | 1900 | 8.4118 |
|
| 361 |
+
| 0.0305 | 2000 | 8.3848 |
|
| 362 |
+
| 0.0320 | 2100 | 8.3781 |
|
| 363 |
+
| 0.0335 | 2200 | 8.3782 |
|
| 364 |
+
| 0.0350 | 2300 | 8.3495 |
|
| 365 |
+
| 0.0365 | 2400 | 8.3462 |
|
| 366 |
+
| 0.0381 | 2500 | 8.3582 |
|
| 367 |
+
| 0.0396 | 2600 | 8.3337 |
|
| 368 |
+
| 0.0411 | 2700 | 8.3263 |
|
| 369 |
+
| 0.0426 | 2800 | 8.3261 |
|
| 370 |
+
| 0.0442 | 2900 | 8.2994 |
|
| 371 |
+
| 0.0457 | 3000 | 8.3027 |
|
| 372 |
+
| 0.0472 | 3100 | 8.3071 |
|
| 373 |
+
| 0.0487 | 3200 | 8.3062 |
|
| 374 |
+
| 0.0502 | 3300 | 8.2753 |
|
| 375 |
+
| 0.0518 | 3400 | 8.2743 |
|
| 376 |
+
| 0.0533 | 3500 | 8.2805 |
|
| 377 |
+
| 0.0548 | 3600 | 8.2679 |
|
| 378 |
+
| 0.0563 | 3700 | 8.2735 |
|
| 379 |
+
| 0.0579 | 3800 | 8.2669 |
|
| 380 |
+
| 0.0594 | 3900 | 8.2665 |
|
| 381 |
+
| 0.0609 | 4000 | 8.2463 |
|
| 382 |
+
| 0.0624 | 4100 | 8.2464 |
|
| 383 |
+
| 0.0639 | 4200 | 8.2505 |
|
| 384 |
+
| 0.0655 | 4300 | 8.2347 |
|
| 385 |
+
| 0.0670 | 4400 | 8.2356 |
|
| 386 |
+
| 0.0685 | 4500 | 8.2143 |
|
| 387 |
+
| 0.0700 | 4600 | 8.2157 |
|
| 388 |
+
| 0.0716 | 4700 | 8.2123 |
|
| 389 |
+
| 0.0731 | 4800 | 8.2186 |
|
| 390 |
+
| 0.0746 | 4900 | 8.2071 |
|
| 391 |
+
| 0.0761 | 5000 | 8.2004 |
|
| 392 |
+
| 0.0776 | 5100 | 8.2007 |
|
| 393 |
+
| 0.0792 | 5200 | 8.2099 |
|
| 394 |
+
| 0.0807 | 5300 | 8.1938 |
|
| 395 |
+
| 0.0822 | 5400 | 8.1945 |
|
| 396 |
+
| 0.0837 | 5500 | 8.1857 |
|
| 397 |
+
| 0.0853 | 5600 | 8.1857 |
|
| 398 |
+
| 0.0868 | 5700 | 8.183 |
|
| 399 |
+
| 0.0883 | 5800 | 8.1942 |
|
| 400 |
+
| 0.0898 | 5900 | 8.1603 |
|
| 401 |
+
| 0.0914 | 6000 | 8.1564 |
|
| 402 |
+
| 0.0929 | 6100 | 8.1644 |
|
| 403 |
+
| 0.0944 | 6200 | 8.1707 |
|
| 404 |
+
| 0.0959 | 6300 | 8.1625 |
|
| 405 |
+
| 0.0974 | 6400 | 8.1428 |
|
| 406 |
+
| 0.0990 | 6500 | 8.1556 |
|
| 407 |
+
| 0.1005 | 6600 | 8.1423 |
|
| 408 |
+
| 0.1020 | 6700 | 8.1434 |
|
| 409 |
+
| 0.1035 | 6800 | 8.14 |
|
| 410 |
+
| 0.1051 | 6900 | 8.15 |
|
| 411 |
+
| 0.1066 | 7000 | 8.1369 |
|
| 412 |
+
| 0.1081 | 7100 | 8.1349 |
|
| 413 |
+
| 0.1096 | 7200 | 8.1414 |
|
| 414 |
+
| 0.1111 | 7300 | 8.1175 |
|
| 415 |
+
| 0.1127 | 7400 | 8.1144 |
|
| 416 |
+
| 0.1142 | 7500 | 8.1202 |
|
| 417 |
+
| 0.1157 | 7600 | 8.0978 |
|
| 418 |
+
| 0.1172 | 7700 | 8.1213 |
|
| 419 |
+
| 0.1188 | 7800 | 8.0999 |
|
| 420 |
+
| 0.1203 | 7900 | 8.1001 |
|
| 421 |
+
| 0.1218 | 8000 | 8.0883 |
|
| 422 |
+
| 0.1233 | 8100 | 8.1111 |
|
| 423 |
+
| 0.1248 | 8200 | 8.1003 |
|
| 424 |
+
| 0.1264 | 8300 | 8.0971 |
|
| 425 |
+
| 0.1279 | 8400 | 8.1177 |
|
| 426 |
+
| 0.1294 | 8500 | 8.099 |
|
| 427 |
+
| 0.1309 | 8600 | 8.1015 |
|
| 428 |
+
| 0.1325 | 8700 | 8.1006 |
|
| 429 |
+
| 0.1340 | 8800 | 8.0826 |
|
| 430 |
+
| 0.1355 | 8900 | 8.0896 |
|
| 431 |
+
| 0.1370 | 9000 | 8.072 |
|
| 432 |
+
| 0.1385 | 9100 | 8.0749 |
|
| 433 |
+
| 0.1401 | 9200 | 8.0864 |
|
| 434 |
+
| 0.1416 | 9300 | 8.0913 |
|
| 435 |
+
| 0.1431 | 9400 | 8.0794 |
|
| 436 |
+
| 0.1446 | 9500 | 8.0693 |
|
| 437 |
+
| 0.1462 | 9600 | 8.0665 |
|
| 438 |
+
| 0.1477 | 9700 | 8.0698 |
|
| 439 |
+
| 0.1492 | 9800 | 8.0788 |
|
| 440 |
+
| 0.1507 | 9900 | 8.062 |
|
| 441 |
+
| 0.1523 | 10000 | 8.0552 |
|
| 442 |
+
| 0.1538 | 10100 | 8.0699 |
|
| 443 |
+
| 0.1553 | 10200 | 8.0528 |
|
| 444 |
+
| 0.1568 | 10300 | 8.0469 |
|
| 445 |
+
| 0.1583 | 10400 | 8.0657 |
|
| 446 |
+
| 0.1599 | 10500 | 8.0533 |
|
| 447 |
+
| 0.1614 | 10600 | 8.0503 |
|
| 448 |
+
| 0.1629 | 10700 | 8.0665 |
|
| 449 |
+
| 0.1644 | 10800 | 8.0383 |
|
| 450 |
+
| 0.1660 | 10900 | 8.0477 |
|
| 451 |
+
| 0.1675 | 11000 | 8.0487 |
|
| 452 |
+
| 0.1690 | 11100 | 8.0564 |
|
| 453 |
+
| 0.1705 | 11200 | 8.0657 |
|
| 454 |
+
| 0.1720 | 11300 | 8.0477 |
|
| 455 |
+
| 0.1736 | 11400 | 8.0444 |
|
| 456 |
+
| 0.1751 | 11500 | 8.0469 |
|
| 457 |
+
| 0.1766 | 11600 | 8.0384 |
|
| 458 |
+
| 0.1781 | 11700 | 8.0414 |
|
| 459 |
+
| 0.1797 | 11800 | 8.0446 |
|
| 460 |
+
| 0.1812 | 11900 | 8.0492 |
|
| 461 |
+
| 0.1827 | 12000 | 8.0391 |
|
| 462 |
+
| 0.1842 | 12100 | 8.0234 |
|
| 463 |
+
| 0.1857 | 12200 | 8.0256 |
|
| 464 |
+
| 0.1873 | 12300 | 8.0346 |
|
| 465 |
+
| 0.1888 | 12400 | 8.0245 |
|
| 466 |
+
| 0.1903 | 12500 | 8.0185 |
|
| 467 |
+
| 0.1918 | 12600 | 8.0225 |
|
| 468 |
+
| 0.1934 | 12700 | 8.0267 |
|
| 469 |
+
| 0.1949 | 12800 | 8.0468 |
|
| 470 |
+
| 0.1964 | 12900 | 8.0195 |
|
| 471 |
+
| 0.1979 | 13000 | 8.0293 |
|
| 472 |
+
| 0.1994 | 13100 | 8.0132 |
|
| 473 |
+
| 0.2010 | 13200 | 8.029 |
|
| 474 |
+
| 0.2025 | 13300 | 8.0177 |
|
| 475 |
+
| 0.2040 | 13400 | 7.9961 |
|
| 476 |
+
| 0.2055 | 13500 | 8.0149 |
|
| 477 |
+
| 0.2071 | 13600 | 8.0102 |
|
| 478 |
+
| 0.2086 | 13700 | 8.0201 |
|
| 479 |
+
| 0.2101 | 13800 | 8.0256 |
|
| 480 |
+
| 0.2116 | 13900 | 8.0067 |
|
| 481 |
+
| 0.2132 | 14000 | 8.0105 |
|
| 482 |
+
| 0.2147 | 14100 | 8.0077 |
|
| 483 |
+
| 0.2162 | 14200 | 8.0151 |
|
| 484 |
+
| 0.2177 | 14300 | 8.0208 |
|
| 485 |
+
| 0.2192 | 14400 | 7.9954 |
|
| 486 |
+
| 0.2208 | 14500 | 8.0184 |
|
| 487 |
+
| 0.2223 | 14600 | 7.9915 |
|
| 488 |
+
| 0.2238 | 14700 | 8.0013 |
|
| 489 |
+
| 0.2253 | 14800 | 8.0177 |
|
| 490 |
+
| 0.2269 | 14900 | 7.9963 |
|
| 491 |
+
| 0.2284 | 15000 | 8.0014 |
|
| 492 |
+
| 0.2299 | 15100 | 8.0038 |
|
| 493 |
+
| 0.2314 | 15200 | 7.9831 |
|
| 494 |
+
| 0.2329 | 15300 | 7.9983 |
|
| 495 |
+
| 0.2345 | 15400 | 7.9953 |
|
| 496 |
+
| 0.2360 | 15500 | 7.9829 |
|
| 497 |
+
| 0.2375 | 15600 | 7.9888 |
|
| 498 |
+
| 0.2390 | 15700 | 7.9763 |
|
| 499 |
+
| 0.2406 | 15800 | 7.9822 |
|
| 500 |
+
| 0.2421 | 15900 | 7.9795 |
|
| 501 |
+
| 0.2436 | 16000 | 7.9858 |
|
| 502 |
+
| 0.2451 | 16100 | 7.9737 |
|
| 503 |
+
| 0.2466 | 16200 | 7.9821 |
|
| 504 |
+
| 0.2482 | 16300 | 7.9793 |
|
| 505 |
+
| 0.2497 | 16400 | 7.9683 |
|
| 506 |
+
| 0.2512 | 16500 | 7.9785 |
|
| 507 |
+
| 0.2527 | 16600 | 7.9766 |
|
| 508 |
+
| 0.2543 | 16700 | 7.979 |
|
| 509 |
+
| 0.2558 | 16800 | 7.977 |
|
| 510 |
+
| 0.2573 | 16900 | 7.9742 |
|
| 511 |
+
| 0.2588 | 17000 | 7.9824 |
|
| 512 |
+
| 0.2603 | 17100 | 7.96 |
|
| 513 |
+
| 0.2619 | 17200 | 7.9828 |
|
| 514 |
+
| 0.2634 | 17300 | 7.9696 |
|
| 515 |
+
| 0.2649 | 17400 | 7.979 |
|
| 516 |
+
| 0.2664 | 17500 | 7.9837 |
|
| 517 |
+
| 0.2680 | 17600 | 7.955 |
|
| 518 |
+
| 0.2695 | 17700 | 7.9561 |
|
| 519 |
+
| 0.2710 | 17800 | 7.9899 |
|
| 520 |
+
| 0.2725 | 17900 | 7.9699 |
|
| 521 |
+
| 0.2741 | 18000 | 7.9849 |
|
| 522 |
+
| 0.2756 | 18100 | 7.9622 |
|
| 523 |
+
| 0.2771 | 18200 | 7.9561 |
|
| 524 |
+
| 0.2786 | 18300 | 7.976 |
|
| 525 |
+
| 0.2801 | 18400 | 7.9805 |
|
| 526 |
+
| 0.2817 | 18500 | 7.9639 |
|
| 527 |
+
| 0.2832 | 18600 | 7.9533 |
|
| 528 |
+
| 0.2847 | 18700 | 7.972 |
|
| 529 |
+
| 0.2862 | 18800 | 7.9847 |
|
| 530 |
+
| 0.2878 | 18900 | 7.9502 |
|
| 531 |
+
| 0.2893 | 19000 | 7.9681 |
|
| 532 |
+
| 0.2908 | 19100 | 7.9574 |
|
| 533 |
+
| 0.2923 | 19200 | 7.9697 |
|
| 534 |
+
| 0.2938 | 19300 | 7.9639 |
|
| 535 |
+
| 0.2954 | 19400 | 7.955 |
|
| 536 |
+
| 0.2969 | 19500 | 7.9647 |
|
| 537 |
+
| 0.2984 | 19600 | 7.9565 |
|
| 538 |
+
| 0.2999 | 19700 | 7.9494 |
|
| 539 |
+
| 0.3015 | 19800 | 7.9708 |
|
| 540 |
+
| 0.3030 | 19900 | 7.9599 |
|
| 541 |
+
| 0.3045 | 20000 | 7.9781 |
|
| 542 |
+
| 0.3060 | 20100 | 7.9363 |
|
| 543 |
+
| 0.3075 | 20200 | 7.9599 |
|
| 544 |
+
| 0.3091 | 20300 | 7.9311 |
|
| 545 |
+
| 0.3106 | 20400 | 7.9446 |
|
| 546 |
+
| 0.3121 | 20500 | 7.9482 |
|
| 547 |
+
| 0.3136 | 20600 | 7.9529 |
|
| 548 |
+
| 0.3152 | 20700 | 7.9624 |
|
| 549 |
+
| 0.3167 | 20800 | 7.9534 |
|
| 550 |
+
| 0.3182 | 20900 | 7.9588 |
|
| 551 |
+
| 0.3197 | 21000 | 7.9606 |
|
| 552 |
+
| 0.3212 | 21100 | 7.9268 |
|
| 553 |
+
| 0.3228 | 21200 | 7.9501 |
|
| 554 |
+
| 0.3243 | 21300 | 7.9346 |
|
| 555 |
+
| 0.3258 | 21400 | 7.9411 |
|
| 556 |
+
| 0.3273 | 21500 | 7.9331 |
|
| 557 |
+
| 0.3289 | 21600 | 7.9612 |
|
| 558 |
+
| 0.3304 | 21700 | 7.9609 |
|
| 559 |
+
| 0.3319 | 21800 | 7.9322 |
|
| 560 |
+
| 0.3334 | 21900 | 7.9416 |
|
| 561 |
+
| 0.3350 | 22000 | 7.9288 |
|
| 562 |
+
| 0.3365 | 22100 | 7.9436 |
|
| 563 |
+
| 0.3380 | 22200 | 7.9382 |
|
| 564 |
+
| 0.3395 | 22300 | 7.9259 |
|
| 565 |
+
| 0.3410 | 22400 | 7.9265 |
|
| 566 |
+
| 0.3426 | 22500 | 7.9275 |
|
| 567 |
+
| 0.3441 | 22600 | 7.9568 |
|
| 568 |
+
| 0.3456 | 22700 | 7.9347 |
|
| 569 |
+
| 0.3471 | 22800 | 7.9205 |
|
| 570 |
+
| 0.3487 | 22900 | 7.9319 |
|
| 571 |
+
| 0.3502 | 23000 | 7.9266 |
|
| 572 |
+
| 0.3517 | 23100 | 7.9435 |
|
| 573 |
+
| 0.3532 | 23200 | 7.9404 |
|
| 574 |
+
| 0.3547 | 23300 | 7.9327 |
|
| 575 |
+
| 0.3563 | 23400 | 7.9312 |
|
| 576 |
+
| 0.3578 | 23500 | 7.93 |
|
| 577 |
+
| 0.3593 | 23600 | 7.916 |
|
| 578 |
+
| 0.3608 | 23700 | 7.9342 |
|
| 579 |
+
| 0.3624 | 23800 | 7.9371 |
|
| 580 |
+
| 0.3639 | 23900 | 7.917 |
|
| 581 |
+
| 0.3654 | 24000 | 7.9196 |
|
| 582 |
+
| 0.3669 | 24100 | 7.934 |
|
| 583 |
+
| 0.3684 | 24200 | 7.929 |
|
| 584 |
+
| 0.3700 | 24300 | 7.9386 |
|
| 585 |
+
| 0.3715 | 24400 | 7.9194 |
|
| 586 |
+
| 0.3730 | 24500 | 7.9228 |
|
| 587 |
+
| 0.3745 | 24600 | 7.9261 |
|
| 588 |
+
| 0.3761 | 24700 | 7.9218 |
|
| 589 |
+
| 0.3776 | 24800 | 7.9048 |
|
| 590 |
+
| 0.3791 | 24900 | 7.9264 |
|
| 591 |
+
| 0.3806 | 25000 | 7.9198 |
|
| 592 |
+
| 0.3822 | 25100 | 7.9206 |
|
| 593 |
+
| 0.3837 | 25200 | 7.9159 |
|
| 594 |
+
| 0.3852 | 25300 | 7.9106 |
|
| 595 |
+
| 0.3867 | 25400 | 7.905 |
|
| 596 |
+
| 0.3882 | 25500 | 7.9215 |
|
| 597 |
+
| 0.3898 | 25600 | 7.9186 |
|
| 598 |
+
| 0.3913 | 25700 | 7.9055 |
|
| 599 |
+
| 0.3928 | 25800 | 7.9032 |
|
| 600 |
+
| 0.3943 | 25900 | 7.9094 |
|
| 601 |
+
| 0.3959 | 26000 | 7.8977 |
|
| 602 |
+
| 0.3974 | 26100 | 7.9013 |
|
| 603 |
+
| 0.3989 | 26200 | 7.918 |
|
| 604 |
+
| 0.4004 | 26300 | 7.9182 |
|
| 605 |
+
| 0.4019 | 26400 | 7.9105 |
|
| 606 |
+
| 0.4035 | 26500 | 7.9071 |
|
| 607 |
+
| 0.4050 | 26600 | 7.9253 |
|
| 608 |
+
| 0.4065 | 26700 | 7.9091 |
|
| 609 |
+
| 0.4080 | 26800 | 7.9196 |
|
| 610 |
+
| 0.4096 | 26900 | 7.9094 |
|
| 611 |
+
| 0.4111 | 27000 | 7.9229 |
|
| 612 |
+
| 0.4126 | 27100 | 7.911 |
|
| 613 |
+
| 0.4141 | 27200 | 7.8899 |
|
| 614 |
+
| 0.4156 | 27300 | 7.9316 |
|
| 615 |
+
| 0.4172 | 27400 | 7.8894 |
|
| 616 |
+
| 0.4187 | 27500 | 7.9143 |
|
| 617 |
+
| 0.4202 | 27600 | 7.9046 |
|
| 618 |
+
| 0.4217 | 27700 | 7.8977 |
|
| 619 |
+
| 0.4233 | 27800 | 7.8756 |
|
| 620 |
+
| 0.4248 | 27900 | 7.8881 |
|
| 621 |
+
| 0.4263 | 28000 | 7.9026 |
|
| 622 |
+
| 0.4278 | 28100 | 7.9071 |
|
| 623 |
+
| 0.4293 | 28200 | 7.9115 |
|
| 624 |
+
| 0.4309 | 28300 | 7.9058 |
|
| 625 |
+
| 0.4324 | 28400 | 7.889 |
|
| 626 |
+
| 0.4339 | 28500 | 7.8942 |
|
| 627 |
+
| 0.4354 | 28600 | 7.8969 |
|
| 628 |
+
| 0.4370 | 28700 | 7.9029 |
|
| 629 |
+
| 0.4385 | 28800 | 7.8911 |
|
| 630 |
+
| 0.4400 | 28900 | 7.8799 |
|
| 631 |
+
| 0.4415 | 29000 | 7.8743 |
|
| 632 |
+
| 0.4431 | 29100 | 7.9117 |
|
| 633 |
+
| 0.4446 | 29200 | 7.8922 |
|
| 634 |
+
| 0.4461 | 29300 | 7.9221 |
|
| 635 |
+
| 0.4476 | 29400 | 7.8975 |
|
| 636 |
+
| 0.4491 | 29500 | 7.9151 |
|
| 637 |
+
| 0.4507 | 29600 | 7.8861 |
|
| 638 |
+
| 0.4522 | 29700 | 7.9109 |
|
| 639 |
+
| 0.4537 | 29800 | 7.8892 |
|
| 640 |
+
| 0.4552 | 29900 | 7.9072 |
|
| 641 |
+
| 0.4568 | 30000 | 7.9004 |
|
| 642 |
+
| 0.4583 | 30100 | 7.8736 |
|
| 643 |
+
| 0.4598 | 30200 | 7.9009 |
|
| 644 |
+
| 0.4613 | 30300 | 7.9058 |
|
| 645 |
+
| 0.4628 | 30400 | 7.8926 |
|
| 646 |
+
| 0.4644 | 30500 | 7.9111 |
|
| 647 |
+
| 0.4659 | 30600 | 7.8922 |
|
| 648 |
+
| 0.4674 | 30700 | 7.9212 |
|
| 649 |
+
| 0.4689 | 30800 | 7.8591 |
|
| 650 |
+
| 0.4705 | 30900 | 7.8885 |
|
| 651 |
+
| 0.4720 | 31000 | 7.9038 |
|
| 652 |
+
| 0.4735 | 31100 | 7.8983 |
|
| 653 |
+
| 0.4750 | 31200 | 7.8894 |
|
| 654 |
+
| 0.4765 | 31300 | 7.8918 |
|
| 655 |
+
| 0.4781 | 31400 | 7.8758 |
|
| 656 |
+
| 0.4796 | 31500 | 7.8818 |
|
| 657 |
+
| 0.4811 | 31600 | 7.8897 |
|
| 658 |
+
| 0.4826 | 31700 | 7.8722 |
|
| 659 |
+
| 0.4842 | 31800 | 7.8683 |
|
| 660 |
+
| 0.4857 | 31900 | 7.8811 |
|
| 661 |
+
| 0.4872 | 32000 | 7.8735 |
|
| 662 |
+
| 0.4887 | 32100 | 7.8972 |
|
| 663 |
+
| 0.4902 | 32200 | 7.8855 |
|
| 664 |
+
| 0.4918 | 32300 | 7.8977 |
|
| 665 |
+
| 0.4933 | 32400 | 7.8635 |
|
| 666 |
+
| 0.4948 | 32500 | 7.8849 |
|
| 667 |
+
| 0.4963 | 32600 | 7.8745 |
|
| 668 |
+
| 0.4979 | 32700 | 7.8924 |
|
| 669 |
+
| 0.4994 | 32800 | 7.8666 |
|
| 670 |
+
| 0.5009 | 32900 | 7.8872 |
|
| 671 |
+
| 0.5024 | 33000 | 7.8965 |
|
| 672 |
+
| 0.5040 | 33100 | 7.8705 |
|
| 673 |
+
| 0.5055 | 33200 | 7.8926 |
|
| 674 |
+
| 0.5070 | 33300 | 7.8697 |
|
| 675 |
+
| 0.5085 | 33400 | 7.8752 |
|
| 676 |
+
| 0.5100 | 33500 | 7.8949 |
|
| 677 |
+
| 0.5116 | 33600 | 7.8844 |
|
| 678 |
+
| 0.5131 | 33700 | 7.8678 |
|
| 679 |
+
| 0.5146 | 33800 | 7.8807 |
|
| 680 |
+
| 0.5161 | 33900 | 7.8904 |
|
| 681 |
+
| 0.5177 | 34000 | 7.8595 |
|
| 682 |
+
| 0.5192 | 34100 | 7.8743 |
|
| 683 |
+
| 0.5207 | 34200 | 7.8716 |
|
| 684 |
+
| 0.5222 | 34300 | 7.8908 |
|
| 685 |
+
| 0.5237 | 34400 | 7.8586 |
|
| 686 |
+
| 0.5253 | 34500 | 7.8698 |
|
| 687 |
+
| 0.5268 | 34600 | 7.871 |
|
| 688 |
+
| 0.5283 | 34700 | 7.8758 |
|
| 689 |
+
| 0.5298 | 34800 | 7.8698 |
|
| 690 |
+
| 0.5314 | 34900 | 7.8578 |
|
| 691 |
+
| 0.5329 | 35000 | 7.8447 |
|
| 692 |
+
| 0.5344 | 35100 | 7.8611 |
|
| 693 |
+
| 0.5359 | 35200 | 7.8727 |
|
| 694 |
+
| 0.5374 | 35300 | 7.8655 |
|
| 695 |
+
| 0.5390 | 35400 | 7.8786 |
|
| 696 |
+
| 0.5405 | 35500 | 7.8706 |
|
| 697 |
+
| 0.5420 | 35600 | 7.8736 |
|
| 698 |
+
| 0.5435 | 35700 | 7.8741 |
|
| 699 |
+
| 0.5451 | 35800 | 7.8801 |
|
| 700 |
+
| 0.5466 | 35900 | 7.8552 |
|
| 701 |
+
| 0.5481 | 36000 | 7.891 |
|
| 702 |
+
| 0.5496 | 36100 | 7.8654 |
|
| 703 |
+
| 0.5511 | 36200 | 7.8689 |
|
| 704 |
+
| 0.5527 | 36300 | 7.869 |
|
| 705 |
+
| 0.5542 | 36400 | 7.8677 |
|
| 706 |
+
| 0.5557 | 36500 | 7.8475 |
|
| 707 |
+
| 0.5572 | 36600 | 7.8691 |
|
| 708 |
+
| 0.5588 | 36700 | 7.8662 |
|
| 709 |
+
| 0.5603 | 36800 | 7.8852 |
|
| 710 |
+
| 0.5618 | 36900 | 7.8632 |
|
| 711 |
+
| 0.5633 | 37000 | 7.8513 |
|
| 712 |
+
| 0.5649 | 37100 | 7.8691 |
|
| 713 |
+
| 0.5664 | 37200 | 7.8513 |
|
| 714 |
+
| 0.5679 | 37300 | 7.8642 |
|
| 715 |
+
| 0.5694 | 37400 | 7.8767 |
|
| 716 |
+
| 0.5709 | 37500 | 7.8693 |
|
| 717 |
+
| 0.5725 | 37600 | 7.8807 |
|
| 718 |
+
| 0.5740 | 37700 | 7.8741 |
|
| 719 |
+
| 0.5755 | 37800 | 7.8708 |
|
| 720 |
+
| 0.5770 | 37900 | 7.8696 |
|
| 721 |
+
| 0.5786 | 38000 | 7.8642 |
|
| 722 |
+
| 0.5801 | 38100 | 7.8688 |
|
| 723 |
+
| 0.5816 | 38200 | 7.8445 |
|
| 724 |
+
| 0.5831 | 38300 | 7.8474 |
|
| 725 |
+
| 0.5846 | 38400 | 7.8608 |
|
| 726 |
+
| 0.5862 | 38500 | 7.846 |
|
| 727 |
+
| 0.5877 | 38600 | 7.8701 |
|
| 728 |
+
| 0.5892 | 38700 | 7.8543 |
|
| 729 |
+
| 0.5907 | 38800 | 7.8704 |
|
| 730 |
+
| 0.5923 | 38900 | 7.8611 |
|
| 731 |
+
| 0.5938 | 39000 | 7.8677 |
|
| 732 |
+
| 0.5953 | 39100 | 7.8625 |
|
| 733 |
+
| 0.5968 | 39200 | 7.8809 |
|
| 734 |
+
| 0.5983 | 39300 | 7.8587 |
|
| 735 |
+
| 0.5999 | 39400 | 7.8566 |
|
| 736 |
+
| 0.6014 | 39500 | 7.8658 |
|
| 737 |
+
| 0.6029 | 39600 | 7.8513 |
|
| 738 |
+
| 0.6044 | 39700 | 7.8685 |
|
| 739 |
+
| 0.6060 | 39800 | 7.8476 |
|
| 740 |
+
| 0.6075 | 39900 | 7.8375 |
|
| 741 |
+
| 0.6090 | 40000 | 7.8707 |
|
| 742 |
+
| 0.6105 | 40100 | 7.8599 |
|
| 743 |
+
| 0.6120 | 40200 | 7.8602 |
|
| 744 |
+
| 0.6136 | 40300 | 7.8509 |
|
| 745 |
+
| 0.6151 | 40400 | 7.8491 |
|
| 746 |
+
| 0.6166 | 40500 | 7.841 |
|
| 747 |
+
| 0.6181 | 40600 | 7.8454 |
|
| 748 |
+
| 0.6197 | 40700 | 7.8492 |
|
| 749 |
+
| 0.6212 | 40800 | 7.8725 |
|
| 750 |
+
| 0.6227 | 40900 | 7.8411 |
|
| 751 |
+
| 0.6242 | 41000 | 7.8496 |
|
| 752 |
+
| 0.6258 | 41100 | 7.8304 |
|
| 753 |
+
| 0.6273 | 41200 | 7.8273 |
|
| 754 |
+
| 0.6288 | 41300 | 7.862 |
|
| 755 |
+
| 0.6303 | 41400 | 7.854 |
|
| 756 |
+
| 0.6318 | 41500 | 7.8462 |
|
| 757 |
+
| 0.6334 | 41600 | 7.8418 |
|
| 758 |
+
| 0.6349 | 41700 | 7.8423 |
|
| 759 |
+
| 0.6364 | 41800 | 7.8522 |
|
| 760 |
+
| 0.6379 | 41900 | 7.8574 |
|
| 761 |
+
| 0.6395 | 42000 | 7.8348 |
|
| 762 |
+
| 0.6410 | 42100 | 7.8371 |
|
| 763 |
+
| 0.6425 | 42200 | 7.8462 |
|
| 764 |
+
| 0.6440 | 42300 | 7.8367 |
|
| 765 |
+
| 0.6455 | 42400 | 7.8649 |
|
| 766 |
+
| 0.6471 | 42500 | 7.8708 |
|
| 767 |
+
| 0.6486 | 42600 | 7.834 |
|
| 768 |
+
| 0.6501 | 42700 | 7.8318 |
|
| 769 |
+
| 0.6516 | 42800 | 7.8604 |
|
| 770 |
+
| 0.6532 | 42900 | 7.8496 |
|
| 771 |
+
| 0.6547 | 43000 | 7.827 |
|
| 772 |
+
| 0.6562 | 43100 | 7.8456 |
|
| 773 |
+
| 0.6577 | 43200 | 7.849 |
|
| 774 |
+
| 0.6592 | 43300 | 7.8772 |
|
| 775 |
+
| 0.6608 | 43400 | 7.8538 |
|
| 776 |
+
| 0.6623 | 43500 | 7.8617 |
|
| 777 |
+
| 0.6638 | 43600 | 7.8309 |
|
| 778 |
+
| 0.6653 | 43700 | 7.8405 |
|
| 779 |
+
| 0.6669 | 43800 | 7.8367 |
|
| 780 |
+
| 0.6684 | 43900 | 7.8552 |
|
| 781 |
+
| 0.6699 | 44000 | 7.8456 |
|
| 782 |
+
| 0.6714 | 44100 | 7.8434 |
|
| 783 |
+
| 0.6729 | 44200 | 7.8215 |
|
| 784 |
+
| 0.6745 | 44300 | 7.8504 |
|
| 785 |
+
| 0.6760 | 44400 | 7.8153 |
|
| 786 |
+
| 0.6775 | 44500 | 7.8521 |
|
| 787 |
+
| 0.6790 | 44600 | 7.8265 |
|
| 788 |
+
| 0.6806 | 44700 | 7.8568 |
|
| 789 |
+
| 0.6821 | 44800 | 7.8373 |
|
| 790 |
+
| 0.6836 | 44900 | 7.8438 |
|
| 791 |
+
| 0.6851 | 45000 | 7.8583 |
|
| 792 |
+
| 0.6867 | 45100 | 7.847 |
|
| 793 |
+
| 0.6882 | 45200 | 7.8383 |
|
| 794 |
+
| 0.6897 | 45300 | 7.838 |
|
| 795 |
+
| 0.6912 | 45400 | 7.8262 |
|
| 796 |
+
| 0.6927 | 45500 | 7.832 |
|
| 797 |
+
| 0.6943 | 45600 | 7.8331 |
|
| 798 |
+
| 0.6958 | 45700 | 7.8472 |
|
| 799 |
+
| 0.6973 | 45800 | 7.838 |
|
| 800 |
+
| 0.6988 | 45900 | 7.8563 |
|
| 801 |
+
| 0.7004 | 46000 | 7.8461 |
|
| 802 |
+
| 0.7019 | 46100 | 7.8381 |
|
| 803 |
+
| 0.7034 | 46200 | 7.8566 |
|
| 804 |
+
| 0.7049 | 46300 | 7.8464 |
|
| 805 |
+
| 0.7064 | 46400 | 7.837 |
|
| 806 |
+
| 0.7080 | 46500 | 7.8358 |
|
| 807 |
+
| 0.7095 | 46600 | 7.8627 |
|
| 808 |
+
| 0.7110 | 46700 | 7.8511 |
|
| 809 |
+
| 0.7125 | 46800 | 7.8442 |
|
| 810 |
+
| 0.7141 | 46900 | 7.8467 |
|
| 811 |
+
| 0.7156 | 47000 | 7.8388 |
|
| 812 |
+
| 0.7171 | 47100 | 7.8385 |
|
| 813 |
+
| 0.7186 | 47200 | 7.851 |
|
| 814 |
+
| 0.7201 | 47300 | 7.8466 |
|
| 815 |
+
| 0.7217 | 47400 | 7.8353 |
|
| 816 |
+
| 0.7232 | 47500 | 7.8536 |
|
| 817 |
+
| 0.7247 | 47600 | 7.8335 |
|
| 818 |
+
| 0.7262 | 47700 | 7.8312 |
|
| 819 |
+
| 0.7278 | 47800 | 7.8338 |
|
| 820 |
+
| 0.7293 | 47900 | 7.8291 |
|
| 821 |
+
| 0.7308 | 48000 | 7.8339 |
|
| 822 |
+
| 0.7323 | 48100 | 7.8368 |
|
| 823 |
+
| 0.7338 | 48200 | 7.8303 |
|
| 824 |
+
| 0.7354 | 48300 | 7.8457 |
|
| 825 |
+
| 0.7369 | 48400 | 7.8312 |
|
| 826 |
+
| 0.7384 | 48500 | 7.8442 |
|
| 827 |
+
| 0.7399 | 48600 | 7.8415 |
|
| 828 |
+
| 0.7415 | 48700 | 7.8326 |
|
| 829 |
+
| 0.7430 | 48800 | 7.83 |
|
| 830 |
+
| 0.7445 | 48900 | 7.8398 |
|
| 831 |
+
| 0.7460 | 49000 | 7.8305 |
|
| 832 |
+
| 0.7476 | 49100 | 7.835 |
|
| 833 |
+
| 0.7491 | 49200 | 7.8421 |
|
| 834 |
+
| 0.7506 | 49300 | 7.8342 |
|
| 835 |
+
| 0.7521 | 49400 | 7.846 |
|
| 836 |
+
| 0.7536 | 49500 | 7.8187 |
|
| 837 |
+
| 0.7552 | 49600 | 7.8314 |
|
| 838 |
+
| 0.7567 | 49700 | 7.8289 |
|
| 839 |
+
| 0.7582 | 49800 | 7.8421 |
|
| 840 |
+
| 0.7597 | 49900 | 7.8559 |
|
| 841 |
+
| 0.7613 | 50000 | 7.8445 |
|
| 842 |
+
| 0.7628 | 50100 | 7.8115 |
|
| 843 |
+
| 0.7643 | 50200 | 7.8541 |
|
| 844 |
+
| 0.7658 | 50300 | 7.8359 |
|
| 845 |
+
| 0.7673 | 50400 | 7.8239 |
|
| 846 |
+
| 0.7689 | 50500 | 7.834 |
|
| 847 |
+
| 0.7704 | 50600 | 7.8407 |
|
| 848 |
+
| 0.7719 | 50700 | 7.8369 |
|
| 849 |
+
| 0.7734 | 50800 | 7.8588 |
|
| 850 |
+
| 0.7750 | 50900 | 7.8307 |
|
| 851 |
+
| 0.7765 | 51000 | 7.8117 |
|
| 852 |
+
| 0.7780 | 51100 | 7.8262 |
|
| 853 |
+
| 0.7795 | 51200 | 7.8324 |
|
| 854 |
+
| 0.7810 | 51300 | 7.8271 |
|
| 855 |
+
| 0.7826 | 51400 | 7.8221 |
|
| 856 |
+
| 0.7841 | 51500 | 7.828 |
|
| 857 |
+
| 0.7856 | 51600 | 7.8217 |
|
| 858 |
+
| 0.7871 | 51700 | 7.8404 |
|
| 859 |
+
| 0.7887 | 51800 | 7.8268 |
|
| 860 |
+
| 0.7902 | 51900 | 7.8256 |
|
| 861 |
+
| 0.7917 | 52000 | 7.8258 |
|
| 862 |
+
| 0.7932 | 52100 | 7.8308 |
|
| 863 |
+
| 0.7948 | 52200 | 7.8252 |
|
| 864 |
+
| 0.7963 | 52300 | 7.8276 |
|
| 865 |
+
| 0.7978 | 52400 | 7.8101 |
|
| 866 |
+
| 0.7993 | 52500 | 7.8217 |
|
| 867 |
+
| 0.8008 | 52600 | 7.8282 |
|
| 868 |
+
| 0.8024 | 52700 | 7.8613 |
|
| 869 |
+
| 0.8039 | 52800 | 7.8352 |
|
| 870 |
+
| 0.8054 | 52900 | 7.8258 |
|
| 871 |
+
| 0.8069 | 53000 | 7.8166 |
|
| 872 |
+
| 0.8085 | 53100 | 7.8245 |
|
| 873 |
+
| 0.8100 | 53200 | 7.8186 |
|
| 874 |
+
| 0.8115 | 53300 | 7.8166 |
|
| 875 |
+
| 0.8130 | 53400 | 7.816 |
|
| 876 |
+
| 0.8145 | 53500 | 7.8353 |
|
| 877 |
+
| 0.8161 | 53600 | 7.8194 |
|
| 878 |
+
| 0.8176 | 53700 | 7.8204 |
|
| 879 |
+
| 0.8191 | 53800 | 7.8354 |
|
| 880 |
+
| 0.8206 | 53900 | 7.8261 |
|
| 881 |
+
| 0.8222 | 54000 | 7.8463 |
|
| 882 |
+
| 0.8237 | 54100 | 7.8254 |
|
| 883 |
+
| 0.8252 | 54200 | 7.818 |
|
| 884 |
+
| 0.8267 | 54300 | 7.8266 |
|
| 885 |
+
| 0.8282 | 54400 | 7.8093 |
|
| 886 |
+
| 0.8298 | 54500 | 7.8297 |
|
| 887 |
+
| 0.8313 | 54600 | 7.8457 |
|
| 888 |
+
| 0.8328 | 54700 | 7.8311 |
|
| 889 |
+
| 0.8343 | 54800 | 7.8281 |
|
| 890 |
+
| 0.8359 | 54900 | 7.8158 |
|
| 891 |
+
| 0.8374 | 55000 | 7.8196 |
|
| 892 |
+
| 0.8389 | 55100 | 7.843 |
|
| 893 |
+
| 0.8404 | 55200 | 7.8168 |
|
| 894 |
+
| 0.8419 | 55300 | 7.8125 |
|
| 895 |
+
| 0.8435 | 55400 | 7.8077 |
|
| 896 |
+
| 0.8450 | 55500 | 7.8112 |
|
| 897 |
+
| 0.8465 | 55600 | 7.8165 |
|
| 898 |
+
| 0.8480 | 55700 | 7.8116 |
|
| 899 |
+
| 0.8496 | 55800 | 7.7858 |
|
| 900 |
+
| 0.8511 | 55900 | 7.8216 |
|
| 901 |
+
| 0.8526 | 56000 | 7.8326 |
|
| 902 |
+
| 0.8541 | 56100 | 7.8207 |
|
| 903 |
+
| 0.8557 | 56200 | 7.8246 |
|
| 904 |
+
| 0.8572 | 56300 | 7.8004 |
|
| 905 |
+
| 0.8587 | 56400 | 7.8195 |
|
| 906 |
+
| 0.8602 | 56500 | 7.8212 |
|
| 907 |
+
| 0.8617 | 56600 | 7.8016 |
|
| 908 |
+
| 0.8633 | 56700 | 7.8264 |
|
| 909 |
+
| 0.8648 | 56800 | 7.7963 |
|
| 910 |
+
| 0.8663 | 56900 | 7.801 |
|
| 911 |
+
| 0.8678 | 57000 | 7.8315 |
|
| 912 |
+
| 0.8694 | 57100 | 7.8263 |
|
| 913 |
+
| 0.8709 | 57200 | 7.7979 |
|
| 914 |
+
| 0.8724 | 57300 | 7.8204 |
|
| 915 |
+
| 0.8739 | 57400 | 7.8276 |
|
| 916 |
+
| 0.8754 | 57500 | 7.8276 |
|
| 917 |
+
| 0.8770 | 57600 | 7.7986 |
|
| 918 |
+
| 0.8785 | 57700 | 7.795 |
|
| 919 |
+
| 0.8800 | 57800 | 7.8201 |
|
| 920 |
+
| 0.8815 | 57900 | 7.8109 |
|
| 921 |
+
| 0.8831 | 58000 | 7.8204 |
|
| 922 |
+
| 0.8846 | 58100 | 7.8294 |
|
| 923 |
+
| 0.8861 | 58200 | 7.8154 |
|
| 924 |
+
| 0.8876 | 58300 | 7.7995 |
|
| 925 |
+
| 0.8891 | 58400 | 7.8059 |
|
| 926 |
+
| 0.8907 | 58500 | 7.826 |
|
| 927 |
+
| 0.8922 | 58600 | 7.8412 |
|
| 928 |
+
| 0.8937 | 58700 | 7.8326 |
|
| 929 |
+
| 0.8952 | 58800 | 7.8078 |
|
| 930 |
+
| 0.8968 | 58900 | 7.8314 |
|
| 931 |
+
| 0.8983 | 59000 | 7.7992 |
|
| 932 |
+
| 0.8998 | 59100 | 7.8209 |
|
| 933 |
+
| 0.9013 | 59200 | 7.8388 |
|
| 934 |
+
| 0.9028 | 59300 | 7.7981 |
|
| 935 |
+
| 0.9044 | 59400 | 7.8047 |
|
| 936 |
+
| 0.9059 | 59500 | 7.8209 |
|
| 937 |
+
| 0.9074 | 59600 | 7.8173 |
|
| 938 |
+
| 0.9089 | 59700 | 7.8073 |
|
| 939 |
+
| 0.9105 | 59800 | 7.8105 |
|
| 940 |
+
| 0.9120 | 59900 | 7.8047 |
|
| 941 |
+
| 0.9135 | 60000 | 7.8104 |
|
| 942 |
+
| 0.9150 | 60100 | 7.8217 |
|
| 943 |
+
| 0.9166 | 60200 | 7.8212 |
|
| 944 |
+
| 0.9181 | 60300 | 7.7984 |
|
| 945 |
+
| 0.9196 | 60400 | 7.8127 |
|
| 946 |
+
| 0.9211 | 60500 | 7.8227 |
|
| 947 |
+
| 0.9226 | 60600 | 7.8057 |
|
| 948 |
+
| 0.9242 | 60700 | 7.8092 |
|
| 949 |
+
| 0.9257 | 60800 | 7.8461 |
|
| 950 |
+
| 0.9272 | 60900 | 7.8068 |
|
| 951 |
+
| 0.9287 | 61000 | 7.8208 |
|
| 952 |
+
| 0.9303 | 61100 | 7.8149 |
|
| 953 |
+
| 0.9318 | 61200 | 7.8076 |
|
| 954 |
+
| 0.9333 | 61300 | 7.8143 |
|
| 955 |
+
| 0.9348 | 61400 | 7.8119 |
|
| 956 |
+
| 0.9363 | 61500 | 7.7992 |
|
| 957 |
+
| 0.9379 | 61600 | 7.8107 |
|
| 958 |
+
| 0.9394 | 61700 | 7.8068 |
|
| 959 |
+
| 0.9409 | 61800 | 7.8168 |
|
| 960 |
+
| 0.9424 | 61900 | 7.8278 |
|
| 961 |
+
| 0.9440 | 62000 | 7.8177 |
|
| 962 |
+
| 0.9455 | 62100 | 7.8153 |
|
| 963 |
+
| 0.9470 | 62200 | 7.8252 |
|
| 964 |
+
| 0.9485 | 62300 | 7.8217 |
|
| 965 |
+
| 0.9500 | 62400 | 7.8236 |
|
| 966 |
+
| 0.9516 | 62500 | 7.8171 |
|
| 967 |
+
| 0.9531 | 62600 | 7.8158 |
|
| 968 |
+
| 0.9546 | 62700 | 7.8186 |
|
| 969 |
+
| 0.9561 | 62800 | 7.834 |
|
| 970 |
+
| 0.9577 | 62900 | 7.788 |
|
| 971 |
+
| 0.9592 | 63000 | 7.7916 |
|
| 972 |
+
| 0.9607 | 63100 | 7.8135 |
|
| 973 |
+
| 0.9622 | 63200 | 7.814 |
|
| 974 |
+
| 0.9637 | 63300 | 7.8263 |
|
| 975 |
+
| 0.9653 | 63400 | 7.8155 |
|
| 976 |
+
| 0.9668 | 63500 | 7.8185 |
|
| 977 |
+
| 0.9683 | 63600 | 7.8054 |
|
| 978 |
+
| 0.9698 | 63700 | 7.8109 |
|
| 979 |
+
| 0.9714 | 63800 | 7.8055 |
|
| 980 |
+
| 0.9729 | 63900 | 7.8135 |
|
| 981 |
+
| 0.9744 | 64000 | 7.8247 |
|
| 982 |
+
| 0.9759 | 64100 | 7.8158 |
|
| 983 |
+
| 0.9775 | 64200 | 7.8103 |
|
| 984 |
+
| 0.9790 | 64300 | 7.8152 |
|
| 985 |
+
| 0.9805 | 64400 | 7.8255 |
|
| 986 |
+
| 0.9820 | 64500 | 7.8087 |
|
| 987 |
+
| 0.9835 | 64600 | 7.8028 |
|
| 988 |
+
| 0.9851 | 64700 | 7.7851 |
|
| 989 |
+
| 0.9866 | 64800 | 7.8105 |
|
| 990 |
+
| 0.9881 | 64900 | 7.8106 |
|
| 991 |
+
| 0.9896 | 65000 | 7.8212 |
|
| 992 |
+
| 0.9912 | 65100 | 7.8047 |
|
| 993 |
+
| 0.9927 | 65200 | 7.8143 |
|
| 994 |
+
| 0.9942 | 65300 | 7.8055 |
|
| 995 |
+
| 0.9957 | 65400 | 7.8047 |
|
| 996 |
+
| 0.9972 | 65500 | 7.8096 |
|
| 997 |
+
| 0.9988 | 65600 | 7.8203 |
|
| 998 |
+
|
| 999 |
+
</details>
|
| 1000 |
+
|
| 1001 |
+
### Framework Versions
|
| 1002 |
+
- Python: 3.12.3
|
| 1003 |
+
- Sentence Transformers: 5.1.0
|
| 1004 |
+
- Transformers: 4.55.4
|
| 1005 |
+
- PyTorch: 2.5.1+cu121
|
| 1006 |
+
- Accelerate: 1.10.1
|
| 1007 |
+
- Datasets: 4.0.0
|
| 1008 |
+
- Tokenizers: 0.21.4
|
| 1009 |
+
|
| 1010 |
+
## Citation
|
| 1011 |
+
|
| 1012 |
+
### BibTeX
|
| 1013 |
+
|
| 1014 |
+
#### Sentence Transformers
|
| 1015 |
+
```bibtex
|
| 1016 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 1017 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 1018 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 1019 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 1020 |
+
month = "11",
|
| 1021 |
+
year = "2019",
|
| 1022 |
+
publisher = "Association for Computational Linguistics",
|
| 1023 |
+
url = "https://arxiv.org/abs/1908.10084",
|
| 1024 |
+
}
|
| 1025 |
+
```
|
| 1026 |
+
|
| 1027 |
+
#### CoSENTLoss
|
| 1028 |
+
```bibtex
|
| 1029 |
+
@online{kexuefm-8847,
|
| 1030 |
+
title={CoSENT: A more efficient sentence vector scheme than Sentence-BERT},
|
| 1031 |
+
author={Su Jianlin},
|
| 1032 |
+
year={2022},
|
| 1033 |
+
month={Jan},
|
| 1034 |
+
url={https://kexue.fm/archives/8847},
|
| 1035 |
+
}
|
| 1036 |
+
```
|
| 1037 |
+
|
| 1038 |
+
<!--
|
| 1039 |
+
## Glossary
|
| 1040 |
+
|
| 1041 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 1042 |
+
-->
|
| 1043 |
+
|
| 1044 |
+
<!--
|
| 1045 |
+
## Model Card Authors
|
| 1046 |
+
|
| 1047 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 1048 |
+
-->
|
| 1049 |
+
|
| 1050 |
+
<!--
|
| 1051 |
+
## Model Card Contact
|
| 1052 |
+
|
| 1053 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 1054 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BertModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"gradient_checkpointing": false,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 384,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 1536,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "bert",
|
| 16 |
+
"num_attention_heads": 12,
|
| 17 |
+
"num_hidden_layers": 6,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"position_embedding_type": "absolute",
|
| 20 |
+
"torch_dtype": "float32",
|
| 21 |
+
"transformers_version": "4.55.4",
|
| 22 |
+
"type_vocab_size": 2,
|
| 23 |
+
"use_cache": true,
|
| 24 |
+
"vocab_size": 30522
|
| 25 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "5.1.0",
|
| 4 |
+
"transformers": "4.55.4",
|
| 5 |
+
"pytorch": "2.5.1+cu121"
|
| 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:608d7a4b39eeb46a9fb20cb672360cfa8375ec47ef492d615e9eb9a681564c57
|
| 3 |
+
size 90864192
|
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": 256,
|
| 3 |
+
"do_lower_case": false
|
| 4 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": {
|
| 3 |
+
"content": "[CLS]",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"mask_token": {
|
| 10 |
+
"content": "[MASK]",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "[PAD]",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"sep_token": {
|
| 24 |
+
"content": "[SEP]",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"unk_token": {
|
| 31 |
+
"content": "[UNK]",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
}
|
| 37 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_basic_tokenize": true,
|
| 47 |
+
"do_lower_case": true,
|
| 48 |
+
"extra_special_tokens": {},
|
| 49 |
+
"mask_token": "[MASK]",
|
| 50 |
+
"max_length": 128,
|
| 51 |
+
"model_max_length": 256,
|
| 52 |
+
"never_split": null,
|
| 53 |
+
"pad_to_multiple_of": null,
|
| 54 |
+
"pad_token": "[PAD]",
|
| 55 |
+
"pad_token_type_id": 0,
|
| 56 |
+
"padding_side": "right",
|
| 57 |
+
"sep_token": "[SEP]",
|
| 58 |
+
"stride": 0,
|
| 59 |
+
"strip_accents": null,
|
| 60 |
+
"tokenize_chinese_chars": true,
|
| 61 |
+
"tokenizer_class": "BertTokenizer",
|
| 62 |
+
"truncation_side": "right",
|
| 63 |
+
"truncation_strategy": "longest_first",
|
| 64 |
+
"unk_token": "[UNK]"
|
| 65 |
+
}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|