mini1013 commited on
Commit
ac57b1c
·
verified ·
1 Parent(s): f5b7982

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,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - setfit
4
+ - sentence-transformers
5
+ - text-classification
6
+ - generated_from_setfit_trainer
7
+ widget:
8
+ - text: 피카부 보넷 유아 신생아 모자 보닛 봄 가을 겨울 점핑 보넷_노랑_S(1-3세) 출산/육아 > 신생아의류 > 신생아모자/보닛
9
+ - text: (23겨울) 베베홀릭 레몬배앓이세트 M_크림 출산/육아 > 신생아의류 > 바디슈트/롬퍼
10
+ - text: 긴팔 매쉬 메쉬 반팔 나시 신생아 아기 바디 슈트 아기 옷 돌 50일 6개월 출산선물 21.버터바디슈트_12M_아이보리 출산/육아 >
11
+ 신생아의류 > 바디슈트/롬퍼
12
+ - text: 아기 크리스마스 옷 산타 신생아 돌 아기옷 백일 50일 바디수트 루돌프 7.아기자기산타_화이트_73 출산/육아 > 신생아의류 > 바디슈트/롬퍼
13
+ - text: 편안행 신생아 레깅스 몸빼 고쟁이 멜빵 바지 돌 전 갓난 아기 영유아 옷 2개월 겨울 베베유발레깅스_크림_M6~12M) 출산/육아 >
14
+ 신생아의류 > 레그/스패츠
15
+ metrics:
16
+ - accuracy
17
+ pipeline_tag: text-classification
18
+ library_name: setfit
19
+ inference: true
20
+ base_model: mini1013/master_domain
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: accuracy
33
+ value: 1.0
34
+ name: Accuracy
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:** 8 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
+ | 7.0 | <ul><li>'신생아 우주복 백일 돌 아기 외출복 베이비 바디슈트 파고슈트_네이비디_S(3~6개월) 출산/육아 > 신생아의류 > 우주복'</li><li>'아기곰돌이후리스 방한 후리스 우주복 신생아 돌아기 겨울 외출복 킨더후리스 베이비슈트_허니옐로우_L(83~90cm) 출산/육아 > 신생아의류 > 우주복'</li><li>'아기 곰돌이 후리스 우주복 털옷 방한 킨더 베이비 슈트 토끼 겨울 신생아 패딩 허니옐로우_베이비슈트 XL (~97cm) (모자별도구매) 출산/육아 > 신생아의류 > 우주복'</li></ul> |
68
+ | 3.0 | <ul><li>'자수배냇저고리 태명자수 신생아 이름 배냇수트 출산선물 뉴모달배냇수트 - 크림_체리 출산/육아 > 신생아의류 > 배냇저고리'</li><li>'신생아배넷슈트 아기베넷저고리세트 토끼띠배냇저고리 엔젤저고리세트_66 출산/육아 > 신생아의류 > 배냇저고리'</li><li>'베이비앤아이 신생아 사계절 배냇저고리 출산 선물세트 2종/3종/4종/5종 여름-3종세트_바니[베이지]_박스미포함 출산/육아 > 신생아의류 > 배냇저고리'</li></ul> |
69
+ | 1.0 | <ul><li>'아웃도어프로덕츠키즈에센셜조거 팬츠 4종택1 OD231BPT01 120_보라 출산/육아 > 신생아의류 > 레그/스패츠'</li><li>'오뜨베베 신생아옷 아기옷 남여공용 크리스마스 베이비 유발레깅스 블랙_M 출산/육아 > 신생아의류 > 레그/스패츠'</li><li>'백화점 신생아 뽀글이 니트 조거 팬츠 고쟁이 바지 2개월 돌 전 아기 옷 겨울 외출복 코제니트팬츠_네이비_S(0~6개월 60cm~70cm) 출산/육아 > 신생아의류 > 레그/스패츠'</li></ul> |
70
+ | 5.0 | <ul><li>'베베라온 오가닉 밤부 순면 아기 신생아 손싸개 발싸개 B.발싸개_가을/겨울_19_오가닉_스노우 출산/육아 > 신생아의류 > 손/발싸개'</li><li>'메르베 신생아 무형광 무표백 순면 손싸게 아기 봄 여름 메쉬 매쉬 손싸개 발싸개 세트 24_미니미 (손싸개+발싸개) 출산/육아 > 신생아의류 > 손/발싸개'</li><li>'[1+1] 메르베 신생아 무형광 순면 손싸게 아기 가을 겨울 손싸개 발싸개 세트 출산준비 16_토끼 손싸개_10_무궁화꽃 손싸개 출산/육아 > 신생아의류 > 손/발싸개'</li></ul> |
71
+ | 0.0 | <ul><li>'신생아 가제 손수건 오가닉 국산 유기농 면손수건 세트 민트(10장) 출산/육아 > 신생아의류 > 가제손수건'</li><li>'오가닉 거즈 손수건 (4color 10P) 신생아 유기농 출산준비물 민트 출산/육아 > 신생아의류 > 가제손수건'</li><li>'베이비앤아이 무형광 순면 손수건 20P 세트 손수건20P_고미+_올리브 출산/육아 > 신생아의류 > 가제손수건'</li></ul> |
72
+ | 4.0 | <ul><li>'[맘스네이처] 오가닉 5종 신생아 의류 출산선물세트 자가드(여름용)_오가닉5종_베베(자가드) 출산/육아 > 신생아의류 > 세트'</li><li>'[맘스네이처] 오가닉 4종 선물세트 신생아선물 출산선물 양면(사계절용)_오가닉4종_마이홈75 출산/육아 > 신생아의류 > 세트'</li><li>'2023년 토끼해 오가닉 신생아 출산6종 선물 세트(사계절,여름 선택) 당근토끼(사계절)_선물박스포장 출산/육아 > 신생아의류 > 세트'</li></ul> |
73
+ | 2.0 | <ul><li>'피카부 신생아 바디슈트 아기옷 여아 남아 실내복 100일 50일 봄 여름 가을 겨울 코니 슈트세트_오렌지_6m 출산/육아 > 신생아의류 > 바디슈트/롬퍼'</li><li>'23겨울 미니로브 푸딩후드티 노랑_XL 출산/육아 > 신생아의류 > 바디슈트/롬퍼'</li><li>'조동 모임 나이키 신생아 기모 바디수트 돌 전 아기 옷 외출복 2개월 3개월 단체 촬영 윈터 기모 J 후드슈트_검정_M(6~12M) 출산/육아 > 신생아의류 > 바디슈트/롬퍼'</li></ul> |
74
+ | 6.0 | <ul><li>'구루구루 바이크햇 차콜_2호(12~24) 출산/육아 > 신생아의류 > 신생아모자/보닛'</li><li>'피카부 모자 신생아 돌 백일 아기 크리스마스모자 보넷 토끼 곰돌이 요정 모자 촬영룩 쿨쿨꼭지모자_카멜_FREE 출산/육아 > 신생아의류 > 신생아모자/보닛'</li><li>'피카부 보넷 유아 신생아 모자 보닛 봄 가을 겨울 봄봄 보넷_핑크_M(3-5세) 출산/육아 > 신생아의류 > 신생아모자/보닛'</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_bc11")
100
+ # Run inference
101
+ preds = model("(23겨울) 베베홀릭 레몬배앓이세트 M_크림 출산/육아 > 신생아의류 > 바디슈트/롬퍼")
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 | 15.0589 | 26 |
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
+ | 6.0 | 70 |
144
+ | 7.0 | 70 |
145
+
146
+ ### Training Hyperparameters
147
+ - batch_size: (256, 256)
148
+ - num_epochs: (30, 30)
149
+ - max_steps: -1
150
+ - sampling_strategy: oversampling
151
+ - num_iterations: 50
152
+ - body_learning_rate: (2e-05, 1e-05)
153
+ - head_learning_rate: 0.01
154
+ - loss: CosineSimilarityLoss
155
+ - distance_metric: cosine_distance
156
+ - margin: 0.25
157
+ - end_to_end: False
158
+ - use_amp: False
159
+ - warmup_proportion: 0.1
160
+ - l2_weight: 0.01
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.0091 | 1 | 0.4951 | - |
169
+ | 0.4545 | 50 | 0.5028 | - |
170
+ | 0.9091 | 100 | 0.4958 | - |
171
+ | 1.3636 | 150 | 0.2683 | - |
172
+ | 1.8182 | 200 | 0.0089 | - |
173
+ | 2.2727 | 250 | 0.0 | - |
174
+ | 2.7273 | 300 | 0.0 | - |
175
+ | 3.1818 | 350 | 0.0 | - |
176
+ | 3.6364 | 400 | 0.0 | - |
177
+ | 4.0909 | 450 | 0.0 | - |
178
+ | 4.5455 | 500 | 0.0 | - |
179
+ | 5.0 | 550 | 0.0 | - |
180
+ | 5.4545 | 600 | 0.0 | - |
181
+ | 5.9091 | 650 | 0.0 | - |
182
+ | 6.3636 | 700 | 0.0 | - |
183
+ | 6.8182 | 750 | 0.0 | - |
184
+ | 7.2727 | 800 | 0.0 | - |
185
+ | 7.7273 | 850 | 0.0 | - |
186
+ | 8.1818 | 900 | 0.0 | - |
187
+ | 8.6364 | 950 | 0.0 | - |
188
+ | 9.0909 | 1000 | 0.0 | - |
189
+ | 9.5455 | 1050 | 0.0 | - |
190
+ | 10.0 | 1100 | 0.0 | - |
191
+ | 10.4545 | 1150 | 0.0 | - |
192
+ | 10.9091 | 1200 | 0.0 | - |
193
+ | 11.3636 | 1250 | 0.0 | - |
194
+ | 11.8182 | 1300 | 0.0 | - |
195
+ | 12.2727 | 1350 | 0.0 | - |
196
+ | 12.7273 | 1400 | 0.0 | - |
197
+ | 13.1818 | 1450 | 0.0 | - |
198
+ | 13.6364 | 1500 | 0.0 | - |
199
+ | 14.0909 | 1550 | 0.0 | - |
200
+ | 14.5455 | 1600 | 0.0 | - |
201
+ | 15.0 | 1650 | 0.0 | - |
202
+ | 15.4545 | 1700 | 0.0 | - |
203
+ | 15.9091 | 1750 | 0.0 | - |
204
+ | 16.3636 | 1800 | 0.0 | - |
205
+ | 16.8182 | 1850 | 0.0 | - |
206
+ | 17.2727 | 1900 | 0.0 | - |
207
+ | 17.7273 | 1950 | 0.0 | - |
208
+ | 18.1818 | 2000 | 0.0 | - |
209
+ | 18.6364 | 2050 | 0.0 | - |
210
+ | 19.0909 | 2100 | 0.0 | - |
211
+ | 19.5455 | 2150 | 0.0 | - |
212
+ | 20.0 | 2200 | 0.0 | - |
213
+ | 20.4545 | 2250 | 0.0 | - |
214
+ | 20.9091 | 2300 | 0.0 | - |
215
+ | 21.3636 | 2350 | 0.0 | - |
216
+ | 21.8182 | 2400 | 0.0 | - |
217
+ | 22.2727 | 2450 | 0.0 | - |
218
+ | 22.7273 | 2500 | 0.0 | - |
219
+ | 23.1818 | 2550 | 0.0 | - |
220
+ | 23.6364 | 2600 | 0.0 | - |
221
+ | 24.0909 | 2650 | 0.0 | - |
222
+ | 24.5455 | 2700 | 0.0 | - |
223
+ | 25.0 | 2750 | 0.0 | - |
224
+ | 25.4545 | 2800 | 0.0 | - |
225
+ | 25.9091 | 2850 | 0.0 | - |
226
+ | 26.3636 | 2900 | 0.0 | - |
227
+ | 26.8182 | 2950 | 0.0 | - |
228
+ | 27.2727 | 3000 | 0.0 | - |
229
+ | 27.7273 | 3050 | 0.0 | - |
230
+ | 28.1818 | 3100 | 0.0 | - |
231
+ | 28.6364 | 3150 | 0.0 | - |
232
+ | 29.0909 | 3200 | 0.0 | - |
233
+ | 29.5455 | 3250 | 0.0 | - |
234
+ | 30.0 | 3300 | 0.0 | - |
235
+
236
+ ### Framework Versions
237
+ - Python: 3.10.12
238
+ - SetFit: 1.1.0
239
+ - Sentence Transformers: 3.3.1
240
+ - Transformers: 4.44.2
241
+ - PyTorch: 2.2.0a0+81ea7a4
242
+ - Datasets: 3.2.0
243
+ - Tokenizers: 0.19.1
244
+
245
+ ## Citation
246
+
247
+ ### BibTeX
248
+ ```bibtex
249
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
250
+ doi = {10.48550/ARXIV.2209.11055},
251
+ url = {https://arxiv.org/abs/2209.11055},
252
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
253
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
254
+ title = {Efficient Few-Shot Learning Without Prompts},
255
+ publisher = {arXiv},
256
+ year = {2022},
257
+ copyright = {Creative Commons Attribution 4.0 International}
258
+ }
259
+ ```
260
+
261
+ <!--
262
+ ## Glossary
263
+
264
+ *Clearly define terms in order to be accessible across audiences.*
265
+ -->
266
+
267
+ <!--
268
+ ## Model Card Authors
269
+
270
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
271
+ -->
272
+
273
+ <!--
274
+ ## Model Card Contact
275
+
276
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
277
+ -->
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:779eefc10ea137ecc0d686c13c08823fa9e88bba7f9d2afb6486d10920f5dfdf
3
+ size 442494816
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc6c90ccecb74926713163c65e037cf1b22579bf50be665a26cfbfc42a2ece9
3
+ size 50087
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