Add new SentenceTransformer model
Browse files- 1_Pooling/config.json +10 -0
- README.md +513 -0
- config.json +24 -0
- config_sentence_transformers.json +14 -0
- model.safetensors +3 -0
- modules.json +14 -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,513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- sentence-transformers
|
| 4 |
+
- sentence-similarity
|
| 5 |
+
- feature-extraction
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- dataset_size:3997120
|
| 8 |
+
- loss:MultipleNegativesSymmetricMarginLoss
|
| 9 |
+
widget:
|
| 10 |
+
- source_sentence: Orciprenaline 20 mg oral tablet
|
| 11 |
+
sentences:
|
| 12 |
+
- Metaproterenol 20 mg oral tablet
|
| 13 |
+
- SNOMED_CT
|
| 14 |
+
- synonym
|
| 15 |
+
- source_sentence: Borreliella burgdorferi ZS7
|
| 16 |
+
sentences:
|
| 17 |
+
- NCBITAXON
|
| 18 |
+
- Borrelia burgdorferi str. ZS7
|
| 19 |
+
- synonym
|
| 20 |
+
- source_sentence: Mos (mouse)
|
| 21 |
+
sentences:
|
| 22 |
+
- A protein coding gene Mos in mouse.
|
| 23 |
+
- PR
|
| 24 |
+
- definition
|
| 25 |
+
- source_sentence: On examination - respiratory examination NOS
|
| 26 |
+
sentences:
|
| 27 |
+
- synonym
|
| 28 |
+
- On examination - respiratory examination NOS (finding)
|
| 29 |
+
- SNOMED_CT
|
| 30 |
+
- source_sentence: pisiform joint
|
| 31 |
+
sentences:
|
| 32 |
+
- definition
|
| 33 |
+
- UBERON
|
| 34 |
+
- It is a joint between the pisiform and triquetrum.
|
| 35 |
+
pipeline_tag: sentence-similarity
|
| 36 |
+
library_name: sentence-transformers
|
| 37 |
+
metrics:
|
| 38 |
+
- cosine_accuracy@1
|
| 39 |
+
- cosine_accuracy@3
|
| 40 |
+
- cosine_accuracy@5
|
| 41 |
+
- cosine_accuracy@10
|
| 42 |
+
- cosine_precision@1
|
| 43 |
+
- cosine_precision@3
|
| 44 |
+
- cosine_precision@5
|
| 45 |
+
- cosine_precision@10
|
| 46 |
+
- cosine_recall@1
|
| 47 |
+
- cosine_recall@3
|
| 48 |
+
- cosine_recall@5
|
| 49 |
+
- cosine_recall@10
|
| 50 |
+
- cosine_ndcg@10
|
| 51 |
+
- cosine_mrr@10
|
| 52 |
+
- cosine_map@100
|
| 53 |
+
model-index:
|
| 54 |
+
- name: SentenceTransformer
|
| 55 |
+
results:
|
| 56 |
+
- task:
|
| 57 |
+
type: information-retrieval
|
| 58 |
+
name: Information Retrieval
|
| 59 |
+
dataset:
|
| 60 |
+
name: foundational eval
|
| 61 |
+
type: foundational_eval
|
| 62 |
+
metrics:
|
| 63 |
+
- type: cosine_accuracy@1
|
| 64 |
+
value: 0.8786757730980839
|
| 65 |
+
name: Cosine Accuracy@1
|
| 66 |
+
- type: cosine_accuracy@3
|
| 67 |
+
value: 0.9251090874596851
|
| 68 |
+
name: Cosine Accuracy@3
|
| 69 |
+
- type: cosine_accuracy@5
|
| 70 |
+
value: 0.9369664200341491
|
| 71 |
+
name: Cosine Accuracy@5
|
| 72 |
+
- type: cosine_accuracy@10
|
| 73 |
+
value: 0.9473534433693797
|
| 74 |
+
name: Cosine Accuracy@10
|
| 75 |
+
- type: cosine_precision@1
|
| 76 |
+
value: 0.8786757730980839
|
| 77 |
+
name: Cosine Precision@1
|
| 78 |
+
- type: cosine_precision@3
|
| 79 |
+
value: 0.45155884398912294
|
| 80 |
+
name: Cosine Precision@3
|
| 81 |
+
- type: cosine_precision@5
|
| 82 |
+
value: 0.29832100170745596
|
| 83 |
+
name: Cosine Precision@5
|
| 84 |
+
- type: cosine_precision@10
|
| 85 |
+
value: 0.16140675393663445
|
| 86 |
+
name: Cosine Precision@10
|
| 87 |
+
- type: cosine_recall@1
|
| 88 |
+
value: 0.6510243437934023
|
| 89 |
+
name: Cosine Recall@1
|
| 90 |
+
- type: cosine_recall@3
|
| 91 |
+
value: 0.8341248818490324
|
| 92 |
+
name: Cosine Recall@3
|
| 93 |
+
- type: cosine_recall@5
|
| 94 |
+
value: 0.871880844859248
|
| 95 |
+
name: Cosine Recall@5
|
| 96 |
+
- type: cosine_recall@10
|
| 97 |
+
value: 0.9021978114122614
|
| 98 |
+
name: Cosine Recall@10
|
| 99 |
+
- type: cosine_ndcg@10
|
| 100 |
+
value: 0.8777720626935165
|
| 101 |
+
name: Cosine Ndcg@10
|
| 102 |
+
- type: cosine_mrr@10
|
| 103 |
+
value: 0.9037414965986426
|
| 104 |
+
name: Cosine Mrr@10
|
| 105 |
+
- type: cosine_map@100
|
| 106 |
+
value: 0.8544223899209221
|
| 107 |
+
name: Cosine Map@100
|
| 108 |
+
---
|
| 109 |
+
|
| 110 |
+
# SentenceTransformer
|
| 111 |
+
|
| 112 |
+
This is a [sentence-transformers](https://www.SBERT.net) model trained on the json 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.
|
| 113 |
+
|
| 114 |
+
## Model Details
|
| 115 |
+
|
| 116 |
+
### Model Description
|
| 117 |
+
- **Model Type:** Sentence Transformer
|
| 118 |
+
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
| 119 |
+
- **Maximum Sequence Length:** 256 tokens
|
| 120 |
+
- **Output Dimensionality:** 384 dimensions
|
| 121 |
+
- **Similarity Function:** Cosine Similarity
|
| 122 |
+
- **Training Dataset:**
|
| 123 |
+
- json
|
| 124 |
+
<!-- - **Language:** Unknown -->
|
| 125 |
+
<!-- - **License:** Unknown -->
|
| 126 |
+
|
| 127 |
+
### Model Sources
|
| 128 |
+
|
| 129 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
| 130 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
| 131 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
| 132 |
+
|
| 133 |
+
### Full Model Architecture
|
| 134 |
+
|
| 135 |
+
```
|
| 136 |
+
SentenceTransformer(
|
| 137 |
+
(0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
|
| 138 |
+
(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})
|
| 139 |
+
)
|
| 140 |
+
```
|
| 141 |
+
|
| 142 |
+
## Usage
|
| 143 |
+
|
| 144 |
+
### Direct Usage (Sentence Transformers)
|
| 145 |
+
|
| 146 |
+
First install the Sentence Transformers library:
|
| 147 |
+
|
| 148 |
+
```bash
|
| 149 |
+
pip install -U sentence-transformers
|
| 150 |
+
```
|
| 151 |
+
|
| 152 |
+
Then you can load this model and run inference.
|
| 153 |
+
```python
|
| 154 |
+
from sentence_transformers import SentenceTransformer
|
| 155 |
+
|
| 156 |
+
# Download from the 🤗 Hub
|
| 157 |
+
model = SentenceTransformer("pankajrajdeo/BioForge-bioformer-16L-foundational")
|
| 158 |
+
# Run inference
|
| 159 |
+
sentences = [
|
| 160 |
+
'pisiform joint',
|
| 161 |
+
'It is a joint between the pisiform and triquetrum.',
|
| 162 |
+
'UBERON',
|
| 163 |
+
]
|
| 164 |
+
embeddings = model.encode(sentences)
|
| 165 |
+
print(embeddings.shape)
|
| 166 |
+
# [3, 384]
|
| 167 |
+
|
| 168 |
+
# Get the similarity scores for the embeddings
|
| 169 |
+
similarities = model.similarity(embeddings, embeddings)
|
| 170 |
+
print(similarities.shape)
|
| 171 |
+
# [3, 3]
|
| 172 |
+
```
|
| 173 |
+
|
| 174 |
+
<!--
|
| 175 |
+
### Direct Usage (Transformers)
|
| 176 |
+
|
| 177 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
| 178 |
+
|
| 179 |
+
</details>
|
| 180 |
+
-->
|
| 181 |
+
|
| 182 |
+
<!--
|
| 183 |
+
### Downstream Usage (Sentence Transformers)
|
| 184 |
+
|
| 185 |
+
You can finetune this model on your own dataset.
|
| 186 |
+
|
| 187 |
+
<details><summary>Click to expand</summary>
|
| 188 |
+
|
| 189 |
+
</details>
|
| 190 |
+
-->
|
| 191 |
+
|
| 192 |
+
<!--
|
| 193 |
+
### Out-of-Scope Use
|
| 194 |
+
|
| 195 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 196 |
+
-->
|
| 197 |
+
|
| 198 |
+
## Evaluation
|
| 199 |
+
|
| 200 |
+
### Metrics
|
| 201 |
+
|
| 202 |
+
#### Information Retrieval
|
| 203 |
+
|
| 204 |
+
* Dataset: `foundational_eval`
|
| 205 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
| 206 |
+
|
| 207 |
+
| Metric | Value |
|
| 208 |
+
|:--------------------|:-----------|
|
| 209 |
+
| cosine_accuracy@1 | 0.8787 |
|
| 210 |
+
| cosine_accuracy@3 | 0.9251 |
|
| 211 |
+
| cosine_accuracy@5 | 0.937 |
|
| 212 |
+
| cosine_accuracy@10 | 0.9474 |
|
| 213 |
+
| cosine_precision@1 | 0.8787 |
|
| 214 |
+
| cosine_precision@3 | 0.4516 |
|
| 215 |
+
| cosine_precision@5 | 0.2983 |
|
| 216 |
+
| cosine_precision@10 | 0.1614 |
|
| 217 |
+
| cosine_recall@1 | 0.651 |
|
| 218 |
+
| cosine_recall@3 | 0.8341 |
|
| 219 |
+
| cosine_recall@5 | 0.8719 |
|
| 220 |
+
| cosine_recall@10 | 0.9022 |
|
| 221 |
+
| **cosine_ndcg@10** | **0.8778** |
|
| 222 |
+
| cosine_mrr@10 | 0.9037 |
|
| 223 |
+
| cosine_map@100 | 0.8544 |
|
| 224 |
+
|
| 225 |
+
<!--
|
| 226 |
+
## Bias, Risks and Limitations
|
| 227 |
+
|
| 228 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 229 |
+
-->
|
| 230 |
+
|
| 231 |
+
<!--
|
| 232 |
+
### Recommendations
|
| 233 |
+
|
| 234 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 235 |
+
-->
|
| 236 |
+
|
| 237 |
+
## Training Details
|
| 238 |
+
|
| 239 |
+
### Training Dataset
|
| 240 |
+
|
| 241 |
+
#### json
|
| 242 |
+
|
| 243 |
+
* Dataset: json
|
| 244 |
+
* Size: 3,997,120 training samples
|
| 245 |
+
* Columns: <code>anchor</code>, <code>positive</code>, <code>source</code>, and <code>pair_type</code>
|
| 246 |
+
* Approximate statistics based on the first 1000 samples:
|
| 247 |
+
| | anchor | positive | source | pair_type |
|
| 248 |
+
|:--------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
|
| 249 |
+
| type | string | string | string | string |
|
| 250 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 12.57 tokens</li><li>max: 256 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 15.69 tokens</li><li>max: 256 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.12 tokens</li><li>max: 7 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.06 tokens</li><li>max: 9 tokens</li></ul> |
|
| 251 |
+
* Samples:
|
| 252 |
+
| anchor | positive | source | pair_type |
|
| 253 |
+
|:-------------------------------------------|:---------------------------------------------------------|:-----------------------|:-----------------------|
|
| 254 |
+
| <code>IM - Intramuscular sedation</code> | <code>Intramuscular sedation</code> | <code>SNOMED_CT</code> | <code>synonym</code> |
|
| 255 |
+
| <code>Metergoline</code> | <code>Sodium channel protein type 2 subunit alpha</code> | <code>DrugBank</code> | <code>target</code> |
|
| 256 |
+
| <code>Trichomycterus sp. MBML6210_4</code> | <code>unclassified Trichomycterus</code> | <code>NCBITAXON</code> | <code>hierarchy</code> |
|
| 257 |
+
* Loss: <code>__main__.MultipleNegativesSymmetricMarginLoss</code> with these parameters:
|
| 258 |
+
```json
|
| 259 |
+
{
|
| 260 |
+
"scale": 20.0,
|
| 261 |
+
"similarity_fct": "cos_sim"
|
| 262 |
+
}
|
| 263 |
+
```
|
| 264 |
+
|
| 265 |
+
### Training Hyperparameters
|
| 266 |
+
#### Non-Default Hyperparameters
|
| 267 |
+
|
| 268 |
+
- `eval_strategy`: steps
|
| 269 |
+
- `per_device_train_batch_size`: 512
|
| 270 |
+
- `gradient_accumulation_steps`: 4
|
| 271 |
+
- `learning_rate`: 1.2e-05
|
| 272 |
+
- `lr_scheduler_type`: cosine
|
| 273 |
+
- `warmup_ratio`: 0.05
|
| 274 |
+
- `bf16`: True
|
| 275 |
+
- `dataloader_num_workers`: 16
|
| 276 |
+
- `load_best_model_at_end`: True
|
| 277 |
+
- `gradient_checkpointing`: True
|
| 278 |
+
|
| 279 |
+
#### All Hyperparameters
|
| 280 |
+
<details><summary>Click to expand</summary>
|
| 281 |
+
|
| 282 |
+
- `overwrite_output_dir`: False
|
| 283 |
+
- `do_predict`: False
|
| 284 |
+
- `eval_strategy`: steps
|
| 285 |
+
- `prediction_loss_only`: True
|
| 286 |
+
- `per_device_train_batch_size`: 512
|
| 287 |
+
- `per_device_eval_batch_size`: 8
|
| 288 |
+
- `per_gpu_train_batch_size`: None
|
| 289 |
+
- `per_gpu_eval_batch_size`: None
|
| 290 |
+
- `gradient_accumulation_steps`: 4
|
| 291 |
+
- `eval_accumulation_steps`: None
|
| 292 |
+
- `torch_empty_cache_steps`: None
|
| 293 |
+
- `learning_rate`: 1.2e-05
|
| 294 |
+
- `weight_decay`: 0.0
|
| 295 |
+
- `adam_beta1`: 0.9
|
| 296 |
+
- `adam_beta2`: 0.999
|
| 297 |
+
- `adam_epsilon`: 1e-08
|
| 298 |
+
- `max_grad_norm`: 1.0
|
| 299 |
+
- `num_train_epochs`: 3
|
| 300 |
+
- `max_steps`: -1
|
| 301 |
+
- `lr_scheduler_type`: cosine
|
| 302 |
+
- `lr_scheduler_kwargs`: {}
|
| 303 |
+
- `warmup_ratio`: 0.05
|
| 304 |
+
- `warmup_steps`: 0
|
| 305 |
+
- `log_level`: passive
|
| 306 |
+
- `log_level_replica`: warning
|
| 307 |
+
- `log_on_each_node`: True
|
| 308 |
+
- `logging_nan_inf_filter`: True
|
| 309 |
+
- `save_safetensors`: True
|
| 310 |
+
- `save_on_each_node`: False
|
| 311 |
+
- `save_only_model`: False
|
| 312 |
+
- `restore_callback_states_from_checkpoint`: False
|
| 313 |
+
- `no_cuda`: False
|
| 314 |
+
- `use_cpu`: False
|
| 315 |
+
- `use_mps_device`: False
|
| 316 |
+
- `seed`: 42
|
| 317 |
+
- `data_seed`: None
|
| 318 |
+
- `jit_mode_eval`: False
|
| 319 |
+
- `use_ipex`: False
|
| 320 |
+
- `bf16`: True
|
| 321 |
+
- `fp16`: False
|
| 322 |
+
- `fp16_opt_level`: O1
|
| 323 |
+
- `half_precision_backend`: auto
|
| 324 |
+
- `bf16_full_eval`: False
|
| 325 |
+
- `fp16_full_eval`: False
|
| 326 |
+
- `tf32`: None
|
| 327 |
+
- `local_rank`: 0
|
| 328 |
+
- `ddp_backend`: None
|
| 329 |
+
- `tpu_num_cores`: None
|
| 330 |
+
- `tpu_metrics_debug`: False
|
| 331 |
+
- `debug`: []
|
| 332 |
+
- `dataloader_drop_last`: False
|
| 333 |
+
- `dataloader_num_workers`: 16
|
| 334 |
+
- `dataloader_prefetch_factor`: None
|
| 335 |
+
- `past_index`: -1
|
| 336 |
+
- `disable_tqdm`: False
|
| 337 |
+
- `remove_unused_columns`: True
|
| 338 |
+
- `label_names`: None
|
| 339 |
+
- `load_best_model_at_end`: True
|
| 340 |
+
- `ignore_data_skip`: False
|
| 341 |
+
- `fsdp`: []
|
| 342 |
+
- `fsdp_min_num_params`: 0
|
| 343 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 344 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
| 345 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
| 346 |
+
- `deepspeed`: None
|
| 347 |
+
- `label_smoothing_factor`: 0.0
|
| 348 |
+
- `optim`: adamw_torch
|
| 349 |
+
- `optim_args`: None
|
| 350 |
+
- `adafactor`: False
|
| 351 |
+
- `group_by_length`: False
|
| 352 |
+
- `length_column_name`: length
|
| 353 |
+
- `ddp_find_unused_parameters`: None
|
| 354 |
+
- `ddp_bucket_cap_mb`: None
|
| 355 |
+
- `ddp_broadcast_buffers`: False
|
| 356 |
+
- `dataloader_pin_memory`: True
|
| 357 |
+
- `dataloader_persistent_workers`: False
|
| 358 |
+
- `skip_memory_metrics`: True
|
| 359 |
+
- `use_legacy_prediction_loop`: False
|
| 360 |
+
- `push_to_hub`: False
|
| 361 |
+
- `resume_from_checkpoint`: None
|
| 362 |
+
- `hub_model_id`: None
|
| 363 |
+
- `hub_strategy`: every_save
|
| 364 |
+
- `hub_private_repo`: None
|
| 365 |
+
- `hub_always_push`: False
|
| 366 |
+
- `hub_revision`: None
|
| 367 |
+
- `gradient_checkpointing`: True
|
| 368 |
+
- `gradient_checkpointing_kwargs`: None
|
| 369 |
+
- `include_inputs_for_metrics`: False
|
| 370 |
+
- `include_for_metrics`: []
|
| 371 |
+
- `eval_do_concat_batches`: True
|
| 372 |
+
- `fp16_backend`: auto
|
| 373 |
+
- `push_to_hub_model_id`: None
|
| 374 |
+
- `push_to_hub_organization`: None
|
| 375 |
+
- `mp_parameters`:
|
| 376 |
+
- `auto_find_batch_size`: False
|
| 377 |
+
- `full_determinism`: False
|
| 378 |
+
- `torchdynamo`: None
|
| 379 |
+
- `ray_scope`: last
|
| 380 |
+
- `ddp_timeout`: 1800
|
| 381 |
+
- `torch_compile`: False
|
| 382 |
+
- `torch_compile_backend`: None
|
| 383 |
+
- `torch_compile_mode`: None
|
| 384 |
+
- `include_tokens_per_second`: False
|
| 385 |
+
- `include_num_input_tokens_seen`: False
|
| 386 |
+
- `neftune_noise_alpha`: None
|
| 387 |
+
- `optim_target_modules`: None
|
| 388 |
+
- `batch_eval_metrics`: False
|
| 389 |
+
- `eval_on_start`: False
|
| 390 |
+
- `use_liger_kernel`: False
|
| 391 |
+
- `liger_kernel_config`: None
|
| 392 |
+
- `eval_use_gather_object`: False
|
| 393 |
+
- `average_tokens_across_devices`: False
|
| 394 |
+
- `prompts`: None
|
| 395 |
+
- `batch_sampler`: batch_sampler
|
| 396 |
+
- `multi_dataset_batch_sampler`: proportional
|
| 397 |
+
|
| 398 |
+
</details>
|
| 399 |
+
|
| 400 |
+
### Training Logs
|
| 401 |
+
| Epoch | Step | Training Loss | foundational_eval_cosine_ndcg@10 |
|
| 402 |
+
|:------:|:----:|:-------------:|:--------------------------------:|
|
| 403 |
+
| 0.0518 | 100 | 1.0162 | - |
|
| 404 |
+
| 0.1035 | 200 | 0.7522 | - |
|
| 405 |
+
| 0.1553 | 300 | 0.644 | - |
|
| 406 |
+
| 0.2070 | 400 | 0.5971 | - |
|
| 407 |
+
| 0.2588 | 500 | 0.5651 | - |
|
| 408 |
+
| 0.3105 | 600 | 0.5391 | - |
|
| 409 |
+
| 0.3297 | 637 | - | 0.8536 |
|
| 410 |
+
| 0.3623 | 700 | 0.5306 | - |
|
| 411 |
+
| 0.4140 | 800 | 0.5122 | - |
|
| 412 |
+
| 0.4658 | 900 | 0.5024 | - |
|
| 413 |
+
| 0.5175 | 1000 | 0.494 | - |
|
| 414 |
+
| 0.5693 | 1100 | 0.4907 | - |
|
| 415 |
+
| 0.6210 | 1200 | 0.48 | - |
|
| 416 |
+
| 0.6593 | 1274 | - | 0.8639 |
|
| 417 |
+
| 0.6728 | 1300 | 0.47 | - |
|
| 418 |
+
| 0.7245 | 1400 | 0.4657 | - |
|
| 419 |
+
| 0.7763 | 1500 | 0.4643 | - |
|
| 420 |
+
| 0.8281 | 1600 | 0.4573 | - |
|
| 421 |
+
| 0.8798 | 1700 | 0.4555 | - |
|
| 422 |
+
| 0.9316 | 1800 | 0.4537 | - |
|
| 423 |
+
| 0.9833 | 1900 | 0.4431 | - |
|
| 424 |
+
| 0.9890 | 1911 | - | 0.8693 |
|
| 425 |
+
| 1.0347 | 2000 | 0.4356 | - |
|
| 426 |
+
| 1.0864 | 2100 | 0.4299 | - |
|
| 427 |
+
| 1.1382 | 2200 | 0.4278 | - |
|
| 428 |
+
| 1.1899 | 2300 | 0.4307 | - |
|
| 429 |
+
| 1.2417 | 2400 | 0.4242 | - |
|
| 430 |
+
| 1.2934 | 2500 | 0.4279 | - |
|
| 431 |
+
| 1.3183 | 2548 | - | 0.8723 |
|
| 432 |
+
| 1.3452 | 2600 | 0.4185 | - |
|
| 433 |
+
| 1.3969 | 2700 | 0.42 | - |
|
| 434 |
+
| 1.4487 | 2800 | 0.4189 | - |
|
| 435 |
+
| 1.5005 | 2900 | 0.4183 | - |
|
| 436 |
+
| 1.5522 | 3000 | 0.4143 | - |
|
| 437 |
+
| 1.6040 | 3100 | 0.4147 | - |
|
| 438 |
+
| 1.6479 | 3185 | - | 0.8748 |
|
| 439 |
+
| 1.6557 | 3200 | 0.413 | - |
|
| 440 |
+
| 1.7075 | 3300 | 0.4107 | - |
|
| 441 |
+
| 1.7592 | 3400 | 0.4114 | - |
|
| 442 |
+
| 1.8110 | 3500 | 0.4111 | - |
|
| 443 |
+
| 1.8627 | 3600 | 0.4073 | - |
|
| 444 |
+
| 1.9145 | 3700 | 0.4093 | - |
|
| 445 |
+
| 1.9662 | 3800 | 0.4057 | - |
|
| 446 |
+
| 1.9776 | 3822 | - | 0.8766 |
|
| 447 |
+
| 2.0176 | 3900 | 0.3993 | - |
|
| 448 |
+
| 2.0693 | 4000 | 0.3996 | - |
|
| 449 |
+
| 2.1211 | 4100 | 0.3987 | - |
|
| 450 |
+
| 2.1729 | 4200 | 0.4012 | - |
|
| 451 |
+
| 2.2246 | 4300 | 0.3979 | - |
|
| 452 |
+
| 2.2764 | 4400 | 0.3977 | - |
|
| 453 |
+
| 2.3069 | 4459 | - | 0.8774 |
|
| 454 |
+
| 2.3281 | 4500 | 0.3981 | - |
|
| 455 |
+
| 2.3799 | 4600 | 0.394 | - |
|
| 456 |
+
| 2.4316 | 4700 | 0.3946 | - |
|
| 457 |
+
| 2.4834 | 4800 | 0.395 | - |
|
| 458 |
+
| 2.5351 | 4900 | 0.3971 | - |
|
| 459 |
+
| 2.5869 | 5000 | 0.3963 | - |
|
| 460 |
+
| 2.6366 | 5096 | - | 0.8776 |
|
| 461 |
+
| 2.6386 | 5100 | 0.396 | - |
|
| 462 |
+
| 2.6904 | 5200 | 0.3976 | - |
|
| 463 |
+
| 2.7421 | 5300 | 0.3963 | - |
|
| 464 |
+
| 2.7939 | 5400 | 0.3985 | - |
|
| 465 |
+
| 2.8456 | 5500 | 0.3968 | - |
|
| 466 |
+
| 2.8974 | 5600 | 0.3973 | - |
|
| 467 |
+
| 2.9492 | 5700 | 0.3981 | - |
|
| 468 |
+
| 2.9662 | 5733 | - | 0.8778 |
|
| 469 |
+
|
| 470 |
+
|
| 471 |
+
### Framework Versions
|
| 472 |
+
- Python: 3.11.11
|
| 473 |
+
- Sentence Transformers: 3.4.1
|
| 474 |
+
- Transformers: 4.53.2
|
| 475 |
+
- PyTorch: 2.6.0+cu124
|
| 476 |
+
- Accelerate: 1.5.2
|
| 477 |
+
- Datasets: 3.2.0
|
| 478 |
+
- Tokenizers: 0.21.0
|
| 479 |
+
|
| 480 |
+
## Citation
|
| 481 |
+
|
| 482 |
+
### BibTeX
|
| 483 |
+
|
| 484 |
+
#### Sentence Transformers
|
| 485 |
+
```bibtex
|
| 486 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 487 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 488 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 489 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 490 |
+
month = "11",
|
| 491 |
+
year = "2019",
|
| 492 |
+
publisher = "Association for Computational Linguistics",
|
| 493 |
+
url = "https://arxiv.org/abs/1908.10084",
|
| 494 |
+
}
|
| 495 |
+
```
|
| 496 |
+
|
| 497 |
+
<!--
|
| 498 |
+
## Glossary
|
| 499 |
+
|
| 500 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 501 |
+
-->
|
| 502 |
+
|
| 503 |
+
<!--
|
| 504 |
+
## Model Card Authors
|
| 505 |
+
|
| 506 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 507 |
+
-->
|
| 508 |
+
|
| 509 |
+
<!--
|
| 510 |
+
## Model Card Contact
|
| 511 |
+
|
| 512 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 513 |
+
-->
|
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BertModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"hidden_act": "gelu",
|
| 8 |
+
"hidden_dropout_prob": 0.1,
|
| 9 |
+
"hidden_size": 384,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 1536,
|
| 12 |
+
"layer_norm_eps": 1e-12,
|
| 13 |
+
"max_position_embeddings": 1024,
|
| 14 |
+
"model_type": "bert",
|
| 15 |
+
"num_attention_heads": 6,
|
| 16 |
+
"num_hidden_layers": 16,
|
| 17 |
+
"pad_token_id": 0,
|
| 18 |
+
"position_embedding_type": "absolute",
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
+
"transformers_version": "4.54.1",
|
| 21 |
+
"type_vocab_size": 2,
|
| 22 |
+
"use_cache": true,
|
| 23 |
+
"vocab_size": 32768
|
| 24 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "5.0.0",
|
| 4 |
+
"transformers": "4.54.1",
|
| 5 |
+
"pytorch": "2.2.2"
|
| 6 |
+
},
|
| 7 |
+
"prompts": {
|
| 8 |
+
"query": "",
|
| 9 |
+
"document": ""
|
| 10 |
+
},
|
| 11 |
+
"default_prompt_name": null,
|
| 12 |
+
"similarity_fn_name": "cosine",
|
| 13 |
+
"model_type": "SentenceTransformer"
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6cd94beccce1c8f79aaf214aa747b9177278c05fe4f3c398f20e9d1c4ae5cac
|
| 3 |
+
size 166097144
|
modules.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
]
|
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": true,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_basic_tokenize": true,
|
| 47 |
+
"do_lower_case": false,
|
| 48 |
+
"extra_special_tokens": {},
|
| 49 |
+
"mask_token": "[MASK]",
|
| 50 |
+
"max_length": 1024,
|
| 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
|
|
|