Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +237 -0
- config.json +29 -0
- config_sentence_transformers.json +10 -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 +0 -0
- tokenizer_config.json +66 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
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,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- setfit
|
4 |
+
- sentence-transformers
|
5 |
+
- text-classification
|
6 |
+
- generated_from_setfit_trainer
|
7 |
+
widget:
|
8 |
+
- text: 스타스포츠 스타 루카스 스포츠용품 운동신발 족구화 스포츠/레저>족구>족구화
|
9 |
+
- text: 스텝 레더 축구 연습 훈련 사다리 순발력 족구 연습기 스포츠/레저>족구>기타족구용품
|
10 |
+
- text: 낫소 족구공 큐스팩트A T패널 적용 EVA FORM 쿠션감 스포츠/레저>족구>족구공
|
11 |
+
- text: 더블레이어 고탄력 터치감 족구공 족구동호회 족구볼 스포츠/레저>족구>족구공
|
12 |
+
- text: 라인기 운동장 경기장 선긋기 트랙 축구장 족구장 주차장 스포츠/레저>족구>기타족구용품
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
pipeline_tag: text-classification
|
16 |
+
library_name: setfit
|
17 |
+
inference: true
|
18 |
+
base_model: mini1013/master_domain
|
19 |
+
model-index:
|
20 |
+
- name: SetFit with mini1013/master_domain
|
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 mini1013/master_domain
|
36 |
+
|
37 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [mini1013/master_domain](https://huggingface.co/mini1013/master_domain) 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:** [mini1013/master_domain](https://huggingface.co/mini1013/master_domain)
|
49 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
50 |
+
- **Maximum Sequence Length:** 512 tokens
|
51 |
+
- **Number of Classes:** 5 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 |
+
| 4.0 | <ul><li>'족구화 발볼넓은 JOMA 호머 축구 신발 남성 MG 짧은 손톱 조마 학생 성인 프리스비 스포츠/레저>족구>족구화'</li><li>'신신상사 스타스포츠 스타 에너제틱 족구화 선수용 JS6200-03 245 스포츠/레저>족구>족구화'</li><li>'스타스포츠 스타 레독스R 족구화 입문자 동호회용 JS5970 스포츠/레저>족구>족구화'</li></ul> |
|
66 |
+
| 1.0 | <ul><li>'신신상사 스타스포츠 스타스포츠 족구공 사인볼 하이브리드 8판넬방식 스포츠/레저>족구>족구공'</li><li>'신신상사 스타스포츠 족구공 풋살공 축구공 족구공 더 윙 태극 8판넬 JB435 스포츠/레저>족구>족구공'</li><li>'스타스포츠 스타스포츠 태극 족구공 동계용 방수코팅 족구 시합구 스포츠/레저>족구>족구공'</li></ul> |
|
67 |
+
| 0.0 | <ul><li>'족구타격기 발차기 훈련 스탠드 연습 운동 레슨 스포츠/레저>족구>기타족구용품'</li><li>'스타 족구 심판대 의자 심판 발판대 라인기 코트경계망 스코어보드 지주세트 네트 번호판 스포츠/레저>족구>기타족구용품'</li><li>'ZIPPO 라이터 Figurehead GD 신명글로빅스 ZPM3MA007R 스포츠/레저>족구>기타족구용품'</li></ul> |
|
68 |
+
| 3.0 | <ul><li>'브럼비 족구유니폼 사이트 21시즌 디자인 피오드 - 2 스포츠/레저>족구>족구의류'</li><li>'브럼비 축구유니폼 사이트 24시즌 디자인 로마-2 스포츠/레저>족구>족구의류'</li><li>'족구 유니폼제작 전사팀복 221007 스포츠/레저>족구>족구의류'</li></ul> |
|
69 |
+
| 2.0 | <ul><li>'낫소 일반형 족구네트 NSJ-N105 스포츠/레저>족구>족구네트'</li><li>'오레인 족구 네트 OJG-N224 스포츠/레저>족구>족구네트'</li><li>'엔포유 N4U-B500 배드민턴 족구 다용도네트 스포츠/레저>족구>족구네트'</li></ul> |
|
70 |
+
|
71 |
+
## Evaluation
|
72 |
+
|
73 |
+
### Metrics
|
74 |
+
| Label | Accuracy |
|
75 |
+
|:--------|:---------|
|
76 |
+
| **all** | 1.0 |
|
77 |
+
|
78 |
+
## Uses
|
79 |
+
|
80 |
+
### Direct Use for Inference
|
81 |
+
|
82 |
+
First install the SetFit library:
|
83 |
+
|
84 |
+
```bash
|
85 |
+
pip install setfit
|
86 |
+
```
|
87 |
+
|
88 |
+
Then you can load this model and run inference.
|
89 |
+
|
90 |
+
```python
|
91 |
+
from setfit import SetFitModel
|
92 |
+
|
93 |
+
# Download from the 🤗 Hub
|
94 |
+
model = SetFitModel.from_pretrained("mini1013/master_cate_sl26")
|
95 |
+
# Run inference
|
96 |
+
preds = model("스타스포츠 스타 루카스 스포츠용품 운동신발 족구화 스포츠/레저>족구>족구화")
|
97 |
+
```
|
98 |
+
|
99 |
+
<!--
|
100 |
+
### Downstream Use
|
101 |
+
|
102 |
+
*List how someone could finetune this model on their own dataset.*
|
103 |
+
-->
|
104 |
+
|
105 |
+
<!--
|
106 |
+
### Out-of-Scope Use
|
107 |
+
|
108 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
109 |
+
-->
|
110 |
+
|
111 |
+
<!--
|
112 |
+
## Bias, Risks and Limitations
|
113 |
+
|
114 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
115 |
+
-->
|
116 |
+
|
117 |
+
<!--
|
118 |
+
### Recommendations
|
119 |
+
|
120 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
121 |
+
-->
|
122 |
+
|
123 |
+
## Training Details
|
124 |
+
|
125 |
+
### Training Set Metrics
|
126 |
+
| Training set | Min | Median | Max |
|
127 |
+
|:-------------|:----|:-------|:----|
|
128 |
+
| Word count | 2 | 8.0441 | 19 |
|
129 |
+
|
130 |
+
| Label | Training Sample Count |
|
131 |
+
|:------|:----------------------|
|
132 |
+
| 0.0 | 70 |
|
133 |
+
| 1.0 | 70 |
|
134 |
+
| 2.0 | 15 |
|
135 |
+
| 3.0 | 70 |
|
136 |
+
| 4.0 | 70 |
|
137 |
+
|
138 |
+
### Training Hyperparameters
|
139 |
+
- batch_size: (256, 256)
|
140 |
+
- num_epochs: (30, 30)
|
141 |
+
- max_steps: -1
|
142 |
+
- sampling_strategy: oversampling
|
143 |
+
- num_iterations: 50
|
144 |
+
- body_learning_rate: (2e-05, 1e-05)
|
145 |
+
- head_learning_rate: 0.01
|
146 |
+
- loss: CosineSimilarityLoss
|
147 |
+
- distance_metric: cosine_distance
|
148 |
+
- margin: 0.25
|
149 |
+
- end_to_end: False
|
150 |
+
- use_amp: False
|
151 |
+
- warmup_proportion: 0.1
|
152 |
+
- l2_weight: 0.01
|
153 |
+
- seed: 42
|
154 |
+
- eval_max_steps: -1
|
155 |
+
- load_best_model_at_end: False
|
156 |
+
|
157 |
+
### Training Results
|
158 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
159 |
+
|:-------:|:----:|:-------------:|:---------------:|
|
160 |
+
| 0.0172 | 1 | 0.4882 | - |
|
161 |
+
| 0.8621 | 50 | 0.4668 | - |
|
162 |
+
| 1.7241 | 100 | 0.1034 | - |
|
163 |
+
| 2.5862 | 150 | 0.0002 | - |
|
164 |
+
| 3.4483 | 200 | 0.0 | - |
|
165 |
+
| 4.3103 | 250 | 0.0 | - |
|
166 |
+
| 5.1724 | 300 | 0.0 | - |
|
167 |
+
| 6.0345 | 350 | 0.0 | - |
|
168 |
+
| 6.8966 | 400 | 0.0 | - |
|
169 |
+
| 7.7586 | 450 | 0.0 | - |
|
170 |
+
| 8.6207 | 500 | 0.0 | - |
|
171 |
+
| 9.4828 | 550 | 0.0 | - |
|
172 |
+
| 10.3448 | 600 | 0.0 | - |
|
173 |
+
| 11.2069 | 650 | 0.0 | - |
|
174 |
+
| 12.0690 | 700 | 0.0 | - |
|
175 |
+
| 12.9310 | 750 | 0.0 | - |
|
176 |
+
| 13.7931 | 800 | 0.0 | - |
|
177 |
+
| 14.6552 | 850 | 0.0 | - |
|
178 |
+
| 15.5172 | 900 | 0.0 | - |
|
179 |
+
| 16.3793 | 950 | 0.0 | - |
|
180 |
+
| 17.2414 | 1000 | 0.0 | - |
|
181 |
+
| 18.1034 | 1050 | 0.0 | - |
|
182 |
+
| 18.9655 | 1100 | 0.0 | - |
|
183 |
+
| 19.8276 | 1150 | 0.0 | - |
|
184 |
+
| 20.6897 | 1200 | 0.0 | - |
|
185 |
+
| 21.5517 | 1250 | 0.0 | - |
|
186 |
+
| 22.4138 | 1300 | 0.0 | - |
|
187 |
+
| 23.2759 | 1350 | 0.0 | - |
|
188 |
+
| 24.1379 | 1400 | 0.0 | - |
|
189 |
+
| 25.0 | 1450 | 0.0 | - |
|
190 |
+
| 25.8621 | 1500 | 0.0 | - |
|
191 |
+
| 26.7241 | 1550 | 0.0 | - |
|
192 |
+
| 27.5862 | 1600 | 0.0 | - |
|
193 |
+
| 28.4483 | 1650 | 0.0 | - |
|
194 |
+
| 29.3103 | 1700 | 0.0 | - |
|
195 |
+
|
196 |
+
### Framework Versions
|
197 |
+
- Python: 3.10.12
|
198 |
+
- SetFit: 1.1.0
|
199 |
+
- Sentence Transformers: 3.3.1
|
200 |
+
- Transformers: 4.44.2
|
201 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
202 |
+
- Datasets: 3.2.0
|
203 |
+
- Tokenizers: 0.19.1
|
204 |
+
|
205 |
+
## Citation
|
206 |
+
|
207 |
+
### BibTeX
|
208 |
+
```bibtex
|
209 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
210 |
+
doi = {10.48550/ARXIV.2209.11055},
|
211 |
+
url = {https://arxiv.org/abs/2209.11055},
|
212 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
213 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
214 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
215 |
+
publisher = {arXiv},
|
216 |
+
year = {2022},
|
217 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
218 |
+
}
|
219 |
+
```
|
220 |
+
|
221 |
+
<!--
|
222 |
+
## Glossary
|
223 |
+
|
224 |
+
*Clearly define terms in order to be accessible across audiences.*
|
225 |
+
-->
|
226 |
+
|
227 |
+
<!--
|
228 |
+
## Model Card Authors
|
229 |
+
|
230 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
231 |
+
-->
|
232 |
+
|
233 |
+
<!--
|
234 |
+
## Model Card Contact
|
235 |
+
|
236 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
237 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mini1013/master_item_sl_org_gtcate",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 514,
|
18 |
+
"model_type": "roberta",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"tokenizer_class": "BertTokenizer",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.44.2",
|
26 |
+
"type_vocab_size": 1,
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 32000
|
29 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.3.1",
|
4 |
+
"transformers": "4.44.2",
|
5 |
+
"pytorch": "2.2.0a0+81ea7a4"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
config_setfit.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels": null,
|
3 |
+
"normalize_embeddings": false
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e898a316ebe15eca32525aa5b0c594d725254e4a47003cb200eef20261499ba
|
3 |
+
size 442494816
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e4942d38e8006e5a3f00c937e4cca4abda5ddfbeb31cf7813e443936bb66be
|
3 |
+
size 31615
|
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": 512,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
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": "[SEP]",
|
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
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[CLS]",
|
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": "[SEP]",
|
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 |
+
"4": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": false,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_basic_tokenize": true,
|
48 |
+
"do_lower_case": false,
|
49 |
+
"eos_token": "[SEP]",
|
50 |
+
"mask_token": "[MASK]",
|
51 |
+
"max_length": 512,
|
52 |
+
"model_max_length": 512,
|
53 |
+
"never_split": null,
|
54 |
+
"pad_to_multiple_of": null,
|
55 |
+
"pad_token": "[PAD]",
|
56 |
+
"pad_token_type_id": 0,
|
57 |
+
"padding_side": "right",
|
58 |
+
"sep_token": "[SEP]",
|
59 |
+
"stride": 0,
|
60 |
+
"strip_accents": null,
|
61 |
+
"tokenize_chinese_chars": true,
|
62 |
+
"tokenizer_class": "BertTokenizer",
|
63 |
+
"truncation_side": "right",
|
64 |
+
"truncation_strategy": "longest_first",
|
65 |
+
"unk_token": "[UNK]"
|
66 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|