Push model using huggingface_hub.
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +203 -0
- config.json +26 -0
- config_sentence_transformers.json +10 -0
- config_setfit.json +7 -0
- model.safetensors +3 -0
- model_head.pkl +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +55 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
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,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: setfit
|
3 |
+
metrics:
|
4 |
+
- accuracy
|
5 |
+
pipeline_tag: text-classification
|
6 |
+
tags:
|
7 |
+
- setfit
|
8 |
+
- sentence-transformers
|
9 |
+
- text-classification
|
10 |
+
- generated_from_setfit_trainer
|
11 |
+
widget:
|
12 |
+
- text: Lewis Hamilton pide perdón tras ser acusado de sexista por burlarse de su
|
13 |
+
sobrino
|
14 |
+
- text: 'Nuevas revelaciones del FIFA Gate: una cuenta ultra secreta y el temor reverencial
|
15 |
+
a Julio Grondona'
|
16 |
+
- text: Hallaron una inmensa `huella digital` en el espacio
|
17 |
+
- text: Qué hacía Gastón Pauls viendo a la Selección con Lionel Messi y Sergio Agüero
|
18 |
+
- text: 'Bitcoin: la volatilidad de las últimas semanas abre el debate sobre el futuro
|
19 |
+
de la moneda'
|
20 |
+
inference: true
|
21 |
+
---
|
22 |
+
|
23 |
+
# SetFit
|
24 |
+
|
25 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
26 |
+
|
27 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
28 |
+
|
29 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
30 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
31 |
+
|
32 |
+
## Model Details
|
33 |
+
|
34 |
+
### Model Description
|
35 |
+
- **Model Type:** SetFit
|
36 |
+
<!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
|
37 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
38 |
+
- **Maximum Sequence Length:** 512 tokens
|
39 |
+
- **Number of Classes:** 2 classes
|
40 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
41 |
+
<!-- - **Language:** Unknown -->
|
42 |
+
<!-- - **License:** Unknown -->
|
43 |
+
|
44 |
+
### Model Sources
|
45 |
+
|
46 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
47 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
48 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
49 |
+
|
50 |
+
### Model Labels
|
51 |
+
| Label | Examples |
|
52 |
+
|:------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
53 |
+
| Evento | <ul><li>'El dólar vuelve a subir a la espera de una decisión clave del Banco Central'</li><li>'Viernes caluroso y sin lluvias'</li><li>'ARA San Juan | El dolor de los familiares tras la retirada de EEUU: `Nos están dejando sin recursos para buscar`'</li></ul> |
|
54 |
+
| Perspectiva | <ul><li>'El futuro de la educación tras la pandemia: ¿hacia un modelo híbrido permanente?'</li><li>'¿Cómo impacta la automatización en los trabajos de baja calificación?'</li><li>'Feminicidios: Falta una construcción social y cultural contra la violencia'</li></ul> |
|
55 |
+
|
56 |
+
## Uses
|
57 |
+
|
58 |
+
### Direct Use for Inference
|
59 |
+
|
60 |
+
First install the SetFit library:
|
61 |
+
|
62 |
+
```bash
|
63 |
+
pip install setfit
|
64 |
+
```
|
65 |
+
|
66 |
+
Then you can load this model and run inference.
|
67 |
+
|
68 |
+
```python
|
69 |
+
from setfit import SetFitModel
|
70 |
+
|
71 |
+
# Download from the 🤗 Hub
|
72 |
+
model = SetFitModel.from_pretrained("EmanuelOrler/setfit-spanish-event-perspective")
|
73 |
+
# Run inference
|
74 |
+
preds = model("Hallaron una inmensa `huella digital` en el espacio")
|
75 |
+
```
|
76 |
+
|
77 |
+
<!--
|
78 |
+
### Downstream Use
|
79 |
+
|
80 |
+
*List how someone could finetune this model on their own dataset.*
|
81 |
+
-->
|
82 |
+
|
83 |
+
<!--
|
84 |
+
### Out-of-Scope Use
|
85 |
+
|
86 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
87 |
+
-->
|
88 |
+
|
89 |
+
<!--
|
90 |
+
## Bias, Risks and Limitations
|
91 |
+
|
92 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
93 |
+
-->
|
94 |
+
|
95 |
+
<!--
|
96 |
+
### Recommendations
|
97 |
+
|
98 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
99 |
+
-->
|
100 |
+
|
101 |
+
## Training Details
|
102 |
+
|
103 |
+
### Training Set Metrics
|
104 |
+
| Training set | Min | Median | Max |
|
105 |
+
|:-------------|:----|:--------|:----|
|
106 |
+
| Word count | 5 | 12.9231 | 24 |
|
107 |
+
|
108 |
+
| Label | Training Sample Count |
|
109 |
+
|:------------|:----------------------|
|
110 |
+
| Evento | 22 |
|
111 |
+
| Perspectiva | 17 |
|
112 |
+
|
113 |
+
### Training Hyperparameters
|
114 |
+
- batch_size: (12, 12)
|
115 |
+
- num_epochs: (4, 16)
|
116 |
+
- max_steps: -1
|
117 |
+
- sampling_strategy: undersampling
|
118 |
+
- body_learning_rate: (2e-05, 1e-05)
|
119 |
+
- head_learning_rate: 0.01
|
120 |
+
- loss: CosineSimilarityLoss
|
121 |
+
- distance_metric: cosine_distance
|
122 |
+
- margin: 0.25
|
123 |
+
- end_to_end: False
|
124 |
+
- use_amp: False
|
125 |
+
- warmup_proportion: 0.1
|
126 |
+
- l2_weight: 0.01
|
127 |
+
- seed: 42
|
128 |
+
- evaluation_strategy: steps
|
129 |
+
- eval_max_steps: -1
|
130 |
+
- load_best_model_at_end: True
|
131 |
+
|
132 |
+
### Training Results
|
133 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
134 |
+
|:------:|:----:|:-------------:|:---------------:|
|
135 |
+
| 0.0159 | 1 | 0.0885 | - |
|
136 |
+
| 0.1587 | 10 | 0.3927 | 0.2944 |
|
137 |
+
| 0.3175 | 20 | 0.3039 | 0.2387 |
|
138 |
+
| 0.4762 | 30 | 0.2466 | 0.1807 |
|
139 |
+
| 0.6349 | 40 | 0.2049 | 0.1686 |
|
140 |
+
| 0.7937 | 50 | 0.1803 | 0.1786 |
|
141 |
+
| 0.9524 | 60 | 0.1319 | 0.2002 |
|
142 |
+
| 1.1111 | 70 | 0.045 | 0.3103 |
|
143 |
+
| 1.2698 | 80 | 0.0099 | 0.3200 |
|
144 |
+
| 1.4286 | 90 | 0.0036 | 0.3845 |
|
145 |
+
| 1.5873 | 100 | 0.0021 | 0.4078 |
|
146 |
+
| 1.7460 | 110 | 0.0011 | 0.4184 |
|
147 |
+
| 1.9048 | 120 | 0.0011 | 0.4186 |
|
148 |
+
| 2.0635 | 130 | 0.0009 | 0.4282 |
|
149 |
+
| 2.2222 | 140 | 0.0008 | 0.4242 |
|
150 |
+
| 2.3810 | 150 | 0.0008 | 0.4269 |
|
151 |
+
| 2.5397 | 160 | 0.0007 | 0.4303 |
|
152 |
+
| 2.6984 | 170 | 0.0006 | 0.4301 |
|
153 |
+
| 2.8571 | 180 | 0.0006 | 0.4321 |
|
154 |
+
| 3.0159 | 190 | 0.0006 | 0.4311 |
|
155 |
+
| 3.1746 | 200 | 0.0005 | 0.4291 |
|
156 |
+
| 3.3333 | 210 | 0.0006 | 0.4322 |
|
157 |
+
| 3.4921 | 220 | 0.0005 | 0.4315 |
|
158 |
+
| 3.6508 | 230 | 0.0005 | 0.4308 |
|
159 |
+
| 3.8095 | 240 | 0.0005 | 0.4307 |
|
160 |
+
| 3.9683 | 250 | 0.0004 | 0.4312 |
|
161 |
+
|
162 |
+
### Framework Versions
|
163 |
+
- Python: 3.10.14
|
164 |
+
- SetFit: 1.1.0
|
165 |
+
- Sentence Transformers: 3.2.1
|
166 |
+
- Transformers: 4.44.0
|
167 |
+
- PyTorch: 2.4.0
|
168 |
+
- Datasets: 2.21.0
|
169 |
+
- Tokenizers: 0.19.1
|
170 |
+
|
171 |
+
## Citation
|
172 |
+
|
173 |
+
### BibTeX
|
174 |
+
```bibtex
|
175 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
176 |
+
doi = {10.48550/ARXIV.2209.11055},
|
177 |
+
url = {https://arxiv.org/abs/2209.11055},
|
178 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
179 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
180 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
181 |
+
publisher = {arXiv},
|
182 |
+
year = {2022},
|
183 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
184 |
+
}
|
185 |
+
```
|
186 |
+
|
187 |
+
<!--
|
188 |
+
## Glossary
|
189 |
+
|
190 |
+
*Clearly define terms in order to be accessible across audiences.*
|
191 |
+
-->
|
192 |
+
|
193 |
+
<!--
|
194 |
+
## Model Card Authors
|
195 |
+
|
196 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
197 |
+
-->
|
198 |
+
|
199 |
+
<!--
|
200 |
+
## Model Card Contact
|
201 |
+
|
202 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
203 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Marqo/multilingual-e5-small",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
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": 12,
|
18 |
+
"pad_token_id": 1,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.44.0",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 250037
|
26 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.2.1",
|
4 |
+
"transformers": "4.44.0",
|
5 |
+
"pytorch": "2.4.0"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
config_setfit.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"normalize_embeddings": false,
|
3 |
+
"labels": [
|
4 |
+
"Evento",
|
5 |
+
"Perspectiva"
|
6 |
+
]
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3971fd283adc5c5486b1637ff45d6e0928dac8db7cb7949cd833334ff781ccf9
|
3 |
+
size 470637416
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:526458a2e4389ee583f5e7ab70be16fb2fc791c2fb40d42bddbc1ed1ba8c5788
|
3 |
+
size 3951
|
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": 512,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef04f2b385d1514f500e779207ace0f53e30895ce37563179e29f4022d28ca38
|
3 |
+
size 17083053
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"250001": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"eos_token": "</s>",
|
48 |
+
"mask_token": "<mask>",
|
49 |
+
"model_max_length": 512,
|
50 |
+
"pad_token": "<pad>",
|
51 |
+
"sep_token": "</s>",
|
52 |
+
"sp_model_kwargs": {},
|
53 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
54 |
+
"unk_token": "<unk>"
|
55 |
+
}
|