mini1013 commited on
Commit
f4426bf
·
verified ·
1 Parent(s): 36240f0

Push model using huggingface_hub.

Browse files
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,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - setfit
4
+ - sentence-transformers
5
+ - text-classification
6
+ - generated_from_setfit_trainer
7
+ widget:
8
+ - text: 손가락 빠는 아기 치발기 손빠는 아이 못빨게 교정기 빨기 방지 신생아 엄지 백일 100일 손가락 빨기 방지 엄지 장갑 (L) 출산/육아
9
+ > 구강청결용품 > 손가락빨기방지용품
10
+ - text: 치아모형 간단한 헤드 모델 치과 시뮬레이터 팬텀 헤드, 의사 교육용, 트레이닝 기구 출산/육아 > 구강청결용품 > 기타구강청결용품
11
+ - text: 이천사 OT704 SSSS 7형0.4mm 치실치간칫솔 교정치간칫솔 유아 어린이 65- CT22- 3단계 이중라운드-12개 출산/육아
12
+ > 구강청결용품 > 기타구강청결용품
13
+ - text: 제니튼 닥터제니 어린이치약 4개 미니4개 초등학생치약 유아 베이비 [1450 고불소]_1450 고불소(라즈베리)4개+미니치약4개 출산/육아
14
+ > 구강청결용품 > 유아치약
15
+ - text: 이천사 OT110 S 1형1.0mm 치실치간칫솔 교정치간칫솔 유아 어린이 71- PT31- 청소년이중슬림모-12개 출산/육아 > 구강청결용품
16
+ > 기타구강청결용품
17
+ metrics:
18
+ - accuracy
19
+ pipeline_tag: text-classification
20
+ library_name: setfit
21
+ inference: true
22
+ base_model: mini1013/master_domain
23
+ model-index:
24
+ - name: SetFit with mini1013/master_domain
25
+ results:
26
+ - task:
27
+ type: text-classification
28
+ name: Text Classification
29
+ dataset:
30
+ name: Unknown
31
+ type: unknown
32
+ split: test
33
+ metrics:
34
+ - type: accuracy
35
+ value: 1.0
36
+ name: Accuracy
37
+ ---
38
+
39
+ # SetFit with mini1013/master_domain
40
+
41
+ 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.
42
+
43
+ The model has been trained using an efficient few-shot learning technique that involves:
44
+
45
+ 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
46
+ 2. Training a classification head with features from the fine-tuned Sentence Transformer.
47
+
48
+ ## Model Details
49
+
50
+ ### Model Description
51
+ - **Model Type:** SetFit
52
+ - **Sentence Transformer body:** [mini1013/master_domain](https://huggingface.co/mini1013/master_domain)
53
+ - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
54
+ - **Maximum Sequence Length:** 512 tokens
55
+ - **Number of Classes:** 6 classes
56
+ <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
57
+ <!-- - **Language:** Unknown -->
58
+ <!-- - **License:** Unknown -->
59
+
60
+ ### Model Sources
61
+
62
+ - **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
63
+ - **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
64
+ - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
65
+
66
+ ### Model Labels
67
+ | Label | Examples |
68
+ |:------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
69
+ | 2.0 | <ul><li>'가그린 어린이 가글 딸기 3개 구강청결제 출산/육아 > 구강청결용품 > 유아구강세정제'</li><li>'메가텐 키즈 소닉 럭스 360 전동칫솔 리필모 4P 미디엄(만4세-만12세) 출산/육아 > 구강청결용품 > 유아구강세정제'</li><li>'2080 kids 어린이가글250ml/ 저불소/ 바나나맛/딸기맛 구강청결제 작은사이즈 키즈 상품선택_바나나맛250ml 출산/육아 > 구강청결용품 > 유아구강세정제'</li></ul> |
70
+ | 0.0 | <ul><li>'코클리어 시원한호흡 코밴드 코패치 10일사용(10매1박스) 출산/육아 > 구강청결용품 > 기타구강청결용품'</li><li>'플랙커스치실 일회용치실 어린이 유아 아기 치실 4팩 1. 플랙커스 키즈치실 30p 4팩 출산/육아 > 구강청결용품 > 기타구강청결용품'</li><li>'닥터코링 출산/육아 > 구강청결용품 > 기타구강청결용품'</li></ul> |
71
+ | 5.0 | <ul><li>'켄트 초등학생 키즈 칫솔 어린이칫솔 4개입 켄트 오리지널 6개 출산/육아 > 구강청결용품 > 유아칫솔'</li><li>'메가텐 럭스360 어린이 유아 칫솔 6개입 기능성 (1 2 3 단계) 독일도스 유기농 치약(무불소)_메가텐7P_1단계 출산/육아 > 구강청결용품 > 유아칫솔'</li><li>'키즈텐 5형제 어린이 칫솔 3단계 5개입 출산/육아 > 구강청결용품 > 유아칫솔'</li></ul> |
72
+ | 4.0 | <ul><li>'키즈세이프 충치집중케어 치약 60g x 10개/ 고불소 치약, 충치 6.키즈세이프 유아칫솔 2단계 x 16개 출산/육아 > 구강청결용품 > 유아치약'</li><li>'벨레다 어린이 치약 50ml 2p+손가락칫솔 1p 충치 예방 안전 치약 벨레다 치약 2개 + 유아칫솔 1개 출산/육아 > 구강청결용품 > 유아치약'</li><li>'페리오키즈 스텝2 핑크퐁 치약 청포도향 75g 무불소 80G 출산/육아 > 구강청결용품 > 유아치약'</li></ul> |
73
+ | 3.0 | <ul><li>'[1+1] 121도씨 비앤비 리꼬 구강티슈 (오가닉 순면 무첨가물) [1+1] 121도씨 구강티슈 50매 x2 출산/육아 > 구강청결용품 > 유아구강청결티슈'</li><li>'메디안 골드 와이드프로 칫솔 4개입 잇몸케어 미세모 치석케어 이중미세모 치솔 메디안 골드 와이드프로 칫솔4개입(미세모) 출산/육아 > 구강청결용품 > 유아구강청결티슈'</li><li>'비앤비 구강청결티슈 30매 X 3개/4개/5개/2개 비앤비 구강청결티슈30매X3 출산/육아 > 구강청결용품 > 유아구강청결티슈'</li></ul> |
74
+ | 1.0 | <ul><li>'썸프렌즈 (엄지용) A set 동물 친구들_Large 출산/육아 > 구강청결용품 > 손가락빨기방지용품'</li><li>'아가프라/닥터핑거 1+1 (엄지,검지,중지)l/손가락빨기교정 양손겸용 닥터핑거(중지/검지용)-화이트_닥터핑거(중지/검지용)-퍼플 출산/육아 > 구강청결용품 > 손가락빨기방지용품'</li><li>'스몰 투명색상 닥터썸 출산/육아 > 구강청결용품 > 손가락빨기방지용품'</li></ul> |
75
+
76
+ ## Evaluation
77
+
78
+ ### Metrics
79
+ | Label | Accuracy |
80
+ |:--------|:---------|
81
+ | **all** | 1.0 |
82
+
83
+ ## Uses
84
+
85
+ ### Direct Use for Inference
86
+
87
+ First install the SetFit library:
88
+
89
+ ```bash
90
+ pip install setfit
91
+ ```
92
+
93
+ Then you can load this model and run inference.
94
+
95
+ ```python
96
+ from setfit import SetFitModel
97
+
98
+ # Download from the 🤗 Hub
99
+ model = SetFitModel.from_pretrained("mini1013/master_cate_bc1")
100
+ # Run inference
101
+ preds = model("치아모형 간단한 헤드 모델 치과 시뮬레이터 팬텀 헤드, 의사 교육용, 트레이닝 기구 출산/육아 > 구강청결용품 > 기타구강청결용품")
102
+ ```
103
+
104
+ <!--
105
+ ### Downstream Use
106
+
107
+ *List how someone could finetune this model on their own dataset.*
108
+ -->
109
+
110
+ <!--
111
+ ### Out-of-Scope Use
112
+
113
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
114
+ -->
115
+
116
+ <!--
117
+ ## Bias, Risks and Limitations
118
+
119
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
120
+ -->
121
+
122
+ <!--
123
+ ### Recommendations
124
+
125
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
126
+ -->
127
+
128
+ ## Training Details
129
+
130
+ ### Training Set Metrics
131
+ | Training set | Min | Median | Max |
132
+ |:-------------|:----|:--------|:----|
133
+ | Word count | 7 | 14.6262 | 32 |
134
+
135
+ | Label | Training Sample Count |
136
+ |:------|:----------------------|
137
+ | 0.0 | 70 |
138
+ | 1.0 | 70 |
139
+ | 2.0 | 70 |
140
+ | 3.0 | 70 |
141
+ | 4.0 | 70 |
142
+ | 5.0 | 70 |
143
+
144
+ ### Training Hyperparameters
145
+ - batch_size: (256, 256)
146
+ - num_epochs: (30, 30)
147
+ - max_steps: -1
148
+ - sampling_strategy: oversampling
149
+ - num_iterations: 50
150
+ - body_learning_rate: (2e-05, 1e-05)
151
+ - head_learning_rate: 0.01
152
+ - loss: CosineSimilarityLoss
153
+ - distance_metric: cosine_distance
154
+ - margin: 0.25
155
+ - end_to_end: False
156
+ - use_amp: False
157
+ - warmup_proportion: 0.1
158
+ - l2_weight: 0.01
159
+ - seed: 42
160
+ - eval_max_steps: -1
161
+ - load_best_model_at_end: False
162
+
163
+ ### Training Results
164
+ | Epoch | Step | Training Loss | Validation Loss |
165
+ |:-------:|:----:|:-------------:|:---------------:|
166
+ | 0.0120 | 1 | 0.4929 | - |
167
+ | 0.6024 | 50 | 0.4852 | - |
168
+ | 1.2048 | 100 | 0.3091 | - |
169
+ | 1.8072 | 150 | 0.0608 | - |
170
+ | 2.4096 | 200 | 0.0005 | - |
171
+ | 3.0120 | 250 | 0.0001 | - |
172
+ | 3.6145 | 300 | 0.0001 | - |
173
+ | 4.2169 | 350 | 0.0 | - |
174
+ | 4.8193 | 400 | 0.0 | - |
175
+ | 5.4217 | 450 | 0.0 | - |
176
+ | 6.0241 | 500 | 0.0 | - |
177
+ | 6.6265 | 550 | 0.0 | - |
178
+ | 7.2289 | 600 | 0.0 | - |
179
+ | 7.8313 | 650 | 0.0 | - |
180
+ | 8.4337 | 700 | 0.0 | - |
181
+ | 9.0361 | 750 | 0.0 | - |
182
+ | 9.6386 | 800 | 0.0 | - |
183
+ | 10.2410 | 850 | 0.0 | - |
184
+ | 10.8434 | 900 | 0.0 | - |
185
+ | 11.4458 | 950 | 0.0 | - |
186
+ | 12.0482 | 1000 | 0.0 | - |
187
+ | 12.6506 | 1050 | 0.0 | - |
188
+ | 13.2530 | 1100 | 0.0 | - |
189
+ | 13.8554 | 1150 | 0.0 | - |
190
+ | 14.4578 | 1200 | 0.0 | - |
191
+ | 15.0602 | 1250 | 0.0 | - |
192
+ | 15.6627 | 1300 | 0.0 | - |
193
+ | 16.2651 | 1350 | 0.0 | - |
194
+ | 16.8675 | 1400 | 0.0 | - |
195
+ | 17.4699 | 1450 | 0.0 | - |
196
+ | 18.0723 | 1500 | 0.0 | - |
197
+ | 18.6747 | 1550 | 0.0 | - |
198
+ | 19.2771 | 1600 | 0.0 | - |
199
+ | 19.8795 | 1650 | 0.0 | - |
200
+ | 20.4819 | 1700 | 0.0 | - |
201
+ | 21.0843 | 1750 | 0.0 | - |
202
+ | 21.6867 | 1800 | 0.0 | - |
203
+ | 22.2892 | 1850 | 0.0 | - |
204
+ | 22.8916 | 1900 | 0.0 | - |
205
+ | 23.4940 | 1950 | 0.0 | - |
206
+ | 24.0964 | 2000 | 0.0 | - |
207
+ | 24.6988 | 2050 | 0.0 | - |
208
+ | 25.3012 | 2100 | 0.0 | - |
209
+ | 25.9036 | 2150 | 0.0 | - |
210
+ | 26.5060 | 2200 | 0.0 | - |
211
+ | 27.1084 | 2250 | 0.0 | - |
212
+ | 27.7108 | 2300 | 0.0 | - |
213
+ | 28.3133 | 2350 | 0.0 | - |
214
+ | 28.9157 | 2400 | 0.0 | - |
215
+ | 29.5181 | 2450 | 0.0 | - |
216
+
217
+ ### Framework Versions
218
+ - Python: 3.10.12
219
+ - SetFit: 1.1.0
220
+ - Sentence Transformers: 3.3.1
221
+ - Transformers: 4.44.2
222
+ - PyTorch: 2.2.0a0+81ea7a4
223
+ - Datasets: 3.2.0
224
+ - Tokenizers: 0.19.1
225
+
226
+ ## Citation
227
+
228
+ ### BibTeX
229
+ ```bibtex
230
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
231
+ doi = {10.48550/ARXIV.2209.11055},
232
+ url = {https://arxiv.org/abs/2209.11055},
233
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
234
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
235
+ title = {Efficient Few-Shot Learning Without Prompts},
236
+ publisher = {arXiv},
237
+ year = {2022},
238
+ copyright = {Creative Commons Attribution 4.0 International}
239
+ }
240
+ ```
241
+
242
+ <!--
243
+ ## Glossary
244
+
245
+ *Clearly define terms in order to be accessible across audiences.*
246
+ -->
247
+
248
+ <!--
249
+ ## Model Card Authors
250
+
251
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
252
+ -->
253
+
254
+ <!--
255
+ ## Model Card Contact
256
+
257
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
258
+ -->
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mini1013/master_item_bc",
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:06a6fb21f88117217cc9ed4c4e75556a8afd90711acf30b67792f4ea42cc255f
3
+ size 442494816
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f786bb27d98abe444842334d28bf1431f3253451c1ea5eba51f806bfd3b466c2
3
+ size 37767
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