Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +687 -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,687 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: klue/roberta-base
|
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: 케라스타즈 엘릭서 얼팀 헤어오일 엠페리얼 티 100ml × 1개 (#M)쿠팡 홈>뷰티>헤어>헤어에센스/오일>헤어오일 Coupang >
|
14 |
+
뷰티 > 헤어 > 헤어에센스/오일 > 헤어오일
|
15 |
+
- text: 쿤달 네이처 샴푸 싱글파우치 베이비파우더향 10ml × 100개입 Coupang > 뷰티 > 헤어 > 샴푸 > 일반샴푸;(#M)쿠팡
|
16 |
+
홈>생활용품>헤어/바디/세안>샴푸/린스>샴푸>일반샴푸 Coupang > 뷰티 > 헤어 > 샴푸 > 일반샴푸
|
17 |
+
- text: 려 자양 탈모전문케어 트리트먼트 경주달밤/여수하늘 200ml 옵션 229318 02 여수하늘 200ml (#M)11st>남성화장품>남성에센스>남성에센스
|
18 |
+
11st > 뷰티 > 남성화장품 > 남성에센스
|
19 |
+
- text: '[미쟝센] 퍼펙트세럼 모음 80ml 2입 04 로즈퍼퓸 세럼 2개 LotteOn > 뷰티 > 헤어케어 > 헤어에센스 LotteOn
|
20 |
+
> 뷰티 > 헤어/바디 > 헤어케어 > 헤어에센스/오일'
|
21 |
+
- text: 미쟝센 퍼펙트세럼 헤어에센스 오리지날 스타일링 슈퍼리치 미쟝센 NEW퍼펙트세럼80ml 코코워터 LotteOn > 뷰티 > 헤어/바디
|
22 |
+
> 헤어케어 > 헤어에센스/오일 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 헤어에센스/오일
|
23 |
+
inference: true
|
24 |
+
model-index:
|
25 |
+
- name: SetFit with klue/roberta-base
|
26 |
+
results:
|
27 |
+
- task:
|
28 |
+
type: text-classification
|
29 |
+
name: Text Classification
|
30 |
+
dataset:
|
31 |
+
name: Unknown
|
32 |
+
type: unknown
|
33 |
+
split: test
|
34 |
+
metrics:
|
35 |
+
- type: accuracy
|
36 |
+
value: 0.7773372337596403
|
37 |
+
name: Accuracy
|
38 |
+
---
|
39 |
+
|
40 |
+
# SetFit with klue/roberta-base
|
41 |
+
|
42 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [klue/roberta-base](https://huggingface.co/klue/roberta-base) 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.
|
43 |
+
|
44 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
45 |
+
|
46 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
47 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
48 |
+
|
49 |
+
## Model Details
|
50 |
+
|
51 |
+
### Model Description
|
52 |
+
- **Model Type:** SetFit
|
53 |
+
- **Sentence Transformer body:** [klue/roberta-base](https://huggingface.co/klue/roberta-base)
|
54 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
55 |
+
- **Maximum Sequence Length:** 512 tokens
|
56 |
+
- **Number of Classes:** 10 classes
|
57 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
58 |
+
<!-- - **Language:** Unknown -->
|
59 |
+
<!-- - **License:** Unknown -->
|
60 |
+
|
61 |
+
### Model Sources
|
62 |
+
|
63 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
64 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
65 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
66 |
+
|
67 |
+
### Model Labels
|
68 |
+
| Label | Examples |
|
69 |
+
|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
70 |
+
| 9 | <ul><li>'려 탈모전문케어 퍼퓸트리트먼트 서울석양200ml ssg > 뷰티 > 헤어/바디 > 헤어케어 > 헤어트리트먼트;ssg > 생활/주방 > 건강/위생용품 > 칫솔/치약/구강청결 > 치약;ssg > 뷰티 > 헤어/바디 > 헤어케어 > 샴푸 ssg > 뷰티 > 헤어/바디 > 헤어케어 > 샴푸'</li><li>'●미쟝센 데미지케어 대용량 트리트먼트 1000ml x 2 위메프 > 생활·주방·반려동물 > 바디/헤어 > 샴푸/린스/헤어케어;위메프 > 생활·주방·반려동물 > 바디/헤어 > 바디케어/워시/제모 > 바디워시/스크럽;위메프 > 생활·주방·반려동물 > 바디/헤어 > 샴푸/린스/헤어케어 > 트리트먼트;위메프 > 생활·주방·반려동물 > 바디/헤어 > 바디케어/워시/제모;위메프 > 생활·주방·반려동물 > 바디/헤어 > 샴푸/린스/헤어케어 > 샴푸/린스;(#M)위메프 > 생활·주방용품 > 바디/헤어 > 샴푸/린스/헤어케어 > 트리트먼트 위메프 > 뷰티 > 바디/헤어 > 샴푸/린스/헤어케어 > 트리트먼트'</li><li>'[초특가] 미쟝센/해피바스 BEST 상품 균일가전 1-2 미쟝센 트리트먼트_데미지케어 트리트먼트 180ml 4입 (#M)GSSHOP>뷰티>헤어케어>트리트먼트 GSSHOP > 뷰티 > 스킨케어 > 크림'</li></ul> |
|
71 |
+
| 2 | <ul><li>'아베다 인바티 어드밴스드 씨크닝 컨디셔너 200ml LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 린스 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 린스'</li><li>'케라시스 퍼퓸 샴푸 린스 980ml x3개 [0008]퓨어 린스 x3개 (#M)헤어케어>샴푸>일반샴푸 AD > 11st > 뷰티 > 헤어케어 > 샴푸 > 일반샴푸'</li><li>'오가니스트 아르간 리페어 손상 영양케어 컨디셔너 500ml X 2개 위메프 > 생활·주방·반려동물 > 세제/구강 > 세탁세제/섬유유연제 > 세탁세제;위메프 > 뷰티 > 바디/헤어 > 샴푸/린스/헤어케어 > 샴푸/린스;위메프 > 생활·주방·반려동물 > 바디/헤어 > 샴푸/린스/헤어케어;위메프 > 생활·주방·반려동물 > 바디/헤어 > 샴푸/린스/헤어케어 > 샴푸/린스;(#M)위메프 > 생활·주방용품 > 바디/헤어 > 샴푸/린스/헤어케어 > 샴푸/린스 위메프 > 뷰티 > 바디/헤어 > 샴푸/린스/헤어케어 > 기능성 샴푸/린스'</li></ul> |
|
72 |
+
| 0 | <ul><li>'헤어플러스 오프레시 각질제거 두피 스케일링 50ml (#M)화장품/미용>헤어케어>두피케어 Naverstore > 화장품/미용 > 헤어케어 > 두피케어'</li><li>'닥터포헤어 씨 솔트 스케일러 두피스케일링 200g 옵션1 : 300g (리뉴얼) (#M)홈>화장품/미용>헤어케어>두피케어 Naverstore > 화장품/미용 > 헤어케어 > 두피케어'</li><li>'[바이브랩] 4주 솔루션 두피 앰플 헤어라인 탈모증상완화 15ml x2 [67%할인] 두피앰플 3SET (#M)화장품/미용>헤어케어>두피케어 Naverstore > 헤어케어 > 탈모케어/두피케어'</li></ul> |
|
73 |
+
| 4 | <ul><li>'샤넬 헤어미스트 샹스 오 땅드르 헤어 미스트 35ml 본품 (#M)홈>화장품/미용>헤어케어>헤어미스트 Naverstore > 화장품/미용 > 헤어케어 > 헤어미스트'</li><li>'모레모 프로틴 미스트 팩 M 115ml + 미라클 2X 헤어 트리트먼트 러브 에디션 60ml 세트 홈 > 뷰티 > 헤어/바디 > 헤어케어 > 트리트먼트/헤어팩 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 트리트먼트/헤어팩'</li><li>'[기획] 아쿠아 디 파르마 피오니아 헤어미스트 50ml (르 노빌리 향수 1.5ml 1종 증정) 홈>현대백화점>화장품>향수>기타;홈>현대백화점>화장품>향수>여성용;(#M)홈>향수>여성향수 HMALL > 뷰티 > 향수 > 여성향수'</li></ul> |
|
74 |
+
| 8 | <ul><li>'댕기머리 윤초 스페셜 선물세트 (#M)쿠팡 홈>생활용품>헤어/바디/세안>샴푸/린스>샴푸>한방샴푸 Coupang > 뷰티 > 헤어 > 샴푸 > 한방샴푸'</li><li>'톤28 샴푸바 S19바오밥 100g+노워시트리트먼트바 탄력80g 2종세트[천연비오틴샴푸] S21(두피장벽/얇은모) 검은콩_탄력 (#M)화장품/미용>헤어케어>헤어케어세트 Naverstore > 화장품/미용 > 헤어케어 > 헤어케어세트'</li><li>'[오리지널픽_키렌][선.착.순.사.은.품/1 + 1 골라담기]키렌 천연샴푸/헤어트리트먼트/바디워시/바디로션/핸드워시 500ml 01_스위트부케 샴푸_02_베이비로즈 트리트먼트 (#M)헤어케어>샴푸>일반샴푸 AD > traverse > 11st > 뷰티 > 헤어케어 > 샴푸 > 일반샴푸'</li></ul> |
|
75 |
+
| 6 | <ul><li>'뺑쏘 트라쐬르 LotteOn > 뷰티 > 뷰티기기 > 액세서리/소모품 LotteOn > 뷰티 > 뷰티기기/소품 > 기기액세서리'</li><li>'쿤달 울트라 헤어세럼 베이비파우더향 100ml × 5개 (#M)쿠팡 홈>싱글라이프>샤워/세안>헤어에센스 Coupang > 뷰티 > 헤어 > 헤어에센스/오일'</li><li>'무코타 샤멘느 샤이닝 딥케어 세럼 50ml (손상모발용 세럼) ssg > 뷰티 > 헤어/바디 > 헤어케어 > 헤어팩/마스크 ssg > 뷰티 > 헤어/바디 > 헤어케어 > 헤어팩/마스크'</li></ul> |
|
76 |
+
| 3 | <ul><li>'닥터모발앤 맥주효모 탈모 완화 샴푸 프리미엄 독일 488000ppm 두피가려움 비듬 지성 건성 민감성 488 [12주 71% 할인] 건성+민감성두피 전용 (#M)화장품/미용>헤어케어>탈모케어 AD > Naverstore > 화장품/미용 > 헤어케어 > 탈모케어'</li><li>'부케가르니 딥 퍼퓸 샴푸/트리트먼트 1L 딥 퍼퓸 샴푸 1L 베이비파우더 (#M)11st>헤어케어>샴푸>일반 11st > 뷰티 > 헤어케어 > 샴푸'</li><li>'폴메디슨 딥레드 패스트 탈모 샴푸, 1077ml(Fast Shampoo) 딥레드패스트샴푸 베이비파우더 1개 (#M)11st>헤어케어>탈모/두피관리제>두피마사지기 11st > 뷰티 > 헤어케어 > 탈모/두피관리제 > 두피마사지기'</li></ul> |
|
77 |
+
| 5 | <ul><li>'[아도르] 퍼펙트 헤어필업(단백질 헤어앰플)13ml-10개입1box (#M)GSSHOP>뷰티>헤어케어>헤어에센스 GSSHOP > 뷰티 > 헤어케어 > 헤어에센스'</li><li>'[온세일]모로칸오일 정품 세라믹 브러쉬/드라이빗/대왕롤빗 라운드 35mm LotteOn > 뷰티 > 뷰티소품 > 헤어소품 LotteOn > 뷰티 > 뷰티기기/소품 > 헤어소품 > 빗/헤어브러쉬'</li><li>'헤어플러스 단백질 본드 앰플 145ml 150ml(여행용15ml x 10개) (#M)홈>화장품/미용>헤어케어>헤어에센스 Naverstore > 화장품/미용 > 헤어케어 > 헤어에센스'</li></ul> |
|
78 |
+
| 7 | <ul><li>'로더베르 약산성 샴푸1000g 대용량 천연 단백질 청소년 헤어 비듬 두피 지성 베이비파우더 로더베르 아르간 헤어오일100ml_화이트머스크 (#M)화장품/미용>헤어케어>샴푸 Naverstore > 화장품/미용 > 헤어케어 > 샴푸'</li><li>'【해외직구】 모로칸오일 트리트먼트 오리지널 100ml+100ml / MOROCCANOIL 모로칸오일 / 펌핑기 포함 모로칸오일 트리트먼트 오리지널 100ml 1+1 ssg > 디지털 > 휴대폰/스마트기기 > [해외직구]스마트기기;ssg > 디지털 > 생활/소형가전 > 해외직구 ssg > 뷰티 > 헤어/바디 > 헤어케어 > 헤어트리트먼트'</li><li>'모도루 디럭스슈퍼프로틴 단백질 미용실 손상모트리트먼트 540ml+헤어에센스오일 100ml [2종세트] (#M)홈>★얼리썸머 초특가전★ Naverstore > 화장품/미용 > 헤어케어 > 헤어케어세트'</li></ul> |
|
79 |
+
| 1 | <ul><li>'모레모 리커버리 밤 B (120ml) 리커버리 밤 B 루비 에디션 (120ml) 홈>화장품/미용>헤어케어>트리트먼트;(#M)홈>모레모>트리트먼트 Naverstore > 화장품/미용 > 헤어케어 > 트리트먼트'</li><li>'힐링버드 울트라 프로틴 노워시 앰플 트리트먼트 200ml 200ml+헤어오일 31ml (#M)홈>화장품/미용>헤어케어>트리트먼트 Naverstore > 화장품/미용 > 헤어케어 > 트리트먼트'</li><li>'아모스 리페어샤인 모이스트 헤어에센스1+1 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 헤어에센스/오일 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 헤어에센스/오일'</li></ul> |
|
80 |
+
|
81 |
+
## Evaluation
|
82 |
+
|
83 |
+
### Metrics
|
84 |
+
| Label | Accuracy |
|
85 |
+
|:--------|:---------|
|
86 |
+
| **all** | 0.7773 |
|
87 |
+
|
88 |
+
## Uses
|
89 |
+
|
90 |
+
### Direct Use for Inference
|
91 |
+
|
92 |
+
First install the SetFit library:
|
93 |
+
|
94 |
+
```bash
|
95 |
+
pip install setfit
|
96 |
+
```
|
97 |
+
|
98 |
+
Then you can load this model and run inference.
|
99 |
+
|
100 |
+
```python
|
101 |
+
from setfit import SetFitModel
|
102 |
+
|
103 |
+
# Download from the 🤗 Hub
|
104 |
+
model = SetFitModel.from_pretrained("mini1013/master_item_top_bt13")
|
105 |
+
# Run inference
|
106 |
+
preds = model("케라스타즈 엘릭서 얼팀 헤어오일 엠페리얼 티 100ml × 1개 (#M)쿠팡 홈>뷰티>헤어>헤어에센스/오일>헤어오일 Coupang > 뷰티 > 헤어 > 헤어에센스/오일 > 헤어오일")
|
107 |
+
```
|
108 |
+
|
109 |
+
<!--
|
110 |
+
### Downstream Use
|
111 |
+
|
112 |
+
*List how someone could finetune this model on their own dataset.*
|
113 |
+
-->
|
114 |
+
|
115 |
+
<!--
|
116 |
+
### Out-of-Scope Use
|
117 |
+
|
118 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
119 |
+
-->
|
120 |
+
|
121 |
+
<!--
|
122 |
+
## Bias, Risks and Limitations
|
123 |
+
|
124 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
125 |
+
-->
|
126 |
+
|
127 |
+
<!--
|
128 |
+
### Recommendations
|
129 |
+
|
130 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
131 |
+
-->
|
132 |
+
|
133 |
+
## Training Details
|
134 |
+
|
135 |
+
### Training Set Metrics
|
136 |
+
| Training set | Min | Median | Max |
|
137 |
+
|:-------------|:----|:-------|:----|
|
138 |
+
| Word count | 13 | 24.996 | 125 |
|
139 |
+
|
140 |
+
| Label | Training Sample Count |
|
141 |
+
|:------|:----------------------|
|
142 |
+
| 0 | 50 |
|
143 |
+
| 1 | 50 |
|
144 |
+
| 2 | 50 |
|
145 |
+
| 3 | 50 |
|
146 |
+
| 4 | 50 |
|
147 |
+
| 5 | 50 |
|
148 |
+
| 6 | 50 |
|
149 |
+
| 7 | 50 |
|
150 |
+
| 8 | 50 |
|
151 |
+
| 9 | 50 |
|
152 |
+
|
153 |
+
### Training Hyperparameters
|
154 |
+
- batch_size: (64, 64)
|
155 |
+
- num_epochs: (30, 30)
|
156 |
+
- max_steps: -1
|
157 |
+
- sampling_strategy: oversampling
|
158 |
+
- num_iterations: 100
|
159 |
+
- body_learning_rate: (2e-05, 1e-05)
|
160 |
+
- head_learning_rate: 0.01
|
161 |
+
- loss: CosineSimilarityLoss
|
162 |
+
- distance_metric: cosine_distance
|
163 |
+
- margin: 0.25
|
164 |
+
- end_to_end: False
|
165 |
+
- use_amp: False
|
166 |
+
- warmup_proportion: 0.1
|
167 |
+
- l2_weight: 0.01
|
168 |
+
- seed: 42
|
169 |
+
- eval_max_steps: -1
|
170 |
+
- load_best_model_at_end: False
|
171 |
+
|
172 |
+
### Training Results
|
173 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
174 |
+
|:-------:|:-----:|:-------------:|:---------------:|
|
175 |
+
| 0.0013 | 1 | 0.4713 | - |
|
176 |
+
| 0.0639 | 50 | 0.4253 | - |
|
177 |
+
| 0.1279 | 100 | 0.3864 | - |
|
178 |
+
| 0.1918 | 150 | 0.358 | - |
|
179 |
+
| 0.2558 | 200 | 0.3284 | - |
|
180 |
+
| 0.3197 | 250 | 0.3139 | - |
|
181 |
+
| 0.3836 | 300 | 0.2877 | - |
|
182 |
+
| 0.4476 | 350 | 0.2604 | - |
|
183 |
+
| 0.5115 | 400 | 0.2218 | - |
|
184 |
+
| 0.5754 | 450 | 0.1841 | - |
|
185 |
+
| 0.6394 | 500 | 0.1548 | - |
|
186 |
+
| 0.7033 | 550 | 0.1272 | - |
|
187 |
+
| 0.7673 | 600 | 0.1068 | - |
|
188 |
+
| 0.8312 | 650 | 0.0866 | - |
|
189 |
+
| 0.8951 | 700 | 0.0656 | - |
|
190 |
+
| 0.9591 | 750 | 0.0477 | - |
|
191 |
+
| 1.0230 | 800 | 0.0377 | - |
|
192 |
+
| 1.0870 | 850 | 0.0249 | - |
|
193 |
+
| 1.1509 | 900 | 0.0144 | - |
|
194 |
+
| 1.2148 | 950 | 0.0131 | - |
|
195 |
+
| 1.2788 | 1000 | 0.0153 | - |
|
196 |
+
| 1.3427 | 1050 | 0.012 | - |
|
197 |
+
| 1.4066 | 1100 | 0.0104 | - |
|
198 |
+
| 1.4706 | 1150 | 0.0102 | - |
|
199 |
+
| 1.5345 | 1200 | 0.0079 | - |
|
200 |
+
| 1.5985 | 1250 | 0.0039 | - |
|
201 |
+
| 1.6624 | 1300 | 0.0026 | - |
|
202 |
+
| 1.7263 | 1350 | 0.0015 | - |
|
203 |
+
| 1.7903 | 1400 | 0.001 | - |
|
204 |
+
| 1.8542 | 1450 | 0.0013 | - |
|
205 |
+
| 1.9182 | 1500 | 0.0013 | - |
|
206 |
+
| 1.9821 | 1550 | 0.001 | - |
|
207 |
+
| 2.0460 | 1600 | 0.0009 | - |
|
208 |
+
| 2.1100 | 1650 | 0.0012 | - |
|
209 |
+
| 2.1739 | 1700 | 0.0007 | - |
|
210 |
+
| 2.2379 | 1750 | 0.0009 | - |
|
211 |
+
| 2.3018 | 1800 | 0.0009 | - |
|
212 |
+
| 2.3657 | 1850 | 0.0007 | - |
|
213 |
+
| 2.4297 | 1900 | 0.0011 | - |
|
214 |
+
| 2.4936 | 1950 | 0.0008 | - |
|
215 |
+
| 2.5575 | 2000 | 0.0015 | - |
|
216 |
+
| 2.6215 | 2050 | 0.0028 | - |
|
217 |
+
| 2.6854 | 2100 | 0.0032 | - |
|
218 |
+
| 2.7494 | 2150 | 0.0019 | - |
|
219 |
+
| 2.8133 | 2200 | 0.0017 | - |
|
220 |
+
| 2.8772 | 2250 | 0.0008 | - |
|
221 |
+
| 2.9412 | 2300 | 0.0019 | - |
|
222 |
+
| 3.0051 | 2350 | 0.0016 | - |
|
223 |
+
| 3.0691 | 2400 | 0.0018 | - |
|
224 |
+
| 3.1330 | 2450 | 0.0013 | - |
|
225 |
+
| 3.1969 | 2500 | 0.0007 | - |
|
226 |
+
| 3.2609 | 2550 | 0.0006 | - |
|
227 |
+
| 3.3248 | 2600 | 0.0009 | - |
|
228 |
+
| 3.3887 | 2650 | 0.0016 | - |
|
229 |
+
| 3.4527 | 2700 | 0.002 | - |
|
230 |
+
| 3.5166 | 2750 | 0.0032 | - |
|
231 |
+
| 3.5806 | 2800 | 0.0012 | - |
|
232 |
+
| 3.6445 | 2850 | 0.0012 | - |
|
233 |
+
| 3.7084 | 2900 | 0.0014 | - |
|
234 |
+
| 3.7724 | 2950 | 0.0011 | - |
|
235 |
+
| 3.8363 | 3000 | 0.0005 | - |
|
236 |
+
| 3.9003 | 3050 | 0.0007 | - |
|
237 |
+
| 3.9642 | 3100 | 0.0004 | - |
|
238 |
+
| 4.0281 | 3150 | 0.0003 | - |
|
239 |
+
| 4.0921 | 3200 | 0.0007 | - |
|
240 |
+
| 4.1560 | 3250 | 0.0005 | - |
|
241 |
+
| 4.2199 | 3300 | 0.0005 | - |
|
242 |
+
| 4.2839 | 3350 | 0.0006 | - |
|
243 |
+
| 4.3478 | 3400 | 0.0004 | - |
|
244 |
+
| 4.4118 | 3450 | 0.0004 | - |
|
245 |
+
| 4.4757 | 3500 | 0.0008 | - |
|
246 |
+
| 4.5396 | 3550 | 0.0006 | - |
|
247 |
+
| 4.6036 | 3600 | 0.0003 | - |
|
248 |
+
| 4.6675 | 3650 | 0.0007 | - |
|
249 |
+
| 4.7315 | 3700 | 0.0009 | - |
|
250 |
+
| 4.7954 | 3750 | 0.0005 | - |
|
251 |
+
| 4.8593 | 3800 | 0.0006 | - |
|
252 |
+
| 4.9233 | 3850 | 0.0007 | - |
|
253 |
+
| 4.9872 | 3900 | 0.0005 | - |
|
254 |
+
| 5.0512 | 3950 | 0.0006 | - |
|
255 |
+
| 5.1151 | 4000 | 0.0004 | - |
|
256 |
+
| 5.1790 | 4050 | 0.0005 | - |
|
257 |
+
| 5.2430 | 4100 | 0.0007 | - |
|
258 |
+
| 5.3069 | 4150 | 0.0004 | - |
|
259 |
+
| 5.3708 | 4200 | 0.0005 | - |
|
260 |
+
| 5.4348 | 4250 | 0.0004 | - |
|
261 |
+
| 5.4987 | 4300 | 0.0005 | - |
|
262 |
+
| 5.5627 | 4350 | 0.0007 | - |
|
263 |
+
| 5.6266 | 4400 | 0.0006 | - |
|
264 |
+
| 5.6905 | 4450 | 0.0006 | - |
|
265 |
+
| 5.7545 | 4500 | 0.0006 | - |
|
266 |
+
| 5.8184 | 4550 | 0.0005 | - |
|
267 |
+
| 5.8824 | 4600 | 0.0005 | - |
|
268 |
+
| 5.9463 | 4650 | 0.0008 | - |
|
269 |
+
| 6.0102 | 4700 | 0.0005 | - |
|
270 |
+
| 6.0742 | 4750 | 0.0006 | - |
|
271 |
+
| 6.1381 | 4800 | 0.0004 | - |
|
272 |
+
| 6.2020 | 4850 | 0.0005 | - |
|
273 |
+
| 6.2660 | 4900 | 0.0007 | - |
|
274 |
+
| 6.3299 | 4950 | 0.0007 | - |
|
275 |
+
| 6.3939 | 5000 | 0.0005 | - |
|
276 |
+
| 6.4578 | 5050 | 0.0005 | - |
|
277 |
+
| 6.5217 | 5100 | 0.0005 | - |
|
278 |
+
| 6.5857 | 5150 | 0.0007 | - |
|
279 |
+
| 6.6496 | 5200 | 0.0006 | - |
|
280 |
+
| 6.7136 | 5250 | 0.0004 | - |
|
281 |
+
| 6.7775 | 5300 | 0.0005 | - |
|
282 |
+
| 6.8414 | 5350 | 0.0004 | - |
|
283 |
+
| 6.9054 | 5400 | 0.0009 | - |
|
284 |
+
| 6.9693 | 5450 | 0.0009 | - |
|
285 |
+
| 7.0332 | 5500 | 0.0007 | - |
|
286 |
+
| 7.0972 | 5550 | 0.0009 | - |
|
287 |
+
| 7.1611 | 5600 | 0.0093 | - |
|
288 |
+
| 7.2251 | 5650 | 0.0075 | - |
|
289 |
+
| 7.2890 | 5700 | 0.0017 | - |
|
290 |
+
| 7.3529 | 5750 | 0.0012 | - |
|
291 |
+
| 7.4169 | 5800 | 0.001 | - |
|
292 |
+
| 7.4808 | 5850 | 0.0008 | - |
|
293 |
+
| 7.5448 | 5900 | 0.0005 | - |
|
294 |
+
| 7.6087 | 5950 | 0.0005 | - |
|
295 |
+
| 7.6726 | 6000 | 0.0006 | - |
|
296 |
+
| 7.7366 | 6050 | 0.0007 | - |
|
297 |
+
| 7.8005 | 6100 | 0.0006 | - |
|
298 |
+
| 7.8645 | 6150 | 0.0006 | - |
|
299 |
+
| 7.9284 | 6200 | 0.0004 | - |
|
300 |
+
| 7.9923 | 6250 | 0.0006 | - |
|
301 |
+
| 8.0563 | 6300 | 0.0004 | - |
|
302 |
+
| 8.1202 | 6350 | 0.0005 | - |
|
303 |
+
| 8.1841 | 6400 | 0.0005 | - |
|
304 |
+
| 8.2481 | 6450 | 0.0006 | - |
|
305 |
+
| 8.3120 | 6500 | 0.0005 | - |
|
306 |
+
| 8.3760 | 6550 | 0.0006 | - |
|
307 |
+
| 8.4399 | 6600 | 0.0004 | - |
|
308 |
+
| 8.5038 | 6650 | 0.0007 | - |
|
309 |
+
| 8.5678 | 6700 | 0.0006 | - |
|
310 |
+
| 8.6317 | 6750 | 0.0004 | - |
|
311 |
+
| 8.6957 | 6800 | 0.0005 | - |
|
312 |
+
| 8.7596 | 6850 | 0.0009 | - |
|
313 |
+
| 8.8235 | 6900 | 0.0006 | - |
|
314 |
+
| 8.8875 | 6950 | 0.0007 | - |
|
315 |
+
| 8.9514 | 7000 | 0.0007 | - |
|
316 |
+
| 9.0153 | 7050 | 0.0003 | - |
|
317 |
+
| 9.0793 | 7100 | 0.0006 | - |
|
318 |
+
| 9.1432 | 7150 | 0.0007 | - |
|
319 |
+
| 9.2072 | 7200 | 0.0008 | - |
|
320 |
+
| 9.2711 | 7250 | 0.0004 | - |
|
321 |
+
| 9.3350 | 7300 | 0.0006 | - |
|
322 |
+
| 9.3990 | 7350 | 0.0005 | - |
|
323 |
+
| 9.4629 | 7400 | 0.0006 | - |
|
324 |
+
| 9.5269 | 7450 | 0.0006 | - |
|
325 |
+
| 9.5908 | 7500 | 0.0005 | - |
|
326 |
+
| 9.6547 | 7550 | 0.0006 | - |
|
327 |
+
| 9.7187 | 7600 | 0.0005 | - |
|
328 |
+
| 9.7826 | 7650 | 0.0006 | - |
|
329 |
+
| 9.8465 | 7700 | 0.0006 | - |
|
330 |
+
| 9.9105 | 7750 | 0.0006 | - |
|
331 |
+
| 9.9744 | 7800 | 0.0007 | - |
|
332 |
+
| 10.0384 | 7850 | 0.0018 | - |
|
333 |
+
| 10.1023 | 7900 | 0.0045 | - |
|
334 |
+
| 10.1662 | 7950 | 0.0024 | - |
|
335 |
+
| 10.2302 | 8000 | 0.0013 | - |
|
336 |
+
| 10.2941 | 8050 | 0.001 | - |
|
337 |
+
| 10.3581 | 8100 | 0.0008 | - |
|
338 |
+
| 10.4220 | 8150 | 0.0005 | - |
|
339 |
+
| 10.4859 | 8200 | 0.0004 | - |
|
340 |
+
| 10.5499 | 8250 | 0.0004 | - |
|
341 |
+
| 10.6138 | 8300 | 0.0004 | - |
|
342 |
+
| 10.6777 | 8350 | 0.0006 | - |
|
343 |
+
| 10.7417 | 8400 | 0.0007 | - |
|
344 |
+
| 10.8056 | 8450 | 0.0007 | - |
|
345 |
+
| 10.8696 | 8500 | 0.0005 | - |
|
346 |
+
| 10.9335 | 8550 | 0.0005 | - |
|
347 |
+
| 10.9974 | 8600 | 0.0007 | - |
|
348 |
+
| 11.0614 | 8650 | 0.0006 | - |
|
349 |
+
| 11.1253 | 8700 | 0.0004 | - |
|
350 |
+
| 11.1893 | 8750 | 0.0006 | - |
|
351 |
+
| 11.2532 | 8800 | 0.0004 | - |
|
352 |
+
| 11.3171 | 8850 | 0.0004 | - |
|
353 |
+
| 11.3811 | 8900 | 0.0006 | - |
|
354 |
+
| 11.4450 | 8950 | 0.0006 | - |
|
355 |
+
| 11.5090 | 9000 | 0.0008 | - |
|
356 |
+
| 11.5729 | 9050 | 0.0005 | - |
|
357 |
+
| 11.6368 | 9100 | 0.0005 | - |
|
358 |
+
| 11.7008 | 9150 | 0.0005 | - |
|
359 |
+
| 11.7647 | 9200 | 0.0007 | - |
|
360 |
+
| 11.8286 | 9250 | 0.0007 | - |
|
361 |
+
| 11.8926 | 9300 | 0.0008 | - |
|
362 |
+
| 11.9565 | 9350 | 0.0007 | - |
|
363 |
+
| 12.0205 | 9400 | 0.0006 | - |
|
364 |
+
| 12.0844 | 9450 | 0.0009 | - |
|
365 |
+
| 12.1483 | 9500 | 0.0008 | - |
|
366 |
+
| 12.2123 | 9550 | 0.0005 | - |
|
367 |
+
| 12.2762 | 9600 | 0.0005 | - |
|
368 |
+
| 12.3402 | 9650 | 0.0004 | - |
|
369 |
+
| 12.4041 | 9700 | 0.0005 | - |
|
370 |
+
| 12.4680 | 9750 | 0.0003 | - |
|
371 |
+
| 12.5320 | 9800 | 0.0004 | - |
|
372 |
+
| 12.5959 | 9850 | 0.0006 | - |
|
373 |
+
| 12.6598 | 9900 | 0.0007 | - |
|
374 |
+
| 12.7238 | 9950 | 0.0006 | - |
|
375 |
+
| 12.7877 | 10000 | 0.0006 | - |
|
376 |
+
| 12.8517 | 10050 | 0.0005 | - |
|
377 |
+
| 12.9156 | 10100 | 0.0009 | - |
|
378 |
+
| 12.9795 | 10150 | 0.0004 | - |
|
379 |
+
| 13.0435 | 10200 | 0.0003 | - |
|
380 |
+
| 13.1074 | 10250 | 0.0007 | - |
|
381 |
+
| 13.1714 | 10300 | 0.0005 | - |
|
382 |
+
| 13.2353 | 10350 | 0.001 | - |
|
383 |
+
| 13.2992 | 10400 | 0.001 | - |
|
384 |
+
| 13.3632 | 10450 | 0.0006 | - |
|
385 |
+
| 13.4271 | 10500 | 0.0006 | - |
|
386 |
+
| 13.4910 | 10550 | 0.0007 | - |
|
387 |
+
| 13.5550 | 10600 | 0.0005 | - |
|
388 |
+
| 13.6189 | 10650 | 0.0004 | - |
|
389 |
+
| 13.6829 | 10700 | 0.0006 | - |
|
390 |
+
| 13.7468 | 10750 | 0.0005 | - |
|
391 |
+
| 13.8107 | 10800 | 0.0006 | - |
|
392 |
+
| 13.8747 | 10850 | 0.0005 | - |
|
393 |
+
| 13.9386 | 10900 | 0.0007 | - |
|
394 |
+
| 14.0026 | 10950 | 0.0005 | - |
|
395 |
+
| 14.0665 | 11000 | 0.0004 | - |
|
396 |
+
| 14.1304 | 11050 | 0.0005 | - |
|
397 |
+
| 14.1944 | 11100 | 0.0006 | - |
|
398 |
+
| 14.2583 | 11150 | 0.0004 | - |
|
399 |
+
| 14.3223 | 11200 | 0.0006 | - |
|
400 |
+
| 14.3862 | 11250 | 0.0006 | - |
|
401 |
+
| 14.4501 | 11300 | 0.0005 | - |
|
402 |
+
| 14.5141 | 11350 | 0.0008 | - |
|
403 |
+
| 14.5780 | 11400 | 0.0007 | - |
|
404 |
+
| 14.6419 | 11450 | 0.0005 | - |
|
405 |
+
| 14.7059 | 11500 | 0.0005 | - |
|
406 |
+
| 14.7698 | 11550 | 0.0007 | - |
|
407 |
+
| 14.8338 | 11600 | 0.0004 | - |
|
408 |
+
| 14.8977 | 11650 | 0.0005 | - |
|
409 |
+
| 14.9616 | 11700 | 0.0007 | - |
|
410 |
+
| 15.0256 | 11750 | 0.0007 | - |
|
411 |
+
| 15.0895 | 11800 | 0.0006 | - |
|
412 |
+
| 15.1535 | 11850 | 0.0005 | - |
|
413 |
+
| 15.2174 | 11900 | 0.0002 | - |
|
414 |
+
| 15.2813 | 11950 | 0.0006 | - |
|
415 |
+
| 15.3453 | 12000 | 0.0006 | - |
|
416 |
+
| 15.4092 | 12050 | 0.0004 | - |
|
417 |
+
| 15.4731 | 12100 | 0.0005 | - |
|
418 |
+
| 15.5371 | 12150 | 0.0038 | - |
|
419 |
+
| 15.6010 | 12200 | 0.0088 | - |
|
420 |
+
| 15.6650 | 12250 | 0.001 | - |
|
421 |
+
| 15.7289 | 12300 | 0.0005 | - |
|
422 |
+
| 15.7928 | 12350 | 0.0007 | - |
|
423 |
+
| 15.8568 | 12400 | 0.0005 | - |
|
424 |
+
| 15.9207 | 12450 | 0.0005 | - |
|
425 |
+
| 15.9847 | 12500 | 0.0006 | - |
|
426 |
+
| 16.0486 | 12550 | 0.0012 | - |
|
427 |
+
| 16.1125 | 12600 | 0.0009 | - |
|
428 |
+
| 16.1765 | 12650 | 0.0029 | - |
|
429 |
+
| 16.2404 | 12700 | 0.0006 | - |
|
430 |
+
| 16.3043 | 12750 | 0.0007 | - |
|
431 |
+
| 16.3683 | 12800 | 0.0006 | - |
|
432 |
+
| 16.4322 | 12850 | 0.0007 | - |
|
433 |
+
| 16.4962 | 12900 | 0.0006 | - |
|
434 |
+
| 16.5601 | 12950 | 0.0006 | - |
|
435 |
+
| 16.6240 | 13000 | 0.0006 | - |
|
436 |
+
| 16.6880 | 13050 | 0.0007 | - |
|
437 |
+
| 16.7519 | 13100 | 0.0004 | - |
|
438 |
+
| 16.8159 | 13150 | 0.0004 | - |
|
439 |
+
| 16.8798 | 13200 | 0.0004 | - |
|
440 |
+
| 16.9437 | 13250 | 0.0007 | - |
|
441 |
+
| 17.0077 | 13300 | 0.0004 | - |
|
442 |
+
| 17.0716 | 13350 | 0.0004 | - |
|
443 |
+
| 17.1355 | 13400 | 0.0005 | - |
|
444 |
+
| 17.1995 | 13450 | 0.0005 | - |
|
445 |
+
| 17.2634 | 13500 | 0.0007 | - |
|
446 |
+
| 17.3274 | 13550 | 0.0004 | - |
|
447 |
+
| 17.3913 | 13600 | 0.0008 | - |
|
448 |
+
| 17.4552 | 13650 | 0.0004 | - |
|
449 |
+
| 17.5192 | 13700 | 0.0009 | - |
|
450 |
+
| 17.5831 | 13750 | 0.0003 | - |
|
451 |
+
| 17.6471 | 13800 | 0.0005 | - |
|
452 |
+
| 17.7110 | 13850 | 0.0007 | - |
|
453 |
+
| 17.7749 | 13900 | 0.0007 | - |
|
454 |
+
| 17.8389 | 13950 | 0.0007 | - |
|
455 |
+
| 17.9028 | 14000 | 0.0003 | - |
|
456 |
+
| 17.9668 | 14050 | 0.0006 | - |
|
457 |
+
| 18.0307 | 14100 | 0.0005 | - |
|
458 |
+
| 18.0946 | 14150 | 0.0006 | - |
|
459 |
+
| 18.1586 | 14200 | 0.0005 | - |
|
460 |
+
| 18.2225 | 14250 | 0.0004 | - |
|
461 |
+
| 18.2864 | 14300 | 0.0005 | - |
|
462 |
+
| 18.3504 | 14350 | 0.0006 | - |
|
463 |
+
| 18.4143 | 14400 | 0.0006 | - |
|
464 |
+
| 18.4783 | 14450 | 0.0006 | - |
|
465 |
+
| 18.5422 | 14500 | 0.0006 | - |
|
466 |
+
| 18.6061 | 14550 | 0.0005 | - |
|
467 |
+
| 18.6701 | 14600 | 0.0005 | - |
|
468 |
+
| 18.7340 | 14650 | 0.0004 | - |
|
469 |
+
| 18.7980 | 14700 | 0.0006 | - |
|
470 |
+
| 18.8619 | 14750 | 0.0005 | - |
|
471 |
+
| 18.9258 | 14800 | 0.0007 | - |
|
472 |
+
| 18.9898 | 14850 | 0.0005 | - |
|
473 |
+
| 19.0537 | 14900 | 0.0003 | - |
|
474 |
+
| 19.1176 | 14950 | 0.0002 | - |
|
475 |
+
| 19.1816 | 15000 | 0.0005 | - |
|
476 |
+
| 19.2455 | 15050 | 0.0005 | - |
|
477 |
+
| 19.3095 | 15100 | 0.0005 | - |
|
478 |
+
| 19.3734 | 15150 | 0.0004 | - |
|
479 |
+
| 19.4373 | 15200 | 0.0007 | - |
|
480 |
+
| 19.5013 | 15250 | 0.0006 | - |
|
481 |
+
| 19.5652 | 15300 | 0.0005 | - |
|
482 |
+
| 19.6292 | 15350 | 0.0005 | - |
|
483 |
+
| 19.6931 | 15400 | 0.0004 | - |
|
484 |
+
| 19.7570 | 15450 | 0.0006 | - |
|
485 |
+
| 19.8210 | 15500 | 0.0005 | - |
|
486 |
+
| 19.8849 | 15550 | 0.001 | - |
|
487 |
+
| 19.9488 | 15600 | 0.002 | - |
|
488 |
+
| 20.0128 | 15650 | 0.0016 | - |
|
489 |
+
| 20.0767 | 15700 | 0.0011 | - |
|
490 |
+
| 20.1407 | 15750 | 0.0005 | - |
|
491 |
+
| 20.2046 | 15800 | 0.0007 | - |
|
492 |
+
| 20.2685 | 15850 | 0.0009 | - |
|
493 |
+
| 20.3325 | 15900 | 0.0004 | - |
|
494 |
+
| 20.3964 | 15950 | 0.0004 | - |
|
495 |
+
| 20.4604 | 16000 | 0.0005 | - |
|
496 |
+
| 20.5243 | 16050 | 0.0004 | - |
|
497 |
+
| 20.5882 | 16100 | 0.0007 | - |
|
498 |
+
| 20.6522 | 16150 | 0.0006 | - |
|
499 |
+
| 20.7161 | 16200 | 0.0006 | - |
|
500 |
+
| 20.7801 | 16250 | 0.0004 | - |
|
501 |
+
| 20.8440 | 16300 | 0.0004 | - |
|
502 |
+
| 20.9079 | 16350 | 0.0007 | - |
|
503 |
+
| 20.9719 | 16400 | 0.0006 | - |
|
504 |
+
| 21.0358 | 16450 | 0.0005 | - |
|
505 |
+
| 21.0997 | 16500 | 0.0006 | - |
|
506 |
+
| 21.1637 | 16550 | 0.0007 | - |
|
507 |
+
| 21.2276 | 16600 | 0.0004 | - |
|
508 |
+
| 21.2916 | 16650 | 0.0003 | - |
|
509 |
+
| 21.3555 | 16700 | 0.0003 | - |
|
510 |
+
| 21.4194 | 16750 | 0.0005 | - |
|
511 |
+
| 21.4834 | 16800 | 0.0006 | - |
|
512 |
+
| 21.5473 | 16850 | 0.0007 | - |
|
513 |
+
| 21.6113 | 16900 | 0.0006 | - |
|
514 |
+
| 21.6752 | 16950 | 0.0003 | - |
|
515 |
+
| 21.7391 | 17000 | 0.0007 | - |
|
516 |
+
| 21.8031 | 17050 | 0.0003 | - |
|
517 |
+
| 21.8670 | 17100 | 0.0006 | - |
|
518 |
+
| 21.9309 | 17150 | 0.0007 | - |
|
519 |
+
| 21.9949 | 17200 | 0.0007 | - |
|
520 |
+
| 22.0588 | 17250 | 0.0008 | - |
|
521 |
+
| 22.1228 | 17300 | 0.0007 | - |
|
522 |
+
| 22.1867 | 17350 | 0.0007 | - |
|
523 |
+
| 22.2506 | 17400 | 0.0004 | - |
|
524 |
+
| 22.3146 | 17450 | 0.0004 | - |
|
525 |
+
| 22.3785 | 17500 | 0.0003 | - |
|
526 |
+
| 22.4425 | 17550 | 0.0006 | - |
|
527 |
+
| 22.5064 | 17600 | 0.0007 | - |
|
528 |
+
| 22.5703 | 17650 | 0.0006 | - |
|
529 |
+
| 22.6343 | 17700 | 0.0004 | - |
|
530 |
+
| 22.6982 | 17750 | 0.0006 | - |
|
531 |
+
| 22.7621 | 17800 | 0.0006 | - |
|
532 |
+
| 22.8261 | 17850 | 0.0006 | - |
|
533 |
+
| 22.8900 | 17900 | 0.0004 | - |
|
534 |
+
| 22.9540 | 17950 | 0.0006 | - |
|
535 |
+
| 23.0179 | 18000 | 0.0005 | - |
|
536 |
+
| 23.0818 | 18050 | 0.0003 | - |
|
537 |
+
| 23.1458 | 18100 | 0.0006 | - |
|
538 |
+
| 23.2097 | 18150 | 0.0006 | - |
|
539 |
+
| 23.2737 | 18200 | 0.0006 | - |
|
540 |
+
| 23.3376 | 18250 | 0.0007 | - |
|
541 |
+
| 23.4015 | 18300 | 0.0005 | - |
|
542 |
+
| 23.4655 | 18350 | 0.0005 | - |
|
543 |
+
| 23.5294 | 18400 | 0.0008 | - |
|
544 |
+
| 23.5934 | 18450 | 0.0004 | - |
|
545 |
+
| 23.6573 | 18500 | 0.0006 | - |
|
546 |
+
| 23.7212 | 18550 | 0.0004 | - |
|
547 |
+
| 23.7852 | 18600 | 0.0006 | - |
|
548 |
+
| 23.8491 | 18650 | 0.0007 | - |
|
549 |
+
| 23.9130 | 18700 | 0.0006 | - |
|
550 |
+
| 23.9770 | 18750 | 0.0006 | - |
|
551 |
+
| 24.0409 | 18800 | 0.0005 | - |
|
552 |
+
| 24.1049 | 18850 | 0.0002 | - |
|
553 |
+
| 24.1688 | 18900 | 0.0006 | - |
|
554 |
+
| 24.2327 | 18950 | 0.0005 | - |
|
555 |
+
| 24.2967 | 19000 | 0.0004 | - |
|
556 |
+
| 24.3606 | 19050 | 0.0006 | - |
|
557 |
+
| 24.4246 | 19100 | 0.0006 | - |
|
558 |
+
| 24.4885 | 19150 | 0.0007 | - |
|
559 |
+
| 24.5524 | 19200 | 0.0007 | - |
|
560 |
+
| 24.6164 | 19250 | 0.0005 | - |
|
561 |
+
| 24.6803 | 19300 | 0.0004 | - |
|
562 |
+
| 24.7442 | 19350 | 0.0006 | - |
|
563 |
+
| 24.8082 | 19400 | 0.0005 | - |
|
564 |
+
| 24.8721 | 19450 | 0.0007 | - |
|
565 |
+
| 24.9361 | 19500 | 0.0007 | - |
|
566 |
+
| 25.0 | 19550 | 0.0006 | - |
|
567 |
+
| 25.0639 | 19600 | 0.0005 | - |
|
568 |
+
| 25.1279 | 19650 | 0.0007 | - |
|
569 |
+
| 25.1918 | 19700 | 0.0006 | - |
|
570 |
+
| 25.2558 | 19750 | 0.0005 | - |
|
571 |
+
| 25.3197 | 19800 | 0.0005 | - |
|
572 |
+
| 25.3836 | 19850 | 0.0006 | - |
|
573 |
+
| 25.4476 | 19900 | 0.0008 | - |
|
574 |
+
| 25.5115 | 19950 | 0.0006 | - |
|
575 |
+
| 25.5754 | 20000 | 0.0003 | - |
|
576 |
+
| 25.6394 | 20050 | 0.0007 | - |
|
577 |
+
| 25.7033 | 20100 | 0.0006 | - |
|
578 |
+
| 25.7673 | 20150 | 0.0004 | - |
|
579 |
+
| 25.8312 | 20200 | 0.0005 | - |
|
580 |
+
| 25.8951 | 20250 | 0.0007 | - |
|
581 |
+
| 25.9591 | 20300 | 0.0004 | - |
|
582 |
+
| 26.0230 | 20350 | 0.0006 | - |
|
583 |
+
| 26.0870 | 20400 | 0.0007 | - |
|
584 |
+
| 26.1509 | 20450 | 0.0004 | - |
|
585 |
+
| 26.2148 | 20500 | 0.0006 | - |
|
586 |
+
| 26.2788 | 20550 | 0.0006 | - |
|
587 |
+
| 26.3427 | 20600 | 0.0004 | - |
|
588 |
+
| 26.4066 | 20650 | 0.0006 | - |
|
589 |
+
| 26.4706 | 20700 | 0.0006 | - |
|
590 |
+
| 26.5345 | 20750 | 0.0005 | - |
|
591 |
+
| 26.5985 | 20800 | 0.0008 | - |
|
592 |
+
| 26.6624 | 20850 | 0.0005 | - |
|
593 |
+
| 26.7263 | 20900 | 0.0008 | - |
|
594 |
+
| 26.7903 | 20950 | 0.0003 | - |
|
595 |
+
| 26.8542 | 21000 | 0.0006 | - |
|
596 |
+
| 26.9182 | 21050 | 0.0004 | - |
|
597 |
+
| 26.9821 | 21100 | 0.0003 | - |
|
598 |
+
| 27.0460 | 21150 | 0.0005 | - |
|
599 |
+
| 27.1100 | 21200 | 0.0007 | - |
|
600 |
+
| 27.1739 | 21250 | 0.0007 | - |
|
601 |
+
| 27.2379 | 21300 | 0.0003 | - |
|
602 |
+
| 27.3018 | 21350 | 0.0005 | - |
|
603 |
+
| 27.3657 | 21400 | 0.0007 | - |
|
604 |
+
| 27.4297 | 21450 | 0.0006 | - |
|
605 |
+
| 27.4936 | 21500 | 0.0005 | - |
|
606 |
+
| 27.5575 | 21550 | 0.0004 | - |
|
607 |
+
| 27.6215 | 21600 | 0.0008 | - |
|
608 |
+
| 27.6854 | 21650 | 0.0005 | - |
|
609 |
+
| 27.7494 | 21700 | 0.0006 | - |
|
610 |
+
| 27.8133 | 21750 | 0.0004 | - |
|
611 |
+
| 27.8772 | 21800 | 0.0004 | - |
|
612 |
+
| 27.9412 | 21850 | 0.0005 | - |
|
613 |
+
| 28.0051 | 21900 | 0.0007 | - |
|
614 |
+
| 28.0691 | 21950 | 0.0006 | - |
|
615 |
+
| 28.1330 | 22000 | 0.0008 | - |
|
616 |
+
| 28.1969 | 22050 | 0.0008 | - |
|
617 |
+
| 28.2609 | 22100 | 0.0003 | - |
|
618 |
+
| 28.3248 | 22150 | 0.0005 | - |
|
619 |
+
| 28.3887 | 22200 | 0.0005 | - |
|
620 |
+
| 28.4527 | 22250 | 0.0005 | - |
|
621 |
+
| 28.5166 | 22300 | 0.0009 | - |
|
622 |
+
| 28.5806 | 22350 | 0.0004 | - |
|
623 |
+
| 28.6445 | 22400 | 0.0007 | - |
|
624 |
+
| 28.7084 | 22450 | 0.0004 | - |
|
625 |
+
| 28.7724 | 22500 | 0.0004 | - |
|
626 |
+
| 28.8363 | 22550 | 0.0004 | - |
|
627 |
+
| 28.9003 | 22600 | 0.0003 | - |
|
628 |
+
| 28.9642 | 22650 | 0.0005 | - |
|
629 |
+
| 29.0281 | 22700 | 0.0007 | - |
|
630 |
+
| 29.0921 | 22750 | 0.0005 | - |
|
631 |
+
| 29.1560 | 22800 | 0.0004 | - |
|
632 |
+
| 29.2199 | 22850 | 0.0005 | - |
|
633 |
+
| 29.2839 | 22900 | 0.0007 | - |
|
634 |
+
| 29.3478 | 22950 | 0.0005 | - |
|
635 |
+
| 29.4118 | 23000 | 0.0004 | - |
|
636 |
+
| 29.4757 | 23050 | 0.0006 | - |
|
637 |
+
| 29.5396 | 23100 | 0.0004 | - |
|
638 |
+
| 29.6036 | 23150 | 0.0006 | - |
|
639 |
+
| 29.6675 | 23200 | 0.0005 | - |
|
640 |
+
| 29.7315 | 23250 | 0.0005 | - |
|
641 |
+
| 29.7954 | 23300 | 0.0007 | - |
|
642 |
+
| 29.8593 | 23350 | 0.0006 | - |
|
643 |
+
| 29.9233 | 23400 | 0.0006 | - |
|
644 |
+
| 29.9872 | 23450 | 0.0006 | - |
|
645 |
+
|
646 |
+
### Framework Versions
|
647 |
+
- Python: 3.10.12
|
648 |
+
- SetFit: 1.1.0
|
649 |
+
- Sentence Transformers: 3.3.1
|
650 |
+
- Transformers: 4.44.2
|
651 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
652 |
+
- Datasets: 3.2.0
|
653 |
+
- Tokenizers: 0.19.1
|
654 |
+
|
655 |
+
## Citation
|
656 |
+
|
657 |
+
### BibTeX
|
658 |
+
```bibtex
|
659 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
660 |
+
doi = {10.48550/ARXIV.2209.11055},
|
661 |
+
url = {https://arxiv.org/abs/2209.11055},
|
662 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
663 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
664 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
665 |
+
publisher = {arXiv},
|
666 |
+
year = {2022},
|
667 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
668 |
+
}
|
669 |
+
```
|
670 |
+
|
671 |
+
<!--
|
672 |
+
## Glossary
|
673 |
+
|
674 |
+
*Clearly define terms in order to be accessible across audiences.*
|
675 |
+
-->
|
676 |
+
|
677 |
+
<!--
|
678 |
+
## Model Card Authors
|
679 |
+
|
680 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
681 |
+
-->
|
682 |
+
|
683 |
+
<!--
|
684 |
+
## Model Card Contact
|
685 |
+
|
686 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
687 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mini1013/master_domain",
|
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 |
+
"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:c21c87ba8ae329ccf6767e4aaea6bb7a38700f797c69404d35d6929b4379ca92
|
3 |
+
size 442494816
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de02777078f5ba5cc4c6016da5c50ea2c72101771d623c614df1d6dc332ead7b
|
3 |
+
size 62439
|
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
|
|