Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +541 -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,541 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mini1013/master_domain
|
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: 설화수 퍼펙팅 쿠션 에어셀 퍼프 6매 설화수 에어셀 퍼프 6매 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 화장품파우치/정리함
|
14 |
+
LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 화장품파우치/정리함
|
15 |
+
- text: Tweezerman 홀리그래픽 마이크로 미니 족집게 세트 (4284-R) Winter Frost (#M)홈>화장품/미용>뷰티소품>페이스소품>기타페이스소품
|
16 |
+
Naverstore > 화장품/미용 > 뷰티소품 > 페이스소품 > 기타페이스소품
|
17 |
+
- text: 타투 스티커 현아 마스크 꾸미기 데코 판박이 1장상사맨 3타투스티커-스마일 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품
|
18 |
+
> 헤나/타투 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 헤나/타투
|
19 |
+
- text: 비레디 페이스 피팅 브러쉬 포 히어로즈 MinSellAmount (#M)화장품/향수>남성화장품>남성메이크업/BB Gmarket > 뷰티
|
20 |
+
> 화장품/향수 > 남성화장품 > 남성메이크업/BB
|
21 |
+
- text: 더툴랩 믹싱 아크릴 팔레트 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 화장품파우치/정리함 LotteOn > 뷰티
|
22 |
+
> 뷰티기기/소품 > 메이크업소품 > 화장품파우치/정리함
|
23 |
+
inference: true
|
24 |
+
model-index:
|
25 |
+
- name: SetFit with mini1013/master_domain
|
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.736949846468782
|
37 |
+
name: Accuracy
|
38 |
+
---
|
39 |
+
|
40 |
+
# SetFit with mini1013/master_domain
|
41 |
+
|
42 |
+
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.
|
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:** [mini1013/master_domain](https://huggingface.co/mini1013/master_domain)
|
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:** 8 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 |
+
| 7 | <ul><li>'모델링팩 제조 셀프 피부관리 용품 세트 스파츌러 할로윈분장 미용기구 분홍색 (#M)쿠팡 홈>뷰티>메이크업>베이스 메이크업>베이스 메이크업 세트 Coupang > 뷰티 > 메이크업 > 베이스 메이크업 > 베이스 메이크업 세트'</li><li>'조단앤쥬디 플랫 탑 배큐엄 로션 보틀 펌핑용기 TR012 Blue 30ml × 1개 (#M)쿠팡 홈>뷰티>뷰티소품>용기/거울/기타소품>화장품용기 Coupang > 뷰티 > 뷰티소품 > 용기/거울/기타소품 > 화장품용기'</li><li>'프레스식 클렌징 리무버 토너 공병 150ml 혼합색상 × 5개 (#M)쿠팡 홈>뷰티>뷰티소품>용기/거울/기타소품>화장품용기 Coupang > 뷰티 > 뷰티소품 > 용기/거울/기타소품 > 화장품용기'</li></ul> |
|
71 |
+
| 3 | <ul><li>'아리따움 아이돌 래쉬 프리미엄 22호러블리아이 (#M)홈>화장품/미용>뷰티소품>아이소품>속눈썹/속눈썹펌제 Naverstore > 화장품/미용 > 뷰티소품 > 아이소품 > 속눈썹/속눈썹펌제'</li><li>'시세이도 아이래쉬 213 전체 뷰러 시세이도 뷰러 214 고무리필 x 3개 홈>💡 신상품;홈>전체상품;(#M)홈>💡신상품 Naverstore > 화장품/미용 > 뷰티소품 > 아이소품 > 뷰러'</li><li>'슈에무라 뷰러 아이래쉬컬러 N 전체뷰러 (#M)화장품/미용>뷰티소품>아이소품>뷰러 Naverstore > 화장품/미용 > 뷰티소품 > 아이소품 > 뷰러'</li></ul> |
|
72 |
+
| 6 | <ul><li>'프리미엄 샴푸 브러쉬 1입_P085124958 옵션/라보에이치 프리미엄 샴푸 브러쉬 1입 ssg > 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어메이크업 ssg > 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어메이크업'</li><li>'모로칸오일 세라믹 볼륨 헤어 드라이 브러쉬 롤빗 5종 모로칸오일브러쉬 45mm LotteOn > 뷰티 > 뷰티소품 > 헤어소품 LotteOn > 뷰티 > 뷰티기기/소품 > 헤어소품 > 빗/헤어브러쉬'</li><li>'필리밀리 포니 훅 헤어세트 리본_시크핑크데님블루 포니 훅 세트(리본_시크핑크) (#M)쿠팡 홈>뷰티>메이크업>립 메이크업>립메이크업세트 Coupang > 뷰티 > 메이크업 > 립 메이크업 > 립메이크업세트'</li></ul> |
|
73 |
+
| 0 | <ul><li>'천연 자초 립밤 만들기 키트 diy 향 선택(8개) 사과+에탄올20ml (#M)홈>비누&립밤&세제 만들기>만들기키트 Naverstore > 화장품/미용 > 색조메이크업 > 립케어'</li></ul> |
|
74 |
+
| 5 | <ul><li>'메디플라워 메이크 셀프 패드 리필 130매x2박스(총260매) 화장솜 각질패드 닥토패드 (#M)11st>뷰티소품>화장솜>화장솜 11st > 뷰티 > 뷰티소품 > 화장솜'</li><li>'라네즈 네오 쿠션 매트or글로우 퍼프 6개 매트 퍼프 (#M)홈>화장품/미용>뷰티소품>페이스소품>퍼프 Naverstore > 화장품/미용 > 뷰티소품 > 페이스소품 > 퍼프'</li><li>'벨로즈 MTS 롤러 더마 페이스 헤어 두피 얼굴 마사지 홈케어 스테인레스 일반형 0.2mm 티타늄_한달패키지(EGF10ppm+롤러2개+에탄올)_0.3mm 홈>화장품/미용>뷰티소품>페이스소품>마사지도구;홈>MTS 도구;홈>전체상품;(#M)홈>MTS Naverstore > 화장품/미용 > 뷰티소품 > 페이스소품 > 마사지도구'</li></ul> |
|
75 |
+
| 1 | <ul><li>'투쿨포스쿨 아트클래스 비건 멀티 컨투어 브러쉬 비건 멀티 컨투어 브러쉬 LotteOn > 뷰티 > 메이크업 > 쉐딩/컨투어링 LotteOn > 뷰티 > 메이크업 > 쉐딩/컨투어링'</li><li>'그림자쉐딩 02 코 브러쉬 (#M)뷰티>화장품/향수>미용소품>퍼프/스폰지/브러쉬 CJmall > 뷰티 > 화장품/향수 > 선케어 > 선크림/선로션'</li><li>'정샘물 마스터클래스 아이섀도우 L 브러쉬+물크림 라이트 마스크 3매 마스터클래스 아이섀도우 L 브러쉬 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 브러쉬 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 브러쉬'</li></ul> |
|
76 |
+
| 2 | <ul><li>'에뛰드 마이뷰티툴 효녀손 바디브러쉬 LotteOn > 뷰티 > 뷰티소품 > 페이스소품 > 브러쉬 LotteOn > 뷰티 > 뷰티소품 > 액세서리/소모품/기타'</li><li>'웰라 SP 1000ml 샴푸 전용 펌프 (색상랜덤) (#M)화장품/미용>헤어케어>샴푸 AD > traverse > Naverstore > 화장품/미용 > 헤어케어 > 샴푸 > 비듬샴푸'</li><li>'필리밀리 바디브러시 2종 선인장모 바디브러시 (스트롱) (#M)홈>미용소품>기타소품>클렌징준비도구 OLIVEYOUNG > 미용소품 > 기타소품 > 전체'</li></ul> |
|
77 |
+
| 4 | <ul><li>'5초눈썹타투스티커5초11쌍 눈썹문신스티커 눈썹타투 눈썹 E11 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 브러쉬 LotteOn > 뷰티 > 뷰티기기/소품 > 메이크업소품 > 브러쉬'</li><li>'태틀리 타투 스티커 유칼립투스 씨네레아 × 2개 LotteOn > 뷰티 > 뷰티기기/소품 > 바디소품 LotteOn > 뷰티 > 뷰티기기/소품 > 바디소품'</li><li>'wjx니들 타투니들 카트리지 엔코 타투용품 반영구 smp 재료 라운드매그넘_1023 (#M)홈>전체상품 Naverstore > 화장품/미용 > 뷰티소품 > 타투'</li></ul> |
|
78 |
+
|
79 |
+
## Evaluation
|
80 |
+
|
81 |
+
### Metrics
|
82 |
+
| Label | Accuracy |
|
83 |
+
|:--------|:---------|
|
84 |
+
| **all** | 0.7369 |
|
85 |
+
|
86 |
+
## Uses
|
87 |
+
|
88 |
+
### Direct Use for Inference
|
89 |
+
|
90 |
+
First install the SetFit library:
|
91 |
+
|
92 |
+
```bash
|
93 |
+
pip install setfit
|
94 |
+
```
|
95 |
+
|
96 |
+
Then you can load this model and run inference.
|
97 |
+
|
98 |
+
```python
|
99 |
+
from setfit import SetFitModel
|
100 |
+
|
101 |
+
# Download from the 🤗 Hub
|
102 |
+
model = SetFitModel.from_pretrained("mini1013/master_cate_bt5_test_flat_top_cate")
|
103 |
+
# Run inference
|
104 |
+
preds = model("비레디 페이스 피팅 브러쉬 포 히어로즈 MinSellAmount (#M)화장품/향수>남성화장품>남성메이크업/BB Gmarket > 뷰티 > 화장품/향수 > 남성화장품 > 남성메이크업/BB")
|
105 |
+
```
|
106 |
+
|
107 |
+
<!--
|
108 |
+
### Downstream Use
|
109 |
+
|
110 |
+
*List how someone could finetune this model on their own dataset.*
|
111 |
+
-->
|
112 |
+
|
113 |
+
<!--
|
114 |
+
### Out-of-Scope Use
|
115 |
+
|
116 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
117 |
+
-->
|
118 |
+
|
119 |
+
<!--
|
120 |
+
## Bias, Risks and Limitations
|
121 |
+
|
122 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
123 |
+
-->
|
124 |
+
|
125 |
+
<!--
|
126 |
+
### Recommendations
|
127 |
+
|
128 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
129 |
+
-->
|
130 |
+
|
131 |
+
## Training Details
|
132 |
+
|
133 |
+
### Training Set Metrics
|
134 |
+
| Training set | Min | Median | Max |
|
135 |
+
|:-------------|:----|:--------|:----|
|
136 |
+
| Word count | 12 | 20.6963 | 66 |
|
137 |
+
|
138 |
+
| Label | Training Sample Count |
|
139 |
+
|:------|:----------------------|
|
140 |
+
| 0 | 1 |
|
141 |
+
| 1 | 50 |
|
142 |
+
| 2 | 48 |
|
143 |
+
| 3 | 50 |
|
144 |
+
| 4 | 50 |
|
145 |
+
| 5 | 50 |
|
146 |
+
| 6 | 50 |
|
147 |
+
| 7 | 50 |
|
148 |
+
|
149 |
+
### Training Hyperparameters
|
150 |
+
- batch_size: (64, 64)
|
151 |
+
- num_epochs: (30, 30)
|
152 |
+
- max_steps: -1
|
153 |
+
- sampling_strategy: oversampling
|
154 |
+
- num_iterations: 100
|
155 |
+
- body_learning_rate: (2e-05, 1e-05)
|
156 |
+
- head_learning_rate: 0.01
|
157 |
+
- loss: CosineSimilarityLoss
|
158 |
+
- distance_metric: cosine_distance
|
159 |
+
- margin: 0.25
|
160 |
+
- end_to_end: False
|
161 |
+
- use_amp: False
|
162 |
+
- warmup_proportion: 0.1
|
163 |
+
- l2_weight: 0.01
|
164 |
+
- seed: 42
|
165 |
+
- eval_max_steps: -1
|
166 |
+
- load_best_model_at_end: False
|
167 |
+
|
168 |
+
### Training Results
|
169 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
170 |
+
|:-------:|:-----:|:-------------:|:---------------:|
|
171 |
+
| 0.0018 | 1 | 0.4261 | - |
|
172 |
+
| 0.0916 | 50 | 0.4493 | - |
|
173 |
+
| 0.1832 | 100 | 0.4428 | - |
|
174 |
+
| 0.2747 | 150 | 0.4252 | - |
|
175 |
+
| 0.3663 | 200 | 0.3948 | - |
|
176 |
+
| 0.4579 | 250 | 0.361 | - |
|
177 |
+
| 0.5495 | 300 | 0.3209 | - |
|
178 |
+
| 0.6410 | 350 | 0.2692 | - |
|
179 |
+
| 0.7326 | 400 | 0.2629 | - |
|
180 |
+
| 0.8242 | 450 | 0.2437 | - |
|
181 |
+
| 0.9158 | 500 | 0.2383 | - |
|
182 |
+
| 1.0073 | 550 | 0.2352 | - |
|
183 |
+
| 1.0989 | 600 | 0.2306 | - |
|
184 |
+
| 1.1905 | 650 | 0.2165 | - |
|
185 |
+
| 1.2821 | 700 | 0.2081 | - |
|
186 |
+
| 1.3736 | 750 | 0.1861 | - |
|
187 |
+
| 1.4652 | 800 | 0.1676 | - |
|
188 |
+
| 1.5568 | 850 | 0.1363 | - |
|
189 |
+
| 1.6484 | 900 | 0.112 | - |
|
190 |
+
| 1.7399 | 950 | 0.1005 | - |
|
191 |
+
| 1.8315 | 1000 | 0.0779 | - |
|
192 |
+
| 1.9231 | 1050 | 0.0613 | - |
|
193 |
+
| 2.0147 | 1100 | 0.0392 | - |
|
194 |
+
| 2.1062 | 1150 | 0.0267 | - |
|
195 |
+
| 2.1978 | 1200 | 0.0213 | - |
|
196 |
+
| 2.2894 | 1250 | 0.0189 | - |
|
197 |
+
| 2.3810 | 1300 | 0.0174 | - |
|
198 |
+
| 2.4725 | 1350 | 0.0135 | - |
|
199 |
+
| 2.5641 | 1400 | 0.015 | - |
|
200 |
+
| 2.6557 | 1450 | 0.0108 | - |
|
201 |
+
| 2.7473 | 1500 | 0.0074 | - |
|
202 |
+
| 2.8388 | 1550 | 0.0072 | - |
|
203 |
+
| 2.9304 | 1600 | 0.0073 | - |
|
204 |
+
| 3.0220 | 1650 | 0.0058 | - |
|
205 |
+
| 3.1136 | 1700 | 0.0045 | - |
|
206 |
+
| 3.2051 | 1750 | 0.006 | - |
|
207 |
+
| 3.2967 | 1800 | 0.0056 | - |
|
208 |
+
| 3.3883 | 1850 | 0.0039 | - |
|
209 |
+
| 3.4799 | 1900 | 0.0041 | - |
|
210 |
+
| 3.5714 | 1950 | 0.0033 | - |
|
211 |
+
| 3.6630 | 2000 | 0.0045 | - |
|
212 |
+
| 3.7546 | 2050 | 0.0053 | - |
|
213 |
+
| 3.8462 | 2100 | 0.0075 | - |
|
214 |
+
| 3.9377 | 2150 | 0.0017 | - |
|
215 |
+
| 4.0293 | 2200 | 0.0008 | - |
|
216 |
+
| 4.1209 | 2250 | 0.0005 | - |
|
217 |
+
| 4.2125 | 2300 | 0.0007 | - |
|
218 |
+
| 4.3040 | 2350 | 0.0007 | - |
|
219 |
+
| 4.3956 | 2400 | 0.0003 | - |
|
220 |
+
| 4.4872 | 2450 | 0.0013 | - |
|
221 |
+
| 4.5788 | 2500 | 0.0008 | - |
|
222 |
+
| 4.6703 | 2550 | 0.0002 | - |
|
223 |
+
| 4.7619 | 2600 | 0.0 | - |
|
224 |
+
| 4.8535 | 2650 | 0.0004 | - |
|
225 |
+
| 4.9451 | 2700 | 0.0001 | - |
|
226 |
+
| 5.0366 | 2750 | 0.0007 | - |
|
227 |
+
| 5.1282 | 2800 | 0.0003 | - |
|
228 |
+
| 5.2198 | 2850 | 0.0003 | - |
|
229 |
+
| 5.3114 | 2900 | 0.0007 | - |
|
230 |
+
| 5.4029 | 2950 | 0.0002 | - |
|
231 |
+
| 5.4945 | 3000 | 0.0012 | - |
|
232 |
+
| 5.5861 | 3050 | 0.0007 | - |
|
233 |
+
| 5.6777 | 3100 | 0.0002 | - |
|
234 |
+
| 5.7692 | 3150 | 0.0007 | - |
|
235 |
+
| 5.8608 | 3200 | 0.0003 | - |
|
236 |
+
| 5.9524 | 3250 | 0.0003 | - |
|
237 |
+
| 6.0440 | 3300 | 0.0003 | - |
|
238 |
+
| 6.1355 | 3350 | 0.0003 | - |
|
239 |
+
| 6.2271 | 3400 | 0.0002 | - |
|
240 |
+
| 6.3187 | 3450 | 0.0005 | - |
|
241 |
+
| 6.4103 | 3500 | 0.0002 | - |
|
242 |
+
| 6.5018 | 3550 | 0.0006 | - |
|
243 |
+
| 6.5934 | 3600 | 0.0005 | - |
|
244 |
+
| 6.6850 | 3650 | 0.0003 | - |
|
245 |
+
| 6.7766 | 3700 | 0.0003 | - |
|
246 |
+
| 6.8681 | 3750 | 0.0009 | - |
|
247 |
+
| 6.9597 | 3800 | 0.0006 | - |
|
248 |
+
| 7.0513 | 3850 | 0.0002 | - |
|
249 |
+
| 7.1429 | 3900 | 0.0005 | - |
|
250 |
+
| 7.2344 | 3950 | 0.0005 | - |
|
251 |
+
| 7.3260 | 4000 | 0.0005 | - |
|
252 |
+
| 7.4176 | 4050 | 0.0005 | - |
|
253 |
+
| 7.5092 | 4100 | 0.0005 | - |
|
254 |
+
| 7.6007 | 4150 | 0.0008 | - |
|
255 |
+
| 7.6923 | 4200 | 0.0009 | - |
|
256 |
+
| 7.7839 | 4250 | 0.0003 | - |
|
257 |
+
| 7.8755 | 4300 | 0.0 | - |
|
258 |
+
| 7.9670 | 4350 | 0.0 | - |
|
259 |
+
| 8.0586 | 4400 | 0.0002 | - |
|
260 |
+
| 8.1502 | 4450 | 0.0003 | - |
|
261 |
+
| 8.2418 | 4500 | 0.0008 | - |
|
262 |
+
| 8.3333 | 4550 | 0.0005 | - |
|
263 |
+
| 8.4249 | 4600 | 0.0003 | - |
|
264 |
+
| 8.5165 | 4650 | 0.0003 | - |
|
265 |
+
| 8.6081 | 4700 | 0.0006 | - |
|
266 |
+
| 8.6996 | 4750 | 0.0005 | - |
|
267 |
+
| 8.7912 | 4800 | 0.0 | - |
|
268 |
+
| 8.8828 | 4850 | 0.0002 | - |
|
269 |
+
| 8.9744 | 4900 | 0.0008 | - |
|
270 |
+
| 9.0659 | 4950 | 0.0005 | - |
|
271 |
+
| 9.1575 | 5000 | 0.0002 | - |
|
272 |
+
| 9.2491 | 5050 | 0.0008 | - |
|
273 |
+
| 9.3407 | 5100 | 0.0005 | - |
|
274 |
+
| 9.4322 | 5150 | 0.0002 | - |
|
275 |
+
| 9.5238 | 5200 | 0.0003 | - |
|
276 |
+
| 9.6154 | 5250 | 0.0008 | - |
|
277 |
+
| 9.7070 | 5300 | 0.0005 | - |
|
278 |
+
| 9.7985 | 5350 | 0.0003 | - |
|
279 |
+
| 9.8901 | 5400 | 0.0006 | - |
|
280 |
+
| 9.9817 | 5450 | 0.0003 | - |
|
281 |
+
| 10.0733 | 5500 | 0.0003 | - |
|
282 |
+
| 10.1648 | 5550 | 0.0006 | - |
|
283 |
+
| 10.2564 | 5600 | 0.0005 | - |
|
284 |
+
| 10.3480 | 5650 | 0.0002 | - |
|
285 |
+
| 10.4396 | 5700 | 0.0005 | - |
|
286 |
+
| 10.5311 | 5750 | 0.0002 | - |
|
287 |
+
| 10.6227 | 5800 | 0.0012 | - |
|
288 |
+
| 10.7143 | 5850 | 0.0 | - |
|
289 |
+
| 10.8059 | 5900 | 0.0002 | - |
|
290 |
+
| 10.8974 | 5950 | 0.0002 | - |
|
291 |
+
| 10.9890 | 6000 | 0.0011 | - |
|
292 |
+
| 11.0806 | 6050 | 0.008 | - |
|
293 |
+
| 11.1722 | 6100 | 0.0057 | - |
|
294 |
+
| 11.2637 | 6150 | 0.004 | - |
|
295 |
+
| 11.3553 | 6200 | 0.0037 | - |
|
296 |
+
| 11.4469 | 6250 | 0.0038 | - |
|
297 |
+
| 11.5385 | 6300 | 0.0025 | - |
|
298 |
+
| 11.6300 | 6350 | 0.0023 | - |
|
299 |
+
| 11.7216 | 6400 | 0.0007 | - |
|
300 |
+
| 11.8132 | 6450 | 0.0006 | - |
|
301 |
+
| 11.9048 | 6500 | 0.0008 | - |
|
302 |
+
| 11.9963 | 6550 | 0.0002 | - |
|
303 |
+
| 12.0879 | 6600 | 0.0013 | - |
|
304 |
+
| 12.1795 | 6650 | 0.0004 | - |
|
305 |
+
| 12.2711 | 6700 | 0.0008 | - |
|
306 |
+
| 12.3626 | 6750 | 0.0006 | - |
|
307 |
+
| 12.4542 | 6800 | 0.0006 | - |
|
308 |
+
| 12.5458 | 6850 | 0.0 | - |
|
309 |
+
| 12.6374 | 6900 | 0.0005 | - |
|
310 |
+
| 12.7289 | 6950 | 0.0004 | - |
|
311 |
+
| 12.8205 | 7000 | 0.0003 | - |
|
312 |
+
| 12.9121 | 7050 | 0.0003 | - |
|
313 |
+
| 13.0037 | 7100 | 0.0008 | - |
|
314 |
+
| 13.0952 | 7150 | 0.0006 | - |
|
315 |
+
| 13.1868 | 7200 | 0.0005 | - |
|
316 |
+
| 13.2784 | 7250 | 0.0005 | - |
|
317 |
+
| 13.3700 | 7300 | 0.0003 | - |
|
318 |
+
| 13.4615 | 7350 | 0.0006 | - |
|
319 |
+
| 13.5531 | 7400 | 0.0003 | - |
|
320 |
+
| 13.6447 | 7450 | 0.0 | - |
|
321 |
+
| 13.7363 | 7500 | 0.0003 | - |
|
322 |
+
| 13.8278 | 7550 | 0.0005 | - |
|
323 |
+
| 13.9194 | 7600 | 0.0002 | - |
|
324 |
+
| 14.0110 | 7650 | 0.0006 | - |
|
325 |
+
| 14.1026 | 7700 | 0.0003 | - |
|
326 |
+
| 14.1941 | 7750 | 0.0006 | - |
|
327 |
+
| 14.2857 | 7800 | 0.0008 | - |
|
328 |
+
| 14.3773 | 7850 | 0.0 | - |
|
329 |
+
| 14.4689 | 7900 | 0.0006 | - |
|
330 |
+
| 14.5604 | 7950 | 0.0005 | - |
|
331 |
+
| 14.6520 | 8000 | 0.0005 | - |
|
332 |
+
| 14.7436 | 8050 | 0.0003 | - |
|
333 |
+
| 14.8352 | 8100 | 0.0002 | - |
|
334 |
+
| 14.9267 | 8150 | 0.0003 | - |
|
335 |
+
| 15.0183 | 8200 | 0.0003 | - |
|
336 |
+
| 15.1099 | 8250 | 0.0003 | - |
|
337 |
+
| 15.2015 | 8300 | 0.0006 | - |
|
338 |
+
| 15.2930 | 8350 | 0.0002 | - |
|
339 |
+
| 15.3846 | 8400 | 0.0009 | - |
|
340 |
+
| 15.4762 | 8450 | 0.0006 | - |
|
341 |
+
| 15.5678 | 8500 | 0.0002 | - |
|
342 |
+
| 15.6593 | 8550 | 0.0003 | - |
|
343 |
+
| 15.7509 | 8600 | 0.0005 | - |
|
344 |
+
| 15.8425 | 8650 | 0.0005 | - |
|
345 |
+
| 15.9341 | 8700 | 0.0003 | - |
|
346 |
+
| 16.0256 | 8750 | 0.0003 | - |
|
347 |
+
| 16.1172 | 8800 | 0.0 | - |
|
348 |
+
| 16.2088 | 8850 | 0.0008 | - |
|
349 |
+
| 16.3004 | 8900 | 0.0002 | - |
|
350 |
+
| 16.3919 | 8950 | 0.0003 | - |
|
351 |
+
| 16.4835 | 9000 | 0.0003 | - |
|
352 |
+
| 16.5751 | 9050 | 0.0005 | - |
|
353 |
+
| 16.6667 | 9100 | 0.0006 | - |
|
354 |
+
| 16.7582 | 9150 | 0.0006 | - |
|
355 |
+
| 16.8498 | 9200 | 0.0002 | - |
|
356 |
+
| 16.9414 | 9250 | 0.0005 | - |
|
357 |
+
| 17.0330 | 9300 | 0.0006 | - |
|
358 |
+
| 17.1245 | 9350 | 0.0002 | - |
|
359 |
+
| 17.2161 | 9400 | 0.0009 | - |
|
360 |
+
| 17.3077 | 9450 | 0.0005 | - |
|
361 |
+
| 17.3993 | 9500 | 0.0008 | - |
|
362 |
+
| 17.4908 | 9550 | 0.0006 | - |
|
363 |
+
| 17.5824 | 9600 | 0.0003 | - |
|
364 |
+
| 17.6740 | 9650 | 0.0003 | - |
|
365 |
+
| 17.7656 | 9700 | 0.0 | - |
|
366 |
+
| 17.8571 | 9750 | 0.0003 | - |
|
367 |
+
| 17.9487 | 9800 | 0.0002 | - |
|
368 |
+
| 18.0403 | 9850 | 0.0003 | - |
|
369 |
+
| 18.1319 | 9900 | 0.0006 | - |
|
370 |
+
| 18.2234 | 9950 | 0.0008 | - |
|
371 |
+
| 18.3150 | 10000 | 0.0005 | - |
|
372 |
+
| 18.4066 | 10050 | 0.0003 | - |
|
373 |
+
| 18.4982 | 10100 | 0.0005 | - |
|
374 |
+
| 18.5897 | 10150 | 0.0002 | - |
|
375 |
+
| 18.6813 | 10200 | 0.0 | - |
|
376 |
+
| 18.7729 | 10250 | 0.0003 | - |
|
377 |
+
| 18.8645 | 10300 | 0.0003 | - |
|
378 |
+
| 18.9560 | 10350 | 0.0003 | - |
|
379 |
+
| 19.0476 | 10400 | 0.0008 | - |
|
380 |
+
| 19.1392 | 10450 | 0.0006 | - |
|
381 |
+
| 19.2308 | 10500 | 0.0002 | - |
|
382 |
+
| 19.3223 | 10550 | 0.0003 | - |
|
383 |
+
| 19.4139 | 10600 | 0.0003 | - |
|
384 |
+
| 19.5055 | 10650 | 0.0003 | - |
|
385 |
+
| 19.5971 | 10700 | 0.0005 | - |
|
386 |
+
| 19.6886 | 10750 | 0.0009 | - |
|
387 |
+
| 19.7802 | 10800 | 0.0002 | - |
|
388 |
+
| 19.8718 | 10850 | 0.0003 | - |
|
389 |
+
| 19.9634 | 10900 | 0.0005 | - |
|
390 |
+
| 20.0549 | 10950 | 0.0003 | - |
|
391 |
+
| 20.1465 | 11000 | 0.0005 | - |
|
392 |
+
| 20.2381 | 11050 | 0.0009 | - |
|
393 |
+
| 20.3297 | 11100 | 0.0003 | - |
|
394 |
+
| 20.4212 | 11150 | 0.0 | - |
|
395 |
+
| 20.5128 | 11200 | 0.0006 | - |
|
396 |
+
| 20.6044 | 11250 | 0.0005 | - |
|
397 |
+
| 20.6960 | 11300 | 0.0002 | - |
|
398 |
+
| 20.7875 | 11350 | 0.0003 | - |
|
399 |
+
| 20.8791 | 11400 | 0.0005 | - |
|
400 |
+
| 20.9707 | 11450 | 0.0003 | - |
|
401 |
+
| 21.0623 | 11500 | 0.0002 | - |
|
402 |
+
| 21.1538 | 11550 | 0.0006 | - |
|
403 |
+
| 21.2454 | 11600 | 0.0004 | - |
|
404 |
+
| 21.3370 | 11650 | 0.0005 | - |
|
405 |
+
| 21.4286 | 11700 | 0.0009 | - |
|
406 |
+
| 21.5201 | 11750 | 0.0005 | - |
|
407 |
+
| 21.6117 | 11800 | 0.0005 | - |
|
408 |
+
| 21.7033 | 11850 | 0.0003 | - |
|
409 |
+
| 21.7949 | 11900 | 0.0005 | - |
|
410 |
+
| 21.8864 | 11950 | 0.0003 | - |
|
411 |
+
| 21.9780 | 12000 | 0.0 | - |
|
412 |
+
| 22.0696 | 12050 | 0.0005 | - |
|
413 |
+
| 22.1612 | 12100 | 0.0009 | - |
|
414 |
+
| 22.2527 | 12150 | 0.002 | - |
|
415 |
+
| 22.3443 | 12200 | 0.0022 | - |
|
416 |
+
| 22.4359 | 12250 | 0.002 | - |
|
417 |
+
| 22.5275 | 12300 | 0.0002 | - |
|
418 |
+
| 22.6190 | 12350 | 0.0003 | - |
|
419 |
+
| 22.7106 | 12400 | 0.0003 | - |
|
420 |
+
| 22.8022 | 12450 | 0.0005 | - |
|
421 |
+
| 22.8938 | 12500 | 0.0003 | - |
|
422 |
+
| 22.9853 | 12550 | 0.0005 | - |
|
423 |
+
| 23.0769 | 12600 | 0.0002 | - |
|
424 |
+
| 23.1685 | 12650 | 0.0003 | - |
|
425 |
+
| 23.2601 | 12700 | 0.0003 | - |
|
426 |
+
| 23.3516 | 12750 | 0.0006 | - |
|
427 |
+
| 23.4432 | 12800 | 0.0006 | - |
|
428 |
+
| 23.5348 | 12850 | 0.0005 | - |
|
429 |
+
| 23.6264 | 12900 | 0.0006 | - |
|
430 |
+
| 23.7179 | 12950 | 0.0008 | - |
|
431 |
+
| 23.8095 | 13000 | 0.0002 | - |
|
432 |
+
| 23.9011 | 13050 | 0.0003 | - |
|
433 |
+
| 23.9927 | 13100 | 0.0008 | - |
|
434 |
+
| 24.0842 | 13150 | 0.0003 | - |
|
435 |
+
| 24.1758 | 13200 | 0.0005 | - |
|
436 |
+
| 24.2674 | 13250 | 0.0003 | - |
|
437 |
+
| 24.3590 | 13300 | 0.0003 | - |
|
438 |
+
| 24.4505 | 13350 | 0.0003 | - |
|
439 |
+
| 24.5421 | 13400 | 0.0008 | - |
|
440 |
+
| 24.6337 | 13450 | 0.0002 | - |
|
441 |
+
| 24.7253 | 13500 | 0.0005 | - |
|
442 |
+
| 24.8168 | 13550 | 0.0003 | - |
|
443 |
+
| 24.9084 | 13600 | 0.0005 | - |
|
444 |
+
| 25.0 | 13650 | 0.0005 | - |
|
445 |
+
| 25.0916 | 13700 | 0.0006 | - |
|
446 |
+
| 25.1832 | 13750 | 0.0006 | - |
|
447 |
+
| 25.2747 | 13800 | 0.0003 | - |
|
448 |
+
| 25.3663 | 13850 | 0.0009 | - |
|
449 |
+
| 25.4579 | 13900 | 0.0 | - |
|
450 |
+
| 25.5495 | 13950 | 0.0006 | - |
|
451 |
+
| 25.6410 | 14000 | 0.0006 | - |
|
452 |
+
| 25.7326 | 14050 | 0.0002 | - |
|
453 |
+
| 25.8242 | 14100 | 0.0 | - |
|
454 |
+
| 25.9158 | 14150 | 0.0003 | - |
|
455 |
+
| 26.0073 | 14200 | 0.0002 | - |
|
456 |
+
| 26.0989 | 14250 | 0.0006 | - |
|
457 |
+
| 26.1905 | 14300 | 0.0002 | - |
|
458 |
+
| 26.2821 | 14350 | 0.0003 | - |
|
459 |
+
| 26.3736 | 14400 | 0.0008 | - |
|
460 |
+
| 26.4652 | 14450 | 0.0007 | - |
|
461 |
+
| 26.5568 | 14500 | 0.0008 | - |
|
462 |
+
| 26.6484 | 14550 | 0.0005 | - |
|
463 |
+
| 26.7399 | 14600 | 0.0002 | - |
|
464 |
+
| 26.8315 | 14650 | 0.0003 | - |
|
465 |
+
| 26.9231 | 14700 | 0.0 | - |
|
466 |
+
| 27.0147 | 14750 | 0.0002 | - |
|
467 |
+
| 27.1062 | 14800 | 0.0005 | - |
|
468 |
+
| 27.1978 | 14850 | 0.0006 | - |
|
469 |
+
| 27.2894 | 14900 | 0.0005 | - |
|
470 |
+
| 27.3810 | 14950 | 0.0 | - |
|
471 |
+
| 27.4725 | 15000 | 0.0005 | - |
|
472 |
+
| 27.5641 | 15050 | 0.0005 | - |
|
473 |
+
| 27.6557 | 15100 | 0.0006 | - |
|
474 |
+
| 27.7473 | 15150 | 0.0006 | - |
|
475 |
+
| 27.8388 | 15200 | 0.0005 | - |
|
476 |
+
| 27.9304 | 15250 | 0.0 | - |
|
477 |
+
| 28.0220 | 15300 | 0.0002 | - |
|
478 |
+
| 28.1136 | 15350 | 0.0006 | - |
|
479 |
+
| 28.2051 | 15400 | 0.0003 | - |
|
480 |
+
| 28.2967 | 15450 | 0.0005 | - |
|
481 |
+
| 28.3883 | 15500 | 0.0005 | - |
|
482 |
+
| 28.4799 | 15550 | 0.0002 | - |
|
483 |
+
| 28.5714 | 15600 | 0.0005 | - |
|
484 |
+
| 28.6630 | 15650 | 0.0003 | - |
|
485 |
+
| 28.7546 | 15700 | 0.0006 | - |
|
486 |
+
| 28.8462 | 15750 | 0.0005 | - |
|
487 |
+
| 28.9377 | 15800 | 0.0005 | - |
|
488 |
+
| 29.0293 | 15850 | 0.0 | - |
|
489 |
+
| 29.1209 | 15900 | 0.0 | - |
|
490 |
+
| 29.2125 | 15950 | 0.0003 | - |
|
491 |
+
| 29.3040 | 16000 | 0.0006 | - |
|
492 |
+
| 29.3956 | 16050 | 0.0002 | - |
|
493 |
+
| 29.4872 | 16100 | 0.0011 | - |
|
494 |
+
| 29.5788 | 16150 | 0.0005 | - |
|
495 |
+
| 29.6703 | 16200 | 0.0003 | - |
|
496 |
+
| 29.7619 | 16250 | 0.0005 | - |
|
497 |
+
| 29.8535 | 16300 | 0.0002 | - |
|
498 |
+
| 29.9451 | 16350 | 0.0005 | - |
|
499 |
+
|
500 |
+
### Framework Versions
|
501 |
+
- Python: 3.10.12
|
502 |
+
- SetFit: 1.1.0
|
503 |
+
- Sentence Transformers: 3.3.1
|
504 |
+
- Transformers: 4.44.2
|
505 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
506 |
+
- Datasets: 3.2.0
|
507 |
+
- Tokenizers: 0.19.1
|
508 |
+
|
509 |
+
## Citation
|
510 |
+
|
511 |
+
### BibTeX
|
512 |
+
```bibtex
|
513 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
514 |
+
doi = {10.48550/ARXIV.2209.11055},
|
515 |
+
url = {https://arxiv.org/abs/2209.11055},
|
516 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
517 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
518 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
519 |
+
publisher = {arXiv},
|
520 |
+
year = {2022},
|
521 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
522 |
+
}
|
523 |
+
```
|
524 |
+
|
525 |
+
<!--
|
526 |
+
## Glossary
|
527 |
+
|
528 |
+
*Clearly define terms in order to be accessible across audiences.*
|
529 |
+
-->
|
530 |
+
|
531 |
+
<!--
|
532 |
+
## Model Card Authors
|
533 |
+
|
534 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
535 |
+
-->
|
536 |
+
|
537 |
+
<!--
|
538 |
+
## Model Card Contact
|
539 |
+
|
540 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
541 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mini1013/master_item_bt_test_flat_top",
|
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:d7905bc1120514f03b15f7e51982336ee467bff1233b832c7914f22574b65a74
|
3 |
+
size 442494816
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1611419ebaab51d08c2f7f0ea2a1bb66e07cbf52979c733752d22915ae3188e0
|
3 |
+
size 50119
|
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
|
|