Add SetFit model
Browse files- .gitattributes +2 -0
- 1_Pooling/config.json +10 -0
- README.md +223 -0
- config.json +26 -0
- config_sentence_transformers.json +9 -0
- config_setfit.json +4 -0
- model.safetensors +3 -0
- model_head.pkl +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +64 -0
- unigram.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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
|
37 |
+
unigram.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,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: setfit
|
3 |
+
tags:
|
4 |
+
- setfit
|
5 |
+
- sentence-transformers
|
6 |
+
- text-classification
|
7 |
+
- generated_from_setfit_trainer
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
widget:
|
11 |
+
- text: ' oui le problème est plus psychologique, je suis d''accord avec vous, et
|
12 |
+
je pense que si l''état mettait en place des suivis psychologiques vraiment poussés,
|
13 |
+
il n''y aurait pas d''opération, moi j''ai eu un bypass, j''ai repris une quinzaine
|
14 |
+
de kilos bien malheureusement, et l''aide pour l''addiction n''est pas prise en
|
15 |
+
charge, genre thérapie, et moi je sais que c''est cela mon problème, quand on
|
16 |
+
n''a pas une bonne image de soi même, c''est très difficile de gagner la partie'
|
17 |
+
- text: Ouaw je me suis totalement reconnue, c’est exactement ce que je vis après
|
18 |
+
être sortie d’une sorte d’orthorexie qui a duré plus d’un an et demi (limite anorexie
|
19 |
+
mentale), pleine de frustrations j’ai donc repris une dizaine de kilos et ma vie
|
20 |
+
est rythmée de privation et d’hyperphagie.. j’essaye de ne pas trop me priver
|
21 |
+
mais j’ai l’impression d’être constamment frustrée.. merci pour ta vidéo ❤️
|
22 |
+
- text: Mdr mais faut pas être médecin pour savoir comment fonctionne le corps humain
|
23 |
+
tu donne meme pas d'argument. Tu dis que c'est une maladie bah parle en dis moi
|
24 |
+
pourquoi comment ??? Parce que la j'entends que des tu dis de la merde t médecin
|
25 |
+
nanani nanana. Toi en tout cas tu dois pas être Einstein. Moi j'ai donné tout
|
26 |
+
les argument qui faut en plus ils sont prouvé. Tu mange tu grossit tu mange pas
|
27 |
+
tu minci. Tu fais pas de sport tu maigrit pas tu fais du sport tu maigris bref
|
28 |
+
sa sert a rien de parler si ta meme pas la repartie de donner des argument à ce
|
29 |
+
que tu dis.
|
30 |
+
- text: pour moi ce qui a fonctioner pour me libere de cette obsession, c'est mon
|
31 |
+
esprit critique. j'ai bien observee comment on se fout de moi pour que je consome
|
32 |
+
toujours plus de poison. apres j'ai bien vu comment on se fout de la soufrance
|
33 |
+
des animaux. et comment on nous eloigne de la nature et du naturel et saludable.
|
34 |
+
c'est un tres long processus d'observation sincere qui m'a aider a me liberer
|
35 |
+
peut a peut. aujourd'huit je suis vegan, je pratique la relaxation et la respiration
|
36 |
+
avec ou sans hypnose. il y a encore des moments ou je suis hanter par l'idee de
|
37 |
+
la bouffe, je ralentie, je respire lentement et profondement, je regarde le ciel,
|
38 |
+
les arbres, les chats, et je me demande comment l'etre humain arrive a etre tellement
|
39 |
+
miserable...
|
40 |
+
- text: Comme je te comprend 🙏 mes tca ont commencé alors que j'avais 11 ans. J'espère
|
41 |
+
que tu vas mieux maintenant
|
42 |
+
pipeline_tag: text-classification
|
43 |
+
inference: false
|
44 |
+
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
45 |
+
model-index:
|
46 |
+
- name: SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
47 |
+
results:
|
48 |
+
- task:
|
49 |
+
type: text-classification
|
50 |
+
name: Text Classification
|
51 |
+
dataset:
|
52 |
+
name: Unknown
|
53 |
+
type: unknown
|
54 |
+
split: test
|
55 |
+
metrics:
|
56 |
+
- type: accuracy
|
57 |
+
value: 0.6115702479338843
|
58 |
+
name: Accuracy
|
59 |
+
---
|
60 |
+
|
61 |
+
# SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
62 |
+
|
63 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) as the Sentence Transformer embedding model. A OneVsRestClassifier instance is used for classification.
|
64 |
+
|
65 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
66 |
+
|
67 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
68 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
69 |
+
|
70 |
+
## Model Details
|
71 |
+
|
72 |
+
### Model Description
|
73 |
+
- **Model Type:** SetFit
|
74 |
+
- **Sentence Transformer body:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2)
|
75 |
+
- **Classification head:** a OneVsRestClassifier instance
|
76 |
+
- **Maximum Sequence Length:** 128 tokens
|
77 |
+
<!-- - **Number of Classes:** Unknown -->
|
78 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
79 |
+
<!-- - **Language:** Unknown -->
|
80 |
+
<!-- - **License:** Unknown -->
|
81 |
+
|
82 |
+
### Model Sources
|
83 |
+
|
84 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
85 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
86 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
87 |
+
|
88 |
+
## Evaluation
|
89 |
+
|
90 |
+
### Metrics
|
91 |
+
| Label | Accuracy |
|
92 |
+
|:--------|:---------|
|
93 |
+
| **all** | 0.6116 |
|
94 |
+
|
95 |
+
## Uses
|
96 |
+
|
97 |
+
### Direct Use for Inference
|
98 |
+
|
99 |
+
First install the SetFit library:
|
100 |
+
|
101 |
+
```bash
|
102 |
+
pip install setfit
|
103 |
+
```
|
104 |
+
|
105 |
+
Then you can load this model and run inference.
|
106 |
+
|
107 |
+
```python
|
108 |
+
from setfit import SetFitModel
|
109 |
+
|
110 |
+
# Download from the 🤗 Hub
|
111 |
+
model = SetFitModel.from_pretrained("Ghofranem/setfit-paraphrase-multilingual-MiniLM-L12-v2-ed-balanced-fr-AI4ED")
|
112 |
+
# Run inference
|
113 |
+
preds = model("Comme je te comprend 🙏 mes tca ont commencé alors que j'avais 11 ans. J'espère que tu vas mieux maintenant")
|
114 |
+
```
|
115 |
+
|
116 |
+
<!--
|
117 |
+
### Downstream Use
|
118 |
+
|
119 |
+
*List how someone could finetune this model on their own dataset.*
|
120 |
+
-->
|
121 |
+
|
122 |
+
<!--
|
123 |
+
### Out-of-Scope Use
|
124 |
+
|
125 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
126 |
+
-->
|
127 |
+
|
128 |
+
<!--
|
129 |
+
## Bias, Risks and Limitations
|
130 |
+
|
131 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
132 |
+
-->
|
133 |
+
|
134 |
+
<!--
|
135 |
+
### Recommendations
|
136 |
+
|
137 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
138 |
+
-->
|
139 |
+
|
140 |
+
## Training Details
|
141 |
+
|
142 |
+
### Training Set Metrics
|
143 |
+
| Training set | Min | Median | Max |
|
144 |
+
|:-------------|:----|:--------|:----|
|
145 |
+
| Word count | 4 | 95.7314 | 694 |
|
146 |
+
|
147 |
+
### Training Hyperparameters
|
148 |
+
- batch_size: (16, 16)
|
149 |
+
- num_epochs: (1, 1)
|
150 |
+
- max_steps: -1
|
151 |
+
- sampling_strategy: oversampling
|
152 |
+
- num_iterations: 10
|
153 |
+
- body_learning_rate: (2e-05, 2e-05)
|
154 |
+
- head_learning_rate: 2e-05
|
155 |
+
- loss: CosineSimilarityLoss
|
156 |
+
- distance_metric: cosine_distance
|
157 |
+
- margin: 0.25
|
158 |
+
- end_to_end: False
|
159 |
+
- use_amp: False
|
160 |
+
- warmup_proportion: 0.1
|
161 |
+
- seed: 42
|
162 |
+
- eval_max_steps: -1
|
163 |
+
- load_best_model_at_end: False
|
164 |
+
|
165 |
+
### Training Results
|
166 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
167 |
+
|:------:|:----:|:-------------:|:---------------:|
|
168 |
+
| 0.0017 | 1 | 0.2843 | - |
|
169 |
+
| 0.0826 | 50 | 0.2442 | - |
|
170 |
+
| 0.1653 | 100 | 0.2095 | - |
|
171 |
+
| 0.2479 | 150 | 0.193 | - |
|
172 |
+
| 0.3306 | 200 | 0.0896 | - |
|
173 |
+
| 0.4132 | 250 | 0.1439 | - |
|
174 |
+
| 0.4959 | 300 | 0.1234 | - |
|
175 |
+
| 0.5785 | 350 | 0.1074 | - |
|
176 |
+
| 0.6612 | 400 | 0.1135 | - |
|
177 |
+
| 0.7438 | 450 | 0.0982 | - |
|
178 |
+
| 0.8264 | 500 | 0.0392 | - |
|
179 |
+
| 0.9091 | 550 | 0.02 | - |
|
180 |
+
| 0.9917 | 600 | 0.043 | - |
|
181 |
+
|
182 |
+
### Framework Versions
|
183 |
+
- Python: 3.10.12
|
184 |
+
- SetFit: 1.0.3
|
185 |
+
- Sentence Transformers: 2.5.1
|
186 |
+
- Transformers: 4.38.2
|
187 |
+
- PyTorch: 2.2.1+cu121
|
188 |
+
- Datasets: 2.18.0
|
189 |
+
- Tokenizers: 0.15.2
|
190 |
+
|
191 |
+
## Citation
|
192 |
+
|
193 |
+
### BibTeX
|
194 |
+
```bibtex
|
195 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
196 |
+
doi = {10.48550/ARXIV.2209.11055},
|
197 |
+
url = {https://arxiv.org/abs/2209.11055},
|
198 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
199 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
200 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
201 |
+
publisher = {arXiv},
|
202 |
+
year = {2022},
|
203 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
204 |
+
}
|
205 |
+
```
|
206 |
+
|
207 |
+
<!--
|
208 |
+
## Glossary
|
209 |
+
|
210 |
+
*Clearly define terms in order to be accessible across audiences.*
|
211 |
+
-->
|
212 |
+
|
213 |
+
<!--
|
214 |
+
## Model Card Authors
|
215 |
+
|
216 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
217 |
+
-->
|
218 |
+
|
219 |
+
<!--
|
220 |
+
## Model Card Contact
|
221 |
+
|
222 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
223 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 384,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1536,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.38.2",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 250037
|
26 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "2.0.0",
|
4 |
+
"transformers": "4.7.0",
|
5 |
+
"pytorch": "1.9.0+cu102"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null
|
9 |
+
}
|
config_setfit.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"normalize_embeddings": false,
|
3 |
+
"labels": null
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d929ce3c7c3477c15188d446187c03635a8523e5bf4cb72e4d8bf46ffd507ad2
|
3 |
+
size 470637416
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b596da8f3439e4a1b6b0abf65fa0aa8b586fafcaf3087bec0317f70a876fc4a2
|
3 |
+
size 18036
|
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": 128,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa685fc160bbdbab64058d4fc91b60e62d207e8dc60b9af5c002c5ab946ded00
|
3 |
+
size 17083009
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": true,
|
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 |
+
"do_lower_case": true,
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"mask_token": "<mask>",
|
50 |
+
"max_length": 128,
|
51 |
+
"model_max_length": 512,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "</s>",
|
57 |
+
"stride": 0,
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "<unk>"
|
64 |
+
}
|
unigram.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da145b5e7700ae40f16691ec32a0b1fdc1ee3298db22a31ea55f57a966c4a65d
|
3 |
+
size 14763260
|