Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +240 -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,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mini1013/master_domain
|
3 |
+
library_name: setfit
|
4 |
+
metrics:
|
5 |
+
- metric
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- setfit
|
9 |
+
- sentence-transformers
|
10 |
+
- text-classification
|
11 |
+
- generated_from_setfit_trainer
|
12 |
+
widget:
|
13 |
+
- text: 인체모형 교육용 해부 해부학 마네킹 해골 뼈 업그레이드된버전62CM색상흰색남성모델찌를수있음 에스와이컴퍼니
|
14 |
+
- text: 고급 패브릭정리함 리빙박스 트윈커버 소형 기안79
|
15 |
+
- text: 거치대 대회 전시 진열 태권도 트로피 메달 스포츠 디스플레이 선반 가로 120 세로 20센티_라이트 텍스처 나무판자 색상표:오색 라인
|
16 |
+
프레즈스튜디오
|
17 |
+
- text: 투명 조립식 신발장 신발 정리대 수납장 보관함 민트 살림공백
|
18 |
+
- text: 고양이 철제 실내화 정리대 슬리퍼 꽂이 걸이 거치대 현관 화장실 현관 홀더 슈즈렉 4단 고양이 실내화거치대_화이트 티비앤지컴퍼니 (TB&G
|
19 |
+
Co.)
|
20 |
+
inference: true
|
21 |
+
model-index:
|
22 |
+
- name: SetFit with mini1013/master_domain
|
23 |
+
results:
|
24 |
+
- task:
|
25 |
+
type: text-classification
|
26 |
+
name: Text Classification
|
27 |
+
dataset:
|
28 |
+
name: Unknown
|
29 |
+
type: unknown
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- type: metric
|
33 |
+
value: 0.937399876771411
|
34 |
+
name: Metric
|
35 |
+
---
|
36 |
+
|
37 |
+
# SetFit with mini1013/master_domain
|
38 |
+
|
39 |
+
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.
|
40 |
+
|
41 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
42 |
+
|
43 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
44 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
45 |
+
|
46 |
+
## Model Details
|
47 |
+
|
48 |
+
### Model Description
|
49 |
+
- **Model Type:** SetFit
|
50 |
+
- **Sentence Transformer body:** [mini1013/master_domain](https://huggingface.co/mini1013/master_domain)
|
51 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
52 |
+
- **Maximum Sequence Length:** 512 tokens
|
53 |
+
- **Number of Classes:** 9 classes
|
54 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
55 |
+
<!-- - **Language:** Unknown -->
|
56 |
+
<!-- - **License:** Unknown -->
|
57 |
+
|
58 |
+
### Model Sources
|
59 |
+
|
60 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
61 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
62 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
63 |
+
|
64 |
+
### Model Labels
|
65 |
+
| Label | Examples |
|
66 |
+
|:------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
67 |
+
| 6.0 | <ul><li>'아임홈리빙 베이직 튼튼 논슬립 옷걸이 1P 퍼플 주식회사에버원'</li><li>'[리벤스] 코팅 논슬립 바지걸이 20P / 원목 바지걸이 및 행거 G.화이트 싱글 1단 이동식행거 아소리빙'</li><li>'[ 판매] 아이지베스트 바두기 뉴매직 행거 30p 바두기'</li></ul> |
|
68 |
+
| 3.0 | <ul><li>'스판 선풍기커버 난방기 온풍기 보관 덮개 커버 먼지차단 헤드형 스탠드형 스판선풍기커버 헤드형_베이지 굿조인'</li><li>'보관 스탠드 선풍기 커버 방수 일반형 헤드 케이스 북유럽풍 수납하기좋은 카바 헤드형_그레이 바른상회'</li><li>'공업용 선풍기 안전망 대형 산업 보호망 커버 용품 카바 30in 고퀄리'</li></ul> |
|
69 |
+
| 4.0 | <ul><li>'무타공 벽부착 화장지 수납 다용도 걸이 바구니 소품 선반바 스켓 거치대 케이스 인테리어 그레이1P 이노트러스트'</li><li>'스텐 주방 싱크대 도어행거 후크 수건 행주 걸이 문걸이행거 화이트도장_도어행거1P 주식회사 제이케이씨글로벌'</li><li>'로에드 초강력 마그네틱 자석 후크 마스크 걸이 10P 미니자석후크 10개세트(E10) 데일리마켓'</li></ul> |
|
70 |
+
| 7.0 | <ul><li>'심플 헹거커버 헹거커버-브라운 갱자상회'</li><li>'먼지방지 프리미엄 옷커버 혼합(자켓용10P+코트용5P) 총 15P GSSHOP_'</li><li>'인앳홈 의류먼지방지덮개 행거커버 의류오염방지커버 No 01.반투명 먼지 방지덮개 60X110 디엘시스'</li></ul> |
|
71 |
+
| 2.0 | <ul><li>'[비카] 트롤리 /수납함/츄레이/기저귀함/이동식수납함/주방용품/식당 비카_다크크레이 '</li><li>'할메이드 주방 화장품 서랍 이동식 트롤리 틈새 선반 바퀴달린 수납장 트레이 3단 메쉬 트롤리 4단 화이트 (주)할메이드'</li><li>'아텍스 다용도 베란다벽선반 팬트리 세탁실 벽걸이 반달 화이트/봉스테인레스/올스테인레스 국내제작_MC 반달화이트 43cm_1단 1.2m 멸치쇼핑'</li></ul> |
|
72 |
+
| 1.0 | <ul><li>'쇼핑 바구니 마트 장바구니 플라스틱 시장 편의점 AA 미니 초록 쇼핑 바구니 왕대 초록 주식회사 오메가키친'</li><li>'[다이소]칸칸이수납바구니-1001900 (주)한웰이쇼핑'</li><li>'대나무 석작 한과바구니 대나무함 한과상자 폐백 떡바 타입 타입_사각 석작 - 소 이잡스2'</li></ul> |
|
73 |
+
| 0.0 | <ul><li>'[애구애구]강아지 애견 마네킹 인형 S/M/L 04_L 블랙시니어 신세계몰'</li><li>'매장용 목걸이 귀걸이 거치 마네킹 디스플레이 쥬얼리 14 소소한'</li><li>'상체마네킹 남성정장 디스플레이 마네킹 양복점 전신 드레스 스탠드 의류매장모델행거 Q 아띠쇼핑'</li></ul> |
|
74 |
+
| 5.0 | <ul><li>'맨손진공순삭압축팩 맨손압축팩 45x70 세인 클러스터'</li><li>'대형 입체 압축팩 이불 인형 보관 상품선택_중호세로형 행밤'</li><li>'맨손진공순삭압축팩 맨손압축팩 56x80 세인 클러스터'</li></ul> |
|
75 |
+
| 8.0 | <ul><li>'4개 택일 대형 중형 종이수납박스 리빙 대형 캣마스터'</li><li>'[펠로우즈] 뱅커스 베이직 / 프레스트 파일박스(2개입) 베이직 오피스디포 의왕군포점'</li><li>'펠로우즈 파일박스 Presto 블루 17243 2개 플렉스온컴퍼니'</li></ul> |
|
76 |
+
|
77 |
+
## Evaluation
|
78 |
+
|
79 |
+
### Metrics
|
80 |
+
| Label | Metric |
|
81 |
+
|:--------|:-------|
|
82 |
+
| **all** | 0.9374 |
|
83 |
+
|
84 |
+
## Uses
|
85 |
+
|
86 |
+
### Direct Use for Inference
|
87 |
+
|
88 |
+
First install the SetFit library:
|
89 |
+
|
90 |
+
```bash
|
91 |
+
pip install setfit
|
92 |
+
```
|
93 |
+
|
94 |
+
Then you can load this model and run inference.
|
95 |
+
|
96 |
+
```python
|
97 |
+
from setfit import SetFitModel
|
98 |
+
|
99 |
+
# Download from the 🤗 Hub
|
100 |
+
model = SetFitModel.from_pretrained("mini1013/master_cate_lh14")
|
101 |
+
# Run inference
|
102 |
+
preds = model("고급 패브릭정리함 리빙박스 트윈커버 소형 기안79")
|
103 |
+
```
|
104 |
+
|
105 |
+
<!--
|
106 |
+
### Downstream Use
|
107 |
+
|
108 |
+
*List how someone could finetune this model on their own dataset.*
|
109 |
+
-->
|
110 |
+
|
111 |
+
<!--
|
112 |
+
### Out-of-Scope Use
|
113 |
+
|
114 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
115 |
+
-->
|
116 |
+
|
117 |
+
<!--
|
118 |
+
## Bias, Risks and Limitations
|
119 |
+
|
120 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
121 |
+
-->
|
122 |
+
|
123 |
+
<!--
|
124 |
+
### Recommendations
|
125 |
+
|
126 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
127 |
+
-->
|
128 |
+
|
129 |
+
## Training Details
|
130 |
+
|
131 |
+
### Training Set Metrics
|
132 |
+
| Training set | Min | Median | Max |
|
133 |
+
|:-------------|:----|:--------|:----|
|
134 |
+
| Word count | 3 | 10.5244 | 22 |
|
135 |
+
|
136 |
+
| Label | Training Sample Count |
|
137 |
+
|:------|:----------------------|
|
138 |
+
| 0.0 | 50 |
|
139 |
+
| 1.0 | 50 |
|
140 |
+
| 2.0 | 50 |
|
141 |
+
| 3.0 | 50 |
|
142 |
+
| 4.0 | 50 |
|
143 |
+
| 5.0 | 50 |
|
144 |
+
| 6.0 | 50 |
|
145 |
+
| 7.0 | 50 |
|
146 |
+
| 8.0 | 50 |
|
147 |
+
|
148 |
+
### Training Hyperparameters
|
149 |
+
- batch_size: (512, 512)
|
150 |
+
- num_epochs: (20, 20)
|
151 |
+
- max_steps: -1
|
152 |
+
- sampling_strategy: oversampling
|
153 |
+
- num_iterations: 40
|
154 |
+
- body_learning_rate: (2e-05, 2e-05)
|
155 |
+
- head_learning_rate: 2e-05
|
156 |
+
- loss: CosineSimilarityLoss
|
157 |
+
- distance_metric: cosine_distance
|
158 |
+
- margin: 0.25
|
159 |
+
- end_to_end: False
|
160 |
+
- use_amp: False
|
161 |
+
- warmup_proportion: 0.1
|
162 |
+
- seed: 42
|
163 |
+
- eval_max_steps: -1
|
164 |
+
- load_best_model_at_end: False
|
165 |
+
|
166 |
+
### Training Results
|
167 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
168 |
+
|:-------:|:----:|:-------------:|:---------------:|
|
169 |
+
| 0.0141 | 1 | 0.3887 | - |
|
170 |
+
| 0.7042 | 50 | 0.3275 | - |
|
171 |
+
| 1.4085 | 100 | 0.1223 | - |
|
172 |
+
| 2.1127 | 150 | 0.0307 | - |
|
173 |
+
| 2.8169 | 200 | 0.0273 | - |
|
174 |
+
| 3.5211 | 250 | 0.0253 | - |
|
175 |
+
| 4.2254 | 300 | 0.0097 | - |
|
176 |
+
| 4.9296 | 350 | 0.0156 | - |
|
177 |
+
| 5.6338 | 400 | 0.0156 | - |
|
178 |
+
| 6.3380 | 450 | 0.0175 | - |
|
179 |
+
| 7.0423 | 500 | 0.0136 | - |
|
180 |
+
| 7.7465 | 550 | 0.0117 | - |
|
181 |
+
| 8.4507 | 600 | 0.002 | - |
|
182 |
+
| 9.1549 | 650 | 0.0174 | - |
|
183 |
+
| 9.8592 | 700 | 0.0155 | - |
|
184 |
+
| 10.5634 | 750 | 0.0136 | - |
|
185 |
+
| 11.2676 | 800 | 0.0193 | - |
|
186 |
+
| 11.9718 | 850 | 0.0135 | - |
|
187 |
+
| 12.6761 | 900 | 0.0004 | - |
|
188 |
+
| 13.3803 | 950 | 0.0001 | - |
|
189 |
+
| 14.0845 | 1000 | 0.0001 | - |
|
190 |
+
| 14.7887 | 1050 | 0.0001 | - |
|
191 |
+
| 15.4930 | 1100 | 0.0 | - |
|
192 |
+
| 16.1972 | 1150 | 0.0 | - |
|
193 |
+
| 16.9014 | 1200 | 0.0 | - |
|
194 |
+
| 17.6056 | 1250 | 0.0 | - |
|
195 |
+
| 18.3099 | 1300 | 0.0 | - |
|
196 |
+
| 19.0141 | 1350 | 0.0 | - |
|
197 |
+
| 19.7183 | 1400 | 0.0 | - |
|
198 |
+
|
199 |
+
### Framework Versions
|
200 |
+
- Python: 3.10.12
|
201 |
+
- SetFit: 1.1.0.dev0
|
202 |
+
- Sentence Transformers: 3.1.1
|
203 |
+
- Transformers: 4.46.1
|
204 |
+
- PyTorch: 2.4.0+cu121
|
205 |
+
- Datasets: 2.20.0
|
206 |
+
- Tokenizers: 0.20.0
|
207 |
+
|
208 |
+
## Citation
|
209 |
+
|
210 |
+
### BibTeX
|
211 |
+
```bibtex
|
212 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
213 |
+
doi = {10.48550/ARXIV.2209.11055},
|
214 |
+
url = {https://arxiv.org/abs/2209.11055},
|
215 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
216 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
217 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
218 |
+
publisher = {arXiv},
|
219 |
+
year = {2022},
|
220 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
221 |
+
}
|
222 |
+
```
|
223 |
+
|
224 |
+
<!--
|
225 |
+
## Glossary
|
226 |
+
|
227 |
+
*Clearly define terms in order to be accessible across audiences.*
|
228 |
+
-->
|
229 |
+
|
230 |
+
<!--
|
231 |
+
## Model Card Authors
|
232 |
+
|
233 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
234 |
+
-->
|
235 |
+
|
236 |
+
<!--
|
237 |
+
## Model Card Contact
|
238 |
+
|
239 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
240 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mini1013/master_item_lh",
|
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.46.1",
|
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.1.1",
|
4 |
+
"transformers": "4.46.1",
|
5 |
+
"pytorch": "2.4.0+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
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:5e09b8da3064dd6b028d10b1cecf93d720f2463e24af1ce93b2d9b0dbf2e06da
|
3 |
+
size 442494816
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e3f5c2e6089eed0b5f2d39ab4d71da212b4cedd7426a8d37a1b46dcdebb91e0
|
3 |
+
size 56255
|
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
|
|