Push model using huggingface_hub.
Browse files- .gitattributes +2 -0
- 1_Pooling/config.json +10 -0
- README.md +278 -0
- config.json +26 -0
- config_sentence_transformers.json +10 -0
- config_setfit.json +14 -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,278 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
3 |
+
library_name: setfit
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- setfit
|
9 |
+
- sentence-transformers
|
10 |
+
- text-classification
|
11 |
+
- generated_from_setfit_trainer
|
12 |
+
widget:
|
13 |
+
- text: Is it available?
|
14 |
+
- text: Est-il possible de fixer une visite?
|
15 |
+
- text: Where is it located?
|
16 |
+
- text: Pouvez-vous me parler des projets disponibles?
|
17 |
+
- text: What’s the process to reserve?
|
18 |
+
inference: true
|
19 |
+
model-index:
|
20 |
+
- name: SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text-classification
|
24 |
+
name: Text Classification
|
25 |
+
dataset:
|
26 |
+
name: Unknown
|
27 |
+
type: unknown
|
28 |
+
split: test
|
29 |
+
metrics:
|
30 |
+
- type: accuracy
|
31 |
+
value: 1.0
|
32 |
+
name: Accuracy
|
33 |
+
---
|
34 |
+
|
35 |
+
# SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
36 |
+
|
37 |
+
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 [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
38 |
+
|
39 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
40 |
+
|
41 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
42 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
43 |
+
|
44 |
+
## Model Details
|
45 |
+
|
46 |
+
### Model Description
|
47 |
+
- **Model Type:** SetFit
|
48 |
+
- **Sentence Transformer body:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2)
|
49 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
50 |
+
- **Maximum Sequence Length:** 128 tokens
|
51 |
+
- **Number of Classes:** 9 classes
|
52 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
53 |
+
<!-- - **Language:** Unknown -->
|
54 |
+
<!-- - **License:** Unknown -->
|
55 |
+
|
56 |
+
### Model Sources
|
57 |
+
|
58 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
59 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
60 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
61 |
+
|
62 |
+
### Model Labels
|
63 |
+
| Label | Examples |
|
64 |
+
|:------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
65 |
+
| schedule_a_visit | <ul><li>'I’d like to schedule a visit'</li><li>'Je voudrais planifier une visite'</li><li>'Puis-je programmer une visite?'</li></ul> |
|
66 |
+
| check_availability | <ul><li>'Est-ce encore disponible?'</li><li>'Is this still available?'</li><li>'Can I check availability?'</li></ul> |
|
67 |
+
| amenities_and_features | <ul><li>'Parlez-moi des fonctionnalités du bien'</li><li>'Tell me the features of the property'</li><li>'Quels sont les équipements disponibles?'</li></ul> |
|
68 |
+
| payment_plan | <ul><li>'Pouvez-vous me parler du plan de paiement?'</li><li>'Quels sont les modes de paiement disponibles?'</li><li>'What are the payment options?'</li></ul> |
|
69 |
+
| reservation_process | <ul><li>'Tell me about the reservation process'</li><li>'Pouvez-vous m’expliquer le processus de réservation?'</li><li>'Comment puis-je faire une réservation?'</li></ul> |
|
70 |
+
| location_details | <ul><li>'Où est-ce situé?'</li><li>'Can you tell me the location details?'</li><li>'What’s the address?'</li></ul> |
|
71 |
+
| pricing_details | <ul><li>'How much does it cost?'</li><li>'Tell me the pricing details'</li><li>'Combien ça coûte?'</li></ul> |
|
72 |
+
| option_process | <ul><li>'Tell me about the option process'</li><li>'Parlez-moi du processus des options'</li><li>'Quels sont mes choix?'</li></ul> |
|
73 |
+
| information_on_projects | <ul><li>'Can you give me information about the projects?'</li><li>'I need details on the available projects'</li><li>'Quels sont les projets disponibles ?'</li></ul> |
|
74 |
+
|
75 |
+
## Evaluation
|
76 |
+
|
77 |
+
### Metrics
|
78 |
+
| Label | Accuracy |
|
79 |
+
|:--------|:---------|
|
80 |
+
| **all** | 1.0 |
|
81 |
+
|
82 |
+
## Uses
|
83 |
+
|
84 |
+
### Direct Use for Inference
|
85 |
+
|
86 |
+
First install the SetFit library:
|
87 |
+
|
88 |
+
```bash
|
89 |
+
pip install setfit
|
90 |
+
```
|
91 |
+
|
92 |
+
Then you can load this model and run inference.
|
93 |
+
|
94 |
+
```python
|
95 |
+
from setfit import SetFitModel
|
96 |
+
|
97 |
+
# Download from the 🤗 Hub
|
98 |
+
model = SetFitModel.from_pretrained("ali170506/chab")
|
99 |
+
# Run inference
|
100 |
+
preds = model("Is it available?")
|
101 |
+
```
|
102 |
+
|
103 |
+
<!--
|
104 |
+
### Downstream Use
|
105 |
+
|
106 |
+
*List how someone could finetune this model on their own dataset.*
|
107 |
+
-->
|
108 |
+
|
109 |
+
<!--
|
110 |
+
### Out-of-Scope Use
|
111 |
+
|
112 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
113 |
+
-->
|
114 |
+
|
115 |
+
<!--
|
116 |
+
## Bias, Risks and Limitations
|
117 |
+
|
118 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
119 |
+
-->
|
120 |
+
|
121 |
+
<!--
|
122 |
+
### Recommendations
|
123 |
+
|
124 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
125 |
+
-->
|
126 |
+
|
127 |
+
## Training Details
|
128 |
+
|
129 |
+
### Training Set Metrics
|
130 |
+
| Training set | Min | Median | Max |
|
131 |
+
|:-------------|:----|:-------|:----|
|
132 |
+
| Word count | 3 | 5.2222 | 8 |
|
133 |
+
|
134 |
+
| Label | Training Sample Count |
|
135 |
+
|:------------------------|:----------------------|
|
136 |
+
| information_on_projects | 3 |
|
137 |
+
| pricing_details | 3 |
|
138 |
+
| location_details | 3 |
|
139 |
+
| amenities_and_features | 3 |
|
140 |
+
| check_availability | 3 |
|
141 |
+
| schedule_a_visit | 3 |
|
142 |
+
| reservation_process | 3 |
|
143 |
+
| option_process | 3 |
|
144 |
+
| payment_plan | 3 |
|
145 |
+
|
146 |
+
### Training Hyperparameters
|
147 |
+
- batch_size: (4, 4)
|
148 |
+
- num_epochs: (4, 4)
|
149 |
+
- max_steps: -1
|
150 |
+
- sampling_strategy: oversampling
|
151 |
+
- body_learning_rate: (2e-05, 1e-05)
|
152 |
+
- head_learning_rate: 0.01
|
153 |
+
- loss: CosineSimilarityLoss
|
154 |
+
- distance_metric: cosine_distance
|
155 |
+
- margin: 0.25
|
156 |
+
- end_to_end: False
|
157 |
+
- use_amp: False
|
158 |
+
- warmup_proportion: 0.1
|
159 |
+
- seed: 42
|
160 |
+
- eval_max_steps: -1
|
161 |
+
- load_best_model_at_end: True
|
162 |
+
|
163 |
+
### Training Results
|
164 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
165 |
+
|:-------:|:-------:|:-------------:|:---------------:|
|
166 |
+
| 0.0062 | 1 | 0.0311 | - |
|
167 |
+
| 0.0617 | 10 | 0.0989 | - |
|
168 |
+
| 0.1235 | 20 | 0.0036 | - |
|
169 |
+
| 0.1852 | 30 | 0.0121 | - |
|
170 |
+
| 0.2469 | 40 | 0.0209 | - |
|
171 |
+
| 0.3086 | 50 | 0.001 | - |
|
172 |
+
| 0.3704 | 60 | 0.0067 | - |
|
173 |
+
| 0.4321 | 70 | 0.017 | - |
|
174 |
+
| 0.4938 | 80 | 0.0037 | - |
|
175 |
+
| 0.5556 | 90 | 0.012 | - |
|
176 |
+
| 0.6173 | 100 | 0.0009 | - |
|
177 |
+
| 0.6790 | 110 | 0.0044 | - |
|
178 |
+
| 0.7407 | 120 | 0.0014 | - |
|
179 |
+
| 0.8025 | 130 | 0.0006 | - |
|
180 |
+
| 0.8642 | 140 | 0.0016 | - |
|
181 |
+
| 0.9259 | 150 | 0.0024 | - |
|
182 |
+
| 0.9877 | 160 | 0.0011 | - |
|
183 |
+
| 1.0 | 162 | - | 0.0164 |
|
184 |
+
| 1.0494 | 170 | 0.0019 | - |
|
185 |
+
| 1.1111 | 180 | 0.0017 | - |
|
186 |
+
| 1.1728 | 190 | 0.0004 | - |
|
187 |
+
| 1.2346 | 200 | 0.0008 | - |
|
188 |
+
| 1.2963 | 210 | 0.0012 | - |
|
189 |
+
| 1.3580 | 220 | 0.0009 | - |
|
190 |
+
| 1.4198 | 230 | 0.0006 | - |
|
191 |
+
| 1.4815 | 240 | 0.001 | - |
|
192 |
+
| 1.5432 | 250 | 0.0009 | - |
|
193 |
+
| 1.6049 | 260 | 0.0015 | - |
|
194 |
+
| 1.6667 | 270 | 0.0016 | - |
|
195 |
+
| 1.7284 | 280 | 0.0009 | - |
|
196 |
+
| 1.7901 | 290 | 0.0005 | - |
|
197 |
+
| 1.8519 | 300 | 0.0009 | - |
|
198 |
+
| 1.9136 | 310 | 0.0009 | - |
|
199 |
+
| 1.9753 | 320 | 0.0008 | - |
|
200 |
+
| 2.0 | 324 | - | 0.0138 |
|
201 |
+
| 2.0370 | 330 | 0.0011 | - |
|
202 |
+
| 2.0988 | 340 | 0.0016 | - |
|
203 |
+
| 2.1605 | 350 | 0.0006 | - |
|
204 |
+
| 2.2222 | 360 | 0.0012 | - |
|
205 |
+
| 2.2840 | 370 | 0.0014 | - |
|
206 |
+
| 2.3457 | 380 | 0.0009 | - |
|
207 |
+
| 2.4074 | 390 | 0.0008 | - |
|
208 |
+
| 2.4691 | 400 | 0.0003 | - |
|
209 |
+
| 2.5309 | 410 | 0.0002 | - |
|
210 |
+
| 2.5926 | 420 | 0.0007 | - |
|
211 |
+
| 2.6543 | 430 | 0.001 | - |
|
212 |
+
| 2.7160 | 440 | 0.0008 | - |
|
213 |
+
| 2.7778 | 450 | 0.0008 | - |
|
214 |
+
| 2.8395 | 460 | 0.0003 | - |
|
215 |
+
| 2.9012 | 470 | 0.0004 | - |
|
216 |
+
| 2.9630 | 480 | 0.0003 | - |
|
217 |
+
| **3.0** | **486** | **-** | **0.0129** |
|
218 |
+
| 3.0247 | 490 | 0.0013 | - |
|
219 |
+
| 3.0864 | 500 | 0.0006 | - |
|
220 |
+
| 3.1481 | 510 | 0.0008 | - |
|
221 |
+
| 3.2099 | 520 | 0.0001 | - |
|
222 |
+
| 3.2716 | 530 | 0.0007 | - |
|
223 |
+
| 3.3333 | 540 | 0.0004 | - |
|
224 |
+
| 3.3951 | 550 | 0.0004 | - |
|
225 |
+
| 3.4568 | 560 | 0.0003 | - |
|
226 |
+
| 3.5185 | 570 | 0.0003 | - |
|
227 |
+
| 3.5802 | 580 | 0.0002 | - |
|
228 |
+
| 3.6420 | 590 | 0.0002 | - |
|
229 |
+
| 3.7037 | 600 | 0.0002 | - |
|
230 |
+
| 3.7654 | 610 | 0.0007 | - |
|
231 |
+
| 3.8272 | 620 | 0.0007 | - |
|
232 |
+
| 3.8889 | 630 | 0.0007 | - |
|
233 |
+
| 3.9506 | 640 | 0.0003 | - |
|
234 |
+
| 4.0 | 648 | - | 0.0129 |
|
235 |
+
|
236 |
+
* The bold row denotes the saved checkpoint.
|
237 |
+
### Framework Versions
|
238 |
+
- Python: 3.10.12
|
239 |
+
- SetFit: 1.0.3
|
240 |
+
- Sentence Transformers: 3.0.1
|
241 |
+
- Transformers: 4.37.0
|
242 |
+
- PyTorch: 2.4.1+cu121
|
243 |
+
- Datasets: 3.0.1
|
244 |
+
- Tokenizers: 0.15.2
|
245 |
+
|
246 |
+
## Citation
|
247 |
+
|
248 |
+
### BibTeX
|
249 |
+
```bibtex
|
250 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
251 |
+
doi = {10.48550/ARXIV.2209.11055},
|
252 |
+
url = {https://arxiv.org/abs/2209.11055},
|
253 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
254 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
255 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
256 |
+
publisher = {arXiv},
|
257 |
+
year = {2022},
|
258 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
259 |
+
}
|
260 |
+
```
|
261 |
+
|
262 |
+
<!--
|
263 |
+
## Glossary
|
264 |
+
|
265 |
+
*Clearly define terms in order to be accessible across audiences.*
|
266 |
+
-->
|
267 |
+
|
268 |
+
<!--
|
269 |
+
## Model Card Authors
|
270 |
+
|
271 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
272 |
+
-->
|
273 |
+
|
274 |
+
<!--
|
275 |
+
## Model Card Contact
|
276 |
+
|
277 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
278 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "checkpoints/step_486",
|
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.37.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.0.1",
|
4 |
+
"transformers": "4.37.0",
|
5 |
+
"pytorch": "2.4.1+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
config_setfit.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"normalize_embeddings": false,
|
3 |
+
"labels": [
|
4 |
+
"information_on_projects",
|
5 |
+
"pricing_details",
|
6 |
+
"location_details",
|
7 |
+
"amenities_and_features",
|
8 |
+
"check_availability",
|
9 |
+
"schedule_a_visit",
|
10 |
+
"reservation_process",
|
11 |
+
"option_process",
|
12 |
+
"payment_plan"
|
13 |
+
]
|
14 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60c0c337ae2be59152f5c20b1a1051ebd8470d6edff15fd0dd576442bf42ab42
|
3 |
+
size 470637416
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfe7bf46f86fe349d3247e80ddaa7cb68419dfe71b7a2b5d6511b88ad2493257
|
3 |
+
size 28639
|
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": 128,
|
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
|