Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +540 -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,540 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: '[7월/롯데단독] 엉크르 드 뽀 쿠션 리필 듀오 세트(+립 미니어처+파데5ml) 20호_35호 LotteOn > 백화점 > 뷰티 >
|
14 |
+
상단 배너 (Mobile) LotteOn > 뷰티 > 메이크업 > 베이스메이크업 > 쿠션/팩트'
|
15 |
+
- text: '[기획]블랙쿠션 리뉴얼 리필 듀오 21N1_23N1 LotteOn > 뷰티 > 메이크업 > 베이스메이크업 > 베이스/프라이머 LotteOn
|
16 |
+
> 뷰티 > 메이크업 > 베이스메이크업 > 베이스/프라이머'
|
17 |
+
- text: 랑콤 비비크림 spf50 50ml 0.1kg 1팩 솔에일 브론저 선 비비 선 (#M)SSG.COM/헤어/바디/세정/입욕용품/비누 ssg
|
18 |
+
> 뷰티 > 헤어/바디 > 세정/입욕용품 > 비누
|
19 |
+
- text: (1+1) 더샘 커버 퍼펙션 팟 컨실러 4g (당일발송) MinSellAmount (#M)화장품/향수>베이스메이크업>컨실러 Gmarket
|
20 |
+
> 뷰티 > 화장품/향수 > 베이스메이크업 > 컨실러
|
21 |
+
- text: 헤라 메이크업픽서 110ml × 4개 (#M)쿠팡 홈>뷰티>메이크업>베이스 메이크업>메이크업픽서 Coupang > 뷰티 > 메이크업
|
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.6730190571715146
|
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:** 7 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 |
+
| 6 | <ul><li>'글램 업 메이크업 픽서 100ml 글램 업 메이크업 하이라이터 7g LotteOn > 뷰티 > 메이크업 > 베이스메이크업 > 베이스/프라이머 LotteOn > 뷰티 > 메이크업 > 베이스메이크업 > 베이스/프라이머'</li><li>'달바 블랑 드 런웨이 올데이 세럼 메이크업 픽서 80ml × 1개 LotteOn > 뷰티 > 메이크업 > 하이라이터 LotteOn > 뷰티 > 메이크업 > 하이라이터'</li><li>'메이블린 마스터 픽서 메이크업 리무버 펜 3ml ssg > 뷰티 > 스킨케어 > 클렌징 > 클렌징워터 ssg > 뷰티 > 스킨케어 > 클렌징 > 클렌징워터'</li></ul> |
|
71 |
+
| 2 | <ul><li>'데이지크 프로 컨실러 팔레트 9g 01 커버 (#M)위메프 > 뷰티 > 메이크업 > 베이스 메이크업 > BB크림 위메프 > 뷰티 > 메이크업 > 베이스 메이크업 > BB크림'</li><li>'블레미쉬커버 퍼프 7매입 세트 (#M)뷰티>화장품/향수>미용소품>퍼프/스폰지/브러쉬 CJmall > 뷰티 > 화장품/향수 > 미용소품 > 퍼프/스폰지/브러쉬'</li><li>'동성제약 메디커버 DHA 펜 10퍼센트(보통 피부색) (#M)11st>메이크업>페이스메이크업>메이크업베이스 11st > 뷰티 > 메이크업 > 페이스메이크업 > 메이크업베이스'</li></ul> |
|
72 |
+
| 5 | <ul><li>'헤라 하이드레이팅 래디언스 프라이머 35ml (#M)11st>남성화장품>남성크림>남성크림 11st > 뷰티 > 남성화장품 > 남성크림 > 남성크림'</li><li>'맥 라이트풀 C+ 코랄 그라스 틴티드 프라이머 (#M)11st>메이크업>페이스메이크업>프라이머 11st > 뷰티 > 메이크업 > 페이스메이크업 > 프라이머'</li><li>'코드글로컬러 엠.하이드로 프라이머 기획 LotteOn > 뷰티 > 색조메이크업 > 아이메이크업 > 아이섀도우 LotteOn > 뷰티 > 색조메이크업 > 아이메이크업 > 아이섀도우'</li></ul> |
|
73 |
+
| 0 | <ul><li>'스웨거 페이스 터미네이터 올인원 비비 크림 SPF 50+ PA+++ 스웨거 페이스 터미네이터 × 1개 (#M)쿠팡 홈>뷰티>남성화장품>남성메이크업>베이스메이크업 Coupang > 뷰티 > 남성화장품 > 남성메이크업 > 베이스메이크업'</li><li>'인셀덤 원빈화장품 엑티브크림EX 외 전제품 선택 데일리 아쿠아 비비크림30g (#M)홈>화장품/미용>스킨케어>화장품세트 Naverstore > 화장품/미용 > 스킨케어 > 화장품세트'</li><li>'AHC 프리미엄 인텐스 컨튜어밤 10ml 2개 MinSellAmount (#M)스마일배송 홈>뷰티>메이크업/선케어>베이스메이크업 Gmarket > 뷰티 > 화장품/향수 > 베이스메이크업 > BB크림/톤업크림'</li></ul> |
|
74 |
+
| 4 | <ul><li>'[SSG-단독]블랙쿠션 리뉴얼 리필 듀오 17N1_17C1 ssg > 뷰티 > 메이크업 > 베이스메이크업 > 파운데이션;ssg > 뷰티 > 메이크업 > 립메이크업 > 립스틱;ssg > 뷰티 > 메이크업 > 베이스메이크업 > 쿠션파운데이션;신세계백화점/메이크업/베이스메이크업/쿠션파운데이션;(#M)SSG.COM/메이크업/베이스메이크업/쿠션파운데이션 ssg > 뷰티 > 메이크업 > 립메이크업'</li><li>'라네즈 맨즈 그루밍 네오 쿠션 매트 SPF42 PA++ 15g (옵션)+남성크림스킨 25ml 4개 증정 23C 쿨 샌드 (#M)화장품/향수>베이스메이크업>파운데이션 Gmarket > 뷰티 > 화장품/향수 > 베이스메이크업 > 파운데이션'</li><li>'아이오페 에어쿠션 스킨핏 톤업 15g x 2 단일상품 (#M)화장품/향수>베이스메이크업>파운데이션 Gmarket > 뷰티 > 화장품/향수 > 베이스메이크업 > 파운데이션'</li></ul> |
|
75 |
+
| 1 | <ul><li>'[특별] 톤업 프라이머 쿠션 세트 ssg > 뷰티 > 메이크업 > 베이스메이크업 > 프라이머 ssg > 뷰티 > 메이크업 > 베이스메이크업 > 프라이머'</li><li>'[한스킨] 핑크물밤(톤업팩트) 2개 세트 본품*2_[B0008449] (#M)11st>메이크업>페이스메이크업>파운데이션 11st > 뷰티 > 메이크업 > 페이스메이크업 > 파운데이션'</li><li>'[2특별] NEW 래디언트 파운데이션 세트(+컨실러 정품+키트 2종) 110 알라바스터 LotteOn > 뷰티 > 명품화장품 > 메이크업 > 파운데이션 LotteOn > 뷰티 > 베이스메이크업 > 파운데이션'</li></ul> |
|
76 |
+
| 3 | <ul><li>'[본사직영] 래디언스 팩트 SPF27/PA++ (바닐라) 위메프 > 뷰티 > 스킨케어 > 스킨/토너;위메프 > 뷰티 > 메이크업 > 립 메이크업;위메프 > 뷰티 > 메이크업 > 립 메이크업 > 립글로즈;위메프 > 뷰티 > 선케어 > 선크림/선블록 > 선크림/선블록;위메프 > 뷰티 > 메이크업 > 베이스 메이크업;(#M)위메프 > 뷰티 > 메이크업 > 베이스 메이크업 > 쿠션팩트 위메프 > 뷰티 > 선케어 > 선크림/선블록'</li><li>'[AK PLAZA][DIOR] 캡춰 토탈 퍼펙션 앤 유쓰 래디언스 루스 파우더 단일상품 (#M)홈>화장품/미용>향수>향수세트 Naverstore > 화장품/미용 > 향수 > 향수세트'</li><li>'설화수 NEW 진설파우더팩트 리필 23N1 (#M)화장품/향수>스킨케어>에센스/세럼 Gmarket > 뷰티 > 화장품/향수 > 스킨케어 > 에센스/세럼'</li></ul> |
|
77 |
+
|
78 |
+
## Evaluation
|
79 |
+
|
80 |
+
### Metrics
|
81 |
+
| Label | Accuracy |
|
82 |
+
|:--------|:---------|
|
83 |
+
| **all** | 0.6730 |
|
84 |
+
|
85 |
+
## Uses
|
86 |
+
|
87 |
+
### Direct Use for Inference
|
88 |
+
|
89 |
+
First install the SetFit library:
|
90 |
+
|
91 |
+
```bash
|
92 |
+
pip install setfit
|
93 |
+
```
|
94 |
+
|
95 |
+
Then you can load this model and run inference.
|
96 |
+
|
97 |
+
```python
|
98 |
+
from setfit import SetFitModel
|
99 |
+
|
100 |
+
# Download from the 🤗 Hub
|
101 |
+
model = SetFitModel.from_pretrained("mini1013/master_cate_bt_top5_test")
|
102 |
+
# Run inference
|
103 |
+
preds = model("헤라 메이크업픽서 110ml × 4개 (#M)쿠팡 홈>뷰티>메이크업>베이스 메이크업>메이크업픽서 Coupang > 뷰티 > 메이크업 > 베이스 메이크업 > 메이크업픽서")
|
104 |
+
```
|
105 |
+
|
106 |
+
<!--
|
107 |
+
### Downstream Use
|
108 |
+
|
109 |
+
*List how someone could finetune this model on their own dataset.*
|
110 |
+
-->
|
111 |
+
|
112 |
+
<!--
|
113 |
+
### Out-of-Scope Use
|
114 |
+
|
115 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
116 |
+
-->
|
117 |
+
|
118 |
+
<!--
|
119 |
+
## Bias, Risks and Limitations
|
120 |
+
|
121 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
122 |
+
-->
|
123 |
+
|
124 |
+
<!--
|
125 |
+
### Recommendations
|
126 |
+
|
127 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
128 |
+
-->
|
129 |
+
|
130 |
+
## Training Details
|
131 |
+
|
132 |
+
### Training Set Metrics
|
133 |
+
| Training set | Min | Median | Max |
|
134 |
+
|:-------------|:----|:--------|:----|
|
135 |
+
| Word count | 12 | 24.3657 | 87 |
|
136 |
+
|
137 |
+
| Label | Training Sample Count |
|
138 |
+
|:------|:----------------------|
|
139 |
+
| 0 | 50 |
|
140 |
+
| 1 | 50 |
|
141 |
+
| 2 | 50 |
|
142 |
+
| 3 | 50 |
|
143 |
+
| 4 | 50 |
|
144 |
+
| 5 | 50 |
|
145 |
+
| 6 | 50 |
|
146 |
+
|
147 |
+
### Training Hyperparameters
|
148 |
+
- batch_size: (64, 64)
|
149 |
+
- num_epochs: (30, 30)
|
150 |
+
- max_steps: -1
|
151 |
+
- sampling_strategy: oversampling
|
152 |
+
- num_iterations: 100
|
153 |
+
- body_learning_rate: (2e-05, 1e-05)
|
154 |
+
- head_learning_rate: 0.01
|
155 |
+
- loss: CosineSimilarityLoss
|
156 |
+
- distance_metric: cosine_distance
|
157 |
+
- margin: 0.25
|
158 |
+
- end_to_end: False
|
159 |
+
- use_amp: False
|
160 |
+
- warmup_proportion: 0.1
|
161 |
+
- l2_weight: 0.01
|
162 |
+
- seed: 42
|
163 |
+
- eval_max_steps: -1
|
164 |
+
- load_best_model_at_end: False
|
165 |
+
|
166 |
+
### Training Results
|
167 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
168 |
+
|:-------:|:-----:|:-------------:|:---------------:|
|
169 |
+
| 0.0018 | 1 | 0.4623 | - |
|
170 |
+
| 0.0914 | 50 | 0.4618 | - |
|
171 |
+
| 0.1828 | 100 | 0.4384 | - |
|
172 |
+
| 0.2742 | 150 | 0.4275 | - |
|
173 |
+
| 0.3656 | 200 | 0.3889 | - |
|
174 |
+
| 0.4570 | 250 | 0.3422 | - |
|
175 |
+
| 0.5484 | 300 | 0.3055 | - |
|
176 |
+
| 0.6399 | 350 | 0.2795 | - |
|
177 |
+
| 0.7313 | 400 | 0.2616 | - |
|
178 |
+
| 0.8227 | 450 | 0.252 | - |
|
179 |
+
| 0.9141 | 500 | 0.2394 | - |
|
180 |
+
| 1.0055 | 550 | 0.2274 | - |
|
181 |
+
| 1.0969 | 600 | 0.2154 | - |
|
182 |
+
| 1.1883 | 650 | 0.2031 | - |
|
183 |
+
| 1.2797 | 700 | 0.197 | - |
|
184 |
+
| 1.3711 | 750 | 0.1768 | - |
|
185 |
+
| 1.4625 | 800 | 0.1752 | - |
|
186 |
+
| 1.5539 | 850 | 0.1631 | - |
|
187 |
+
| 1.6453 | 900 | 0.1513 | - |
|
188 |
+
| 1.7367 | 950 | 0.1368 | - |
|
189 |
+
| 1.8282 | 1000 | 0.1354 | - |
|
190 |
+
| 1.9196 | 1050 | 0.1235 | - |
|
191 |
+
| 2.0110 | 1100 | 0.1113 | - |
|
192 |
+
| 2.1024 | 1150 | 0.1015 | - |
|
193 |
+
| 2.1938 | 1200 | 0.084 | - |
|
194 |
+
| 2.2852 | 1250 | 0.0598 | - |
|
195 |
+
| 2.3766 | 1300 | 0.0472 | - |
|
196 |
+
| 2.4680 | 1350 | 0.0382 | - |
|
197 |
+
| 2.5594 | 1400 | 0.032 | - |
|
198 |
+
| 2.6508 | 1450 | 0.0212 | - |
|
199 |
+
| 2.7422 | 1500 | 0.0082 | - |
|
200 |
+
| 2.8336 | 1550 | 0.0046 | - |
|
201 |
+
| 2.9250 | 1600 | 0.0025 | - |
|
202 |
+
| 3.0165 | 1650 | 0.0014 | - |
|
203 |
+
| 3.1079 | 1700 | 0.0007 | - |
|
204 |
+
| 3.1993 | 1750 | 0.0003 | - |
|
205 |
+
| 3.2907 | 1800 | 0.0002 | - |
|
206 |
+
| 3.3821 | 1850 | 0.0008 | - |
|
207 |
+
| 3.4735 | 1900 | 0.0011 | - |
|
208 |
+
| 3.5649 | 1950 | 0.0011 | - |
|
209 |
+
| 3.6563 | 2000 | 0.0003 | - |
|
210 |
+
| 3.7477 | 2050 | 0.0001 | - |
|
211 |
+
| 3.8391 | 2100 | 0.0001 | - |
|
212 |
+
| 3.9305 | 2150 | 0.0001 | - |
|
213 |
+
| 4.0219 | 2200 | 0.0002 | - |
|
214 |
+
| 4.1133 | 2250 | 0.0001 | - |
|
215 |
+
| 4.2048 | 2300 | 0.0001 | - |
|
216 |
+
| 4.2962 | 2350 | 0.0002 | - |
|
217 |
+
| 4.3876 | 2400 | 0.0001 | - |
|
218 |
+
| 4.4790 | 2450 | 0.0 | - |
|
219 |
+
| 4.5704 | 2500 | 0.0002 | - |
|
220 |
+
| 4.6618 | 2550 | 0.0001 | - |
|
221 |
+
| 4.7532 | 2600 | 0.0 | - |
|
222 |
+
| 4.8446 | 2650 | 0.0 | - |
|
223 |
+
| 4.9360 | 2700 | 0.0028 | - |
|
224 |
+
| 5.0274 | 2750 | 0.0031 | - |
|
225 |
+
| 5.1188 | 2800 | 0.0023 | - |
|
226 |
+
| 5.2102 | 2850 | 0.0002 | - |
|
227 |
+
| 5.3016 | 2900 | 0.0002 | - |
|
228 |
+
| 5.3931 | 2950 | 0.0001 | - |
|
229 |
+
| 5.4845 | 3000 | 0.0 | - |
|
230 |
+
| 5.5759 | 3050 | 0.0001 | - |
|
231 |
+
| 5.6673 | 3100 | 0.0002 | - |
|
232 |
+
| 5.7587 | 3150 | 0.0001 | - |
|
233 |
+
| 5.8501 | 3200 | 0.0 | - |
|
234 |
+
| 5.9415 | 3250 | 0.0001 | - |
|
235 |
+
| 6.0329 | 3300 | 0.0002 | - |
|
236 |
+
| 6.1243 | 3350 | 0.0 | - |
|
237 |
+
| 6.2157 | 3400 | 0.0001 | - |
|
238 |
+
| 6.3071 | 3450 | 0.0003 | - |
|
239 |
+
| 6.3985 | 3500 | 0.0009 | - |
|
240 |
+
| 6.4899 | 3550 | 0.0009 | - |
|
241 |
+
| 6.5814 | 3600 | 0.0009 | - |
|
242 |
+
| 6.6728 | 3650 | 0.0003 | - |
|
243 |
+
| 6.7642 | 3700 | 0.0002 | - |
|
244 |
+
| 6.8556 | 3750 | 0.0 | - |
|
245 |
+
| 6.9470 | 3800 | 0.0 | - |
|
246 |
+
| 7.0384 | 3850 | 0.0 | - |
|
247 |
+
| 7.1298 | 3900 | 0.0 | - |
|
248 |
+
| 7.2212 | 3950 | 0.0 | - |
|
249 |
+
| 7.3126 | 4000 | 0.0 | - |
|
250 |
+
| 7.4040 | 4050 | 0.0 | - |
|
251 |
+
| 7.4954 | 4100 | 0.0 | - |
|
252 |
+
| 7.5868 | 4150 | 0.0 | - |
|
253 |
+
| 7.6782 | 4200 | 0.0 | - |
|
254 |
+
| 7.7697 | 4250 | 0.0003 | - |
|
255 |
+
| 7.8611 | 4300 | 0.0 | - |
|
256 |
+
| 7.9525 | 4350 | 0.0 | - |
|
257 |
+
| 8.0439 | 4400 | 0.0 | - |
|
258 |
+
| 8.1353 | 4450 | 0.0 | - |
|
259 |
+
| 8.2267 | 4500 | 0.0 | - |
|
260 |
+
| 8.3181 | 4550 | 0.0 | - |
|
261 |
+
| 8.4095 | 4600 | 0.0 | - |
|
262 |
+
| 8.5009 | 4650 | 0.0 | - |
|
263 |
+
| 8.5923 | 4700 | 0.0 | - |
|
264 |
+
| 8.6837 | 4750 | 0.0 | - |
|
265 |
+
| 8.7751 | 4800 | 0.0 | - |
|
266 |
+
| 8.8665 | 4850 | 0.0 | - |
|
267 |
+
| 8.9580 | 4900 | 0.0 | - |
|
268 |
+
| 9.0494 | 4950 | 0.0 | - |
|
269 |
+
| 9.1408 | 5000 | 0.0 | - |
|
270 |
+
| 9.2322 | 5050 | 0.0 | - |
|
271 |
+
| 9.3236 | 5100 | 0.0 | - |
|
272 |
+
| 9.4150 | 5150 | 0.0 | - |
|
273 |
+
| 9.5064 | 5200 | 0.0 | - |
|
274 |
+
| 9.5978 | 5250 | 0.0 | - |
|
275 |
+
| 9.6892 | 5300 | 0.0 | - |
|
276 |
+
| 9.7806 | 5350 | 0.0 | - |
|
277 |
+
| 9.8720 | 5400 | 0.0 | - |
|
278 |
+
| 9.9634 | 5450 | 0.0 | - |
|
279 |
+
| 10.0548 | 5500 | 0.0 | - |
|
280 |
+
| 10.1463 | 5550 | 0.0011 | - |
|
281 |
+
| 10.2377 | 5600 | 0.0066 | - |
|
282 |
+
| 10.3291 | 5650 | 0.0048 | - |
|
283 |
+
| 10.4205 | 5700 | 0.0088 | - |
|
284 |
+
| 10.5119 | 5750 | 0.0071 | - |
|
285 |
+
| 10.6033 | 5800 | 0.0054 | - |
|
286 |
+
| 10.6947 | 5850 | 0.0029 | - |
|
287 |
+
| 10.7861 | 5900 | 0.0028 | - |
|
288 |
+
| 10.8775 | 5950 | 0.0014 | - |
|
289 |
+
| 10.9689 | 6000 | 0.0008 | - |
|
290 |
+
| 11.0603 | 6050 | 0.0001 | - |
|
291 |
+
| 11.1517 | 6100 | 0.0001 | - |
|
292 |
+
| 11.2431 | 6150 | 0.0 | - |
|
293 |
+
| 11.3346 | 6200 | 0.0 | - |
|
294 |
+
| 11.4260 | 6250 | 0.0 | - |
|
295 |
+
| 11.5174 | 6300 | 0.0 | - |
|
296 |
+
| 11.6088 | 6350 | 0.0 | - |
|
297 |
+
| 11.7002 | 6400 | 0.0007 | - |
|
298 |
+
| 11.7916 | 6450 | 0.0 | - |
|
299 |
+
| 11.8830 | 6500 | 0.0002 | - |
|
300 |
+
| 11.9744 | 6550 | 0.0 | - |
|
301 |
+
| 12.0658 | 6600 | 0.0 | - |
|
302 |
+
| 12.1572 | 6650 | 0.0 | - |
|
303 |
+
| 12.2486 | 6700 | 0.0 | - |
|
304 |
+
| 12.3400 | 6750 | 0.0 | - |
|
305 |
+
| 12.4314 | 6800 | 0.0 | - |
|
306 |
+
| 12.5229 | 6850 | 0.0 | - |
|
307 |
+
| 12.6143 | 6900 | 0.0 | - |
|
308 |
+
| 12.7057 | 6950 | 0.0 | - |
|
309 |
+
| 12.7971 | 7000 | 0.0 | - |
|
310 |
+
| 12.8885 | 7050 | 0.0 | - |
|
311 |
+
| 12.9799 | 7100 | 0.0 | - |
|
312 |
+
| 13.0713 | 7150 | 0.0 | - |
|
313 |
+
| 13.1627 | 7200 | 0.0 | - |
|
314 |
+
| 13.2541 | 7250 | 0.0 | - |
|
315 |
+
| 13.3455 | 7300 | 0.0 | - |
|
316 |
+
| 13.4369 | 7350 | 0.0 | - |
|
317 |
+
| 13.5283 | 7400 | 0.0 | - |
|
318 |
+
| 13.6197 | 7450 | 0.0 | - |
|
319 |
+
| 13.7112 | 7500 | 0.0 | - |
|
320 |
+
| 13.8026 | 7550 | 0.0 | - |
|
321 |
+
| 13.8940 | 7600 | 0.0 | - |
|
322 |
+
| 13.9854 | 7650 | 0.0 | - |
|
323 |
+
| 14.0768 | 7700 | 0.0 | - |
|
324 |
+
| 14.1682 | 7750 | 0.0024 | - |
|
325 |
+
| 14.2596 | 7800 | 0.0026 | - |
|
326 |
+
| 14.3510 | 7850 | 0.0039 | - |
|
327 |
+
| 14.4424 | 7900 | 0.0022 | - |
|
328 |
+
| 14.5338 | 7950 | 0.0008 | - |
|
329 |
+
| 14.6252 | 8000 | 0.0002 | - |
|
330 |
+
| 14.7166 | 8050 | 0.0003 | - |
|
331 |
+
| 14.8080 | 8100 | 0.0 | - |
|
332 |
+
| 14.8995 | 8150 | 0.0 | - |
|
333 |
+
| 14.9909 | 8200 | 0.0 | - |
|
334 |
+
| 15.0823 | 8250 | 0.0 | - |
|
335 |
+
| 15.1737 | 8300 | 0.0 | - |
|
336 |
+
| 15.2651 | 8350 | 0.0 | - |
|
337 |
+
| 15.3565 | 8400 | 0.0 | - |
|
338 |
+
| 15.4479 | 8450 | 0.0 | - |
|
339 |
+
| 15.5393 | 8500 | 0.0 | - |
|
340 |
+
| 15.6307 | 8550 | 0.0 | - |
|
341 |
+
| 15.7221 | 8600 | 0.0 | - |
|
342 |
+
| 15.8135 | 8650 | 0.0 | - |
|
343 |
+
| 15.9049 | 8700 | 0.0 | - |
|
344 |
+
| 15.9963 | 8750 | 0.0 | - |
|
345 |
+
| 16.0878 | 8800 | 0.0 | - |
|
346 |
+
| 16.1792 | 8850 | 0.0 | - |
|
347 |
+
| 16.2706 | 8900 | 0.0 | - |
|
348 |
+
| 16.3620 | 8950 | 0.0 | - |
|
349 |
+
| 16.4534 | 9000 | 0.0 | - |
|
350 |
+
| 16.5448 | 9050 | 0.0 | - |
|
351 |
+
| 16.6362 | 9100 | 0.0 | - |
|
352 |
+
| 16.7276 | 9150 | 0.0 | - |
|
353 |
+
| 16.8190 | 9200 | 0.0 | - |
|
354 |
+
| 16.9104 | 9250 | 0.0 | - |
|
355 |
+
| 17.0018 | 9300 | 0.0 | - |
|
356 |
+
| 17.0932 | 9350 | 0.0 | - |
|
357 |
+
| 17.1846 | 9400 | 0.0 | - |
|
358 |
+
| 17.2761 | 9450 | 0.0 | - |
|
359 |
+
| 17.3675 | 9500 | 0.0 | - |
|
360 |
+
| 17.4589 | 9550 | 0.0 | - |
|
361 |
+
| 17.5503 | 9600 | 0.0 | - |
|
362 |
+
| 17.6417 | 9650 | 0.0 | - |
|
363 |
+
| 17.7331 | 9700 | 0.0 | - |
|
364 |
+
| 17.8245 | 9750 | 0.0 | - |
|
365 |
+
| 17.9159 | 9800 | 0.0 | - |
|
366 |
+
| 18.0073 | 9850 | 0.0 | - |
|
367 |
+
| 18.0987 | 9900 | 0.0 | - |
|
368 |
+
| 18.1901 | 9950 | 0.0 | - |
|
369 |
+
| 18.2815 | 10000 | 0.0 | - |
|
370 |
+
| 18.3729 | 10050 | 0.0 | - |
|
371 |
+
| 18.4644 | 10100 | 0.0 | - |
|
372 |
+
| 18.5558 | 10150 | 0.0 | - |
|
373 |
+
| 18.6472 | 10200 | 0.0 | - |
|
374 |
+
| 18.7386 | 10250 | 0.0 | - |
|
375 |
+
| 18.8300 | 10300 | 0.0 | - |
|
376 |
+
| 18.9214 | 10350 | 0.0 | - |
|
377 |
+
| 19.0128 | 10400 | 0.0 | - |
|
378 |
+
| 19.1042 | 10450 | 0.0 | - |
|
379 |
+
| 19.1956 | 10500 | 0.0 | - |
|
380 |
+
| 19.2870 | 10550 | 0.0 | - |
|
381 |
+
| 19.3784 | 10600 | 0.0 | - |
|
382 |
+
| 19.4698 | 10650 | 0.0 | - |
|
383 |
+
| 19.5612 | 10700 | 0.0 | - |
|
384 |
+
| 19.6527 | 10750 | 0.0 | - |
|
385 |
+
| 19.7441 | 10800 | 0.0 | - |
|
386 |
+
| 19.8355 | 10850 | 0.0 | - |
|
387 |
+
| 19.9269 | 10900 | 0.0 | - |
|
388 |
+
| 20.0183 | 10950 | 0.0 | - |
|
389 |
+
| 20.1097 | 11000 | 0.0 | - |
|
390 |
+
| 20.2011 | 11050 | 0.0 | - |
|
391 |
+
| 20.2925 | 11100 | 0.0 | - |
|
392 |
+
| 20.3839 | 11150 | 0.0 | - |
|
393 |
+
| 20.4753 | 11200 | 0.0 | - |
|
394 |
+
| 20.5667 | 11250 | 0.0 | - |
|
395 |
+
| 20.6581 | 11300 | 0.0 | - |
|
396 |
+
| 20.7495 | 11350 | 0.0 | - |
|
397 |
+
| 20.8410 | 11400 | 0.0 | - |
|
398 |
+
| 20.9324 | 11450 | 0.0 | - |
|
399 |
+
| 21.0238 | 11500 | 0.0 | - |
|
400 |
+
| 21.1152 | 11550 | 0.0 | - |
|
401 |
+
| 21.2066 | 11600 | 0.0 | - |
|
402 |
+
| 21.2980 | 11650 | 0.0 | - |
|
403 |
+
| 21.3894 | 11700 | 0.0 | - |
|
404 |
+
| 21.4808 | 11750 | 0.0 | - |
|
405 |
+
| 21.5722 | 11800 | 0.0 | - |
|
406 |
+
| 21.6636 | 11850 | 0.0 | - |
|
407 |
+
| 21.7550 | 11900 | 0.0 | - |
|
408 |
+
| 21.8464 | 11950 | 0.0 | - |
|
409 |
+
| 21.9378 | 12000 | 0.0 | - |
|
410 |
+
| 22.0293 | 12050 | 0.0 | - |
|
411 |
+
| 22.1207 | 12100 | 0.0 | - |
|
412 |
+
| 22.2121 | 12150 | 0.0 | - |
|
413 |
+
| 22.3035 | 12200 | 0.0 | - |
|
414 |
+
| 22.3949 | 12250 | 0.0 | - |
|
415 |
+
| 22.4863 | 12300 | 0.0 | - |
|
416 |
+
| 22.5777 | 12350 | 0.0 | - |
|
417 |
+
| 22.6691 | 12400 | 0.0 | - |
|
418 |
+
| 22.7605 | 12450 | 0.0 | - |
|
419 |
+
| 22.8519 | 12500 | 0.0 | - |
|
420 |
+
| 22.9433 | 12550 | 0.0 | - |
|
421 |
+
| 23.0347 | 12600 | 0.0 | - |
|
422 |
+
| 23.1261 | 12650 | 0.0 | - |
|
423 |
+
| 23.2176 | 12700 | 0.0 | - |
|
424 |
+
| 23.3090 | 12750 | 0.0 | - |
|
425 |
+
| 23.4004 | 12800 | 0.0 | - |
|
426 |
+
| 23.4918 | 12850 | 0.0 | - |
|
427 |
+
| 23.5832 | 12900 | 0.0 | - |
|
428 |
+
| 23.6746 | 12950 | 0.0 | - |
|
429 |
+
| 23.7660 | 13000 | 0.0 | - |
|
430 |
+
| 23.8574 | 13050 | 0.0 | - |
|
431 |
+
| 23.9488 | 13100 | 0.0 | - |
|
432 |
+
| 24.0402 | 13150 | 0.0 | - |
|
433 |
+
| 24.1316 | 13200 | 0.0 | - |
|
434 |
+
| 24.2230 | 13250 | 0.0 | - |
|
435 |
+
| 24.3144 | 13300 | 0.0 | - |
|
436 |
+
| 24.4059 | 13350 | 0.0 | - |
|
437 |
+
| 24.4973 | 13400 | 0.0 | - |
|
438 |
+
| 24.5887 | 13450 | 0.0 | - |
|
439 |
+
| 24.6801 | 13500 | 0.0 | - |
|
440 |
+
| 24.7715 | 13550 | 0.0 | - |
|
441 |
+
| 24.8629 | 13600 | 0.0 | - |
|
442 |
+
| 24.9543 | 13650 | 0.0 | - |
|
443 |
+
| 25.0457 | 13700 | 0.0 | - |
|
444 |
+
| 25.1371 | 13750 | 0.0 | - |
|
445 |
+
| 25.2285 | 13800 | 0.0 | - |
|
446 |
+
| 25.3199 | 13850 | 0.0 | - |
|
447 |
+
| 25.4113 | 13900 | 0.0 | - |
|
448 |
+
| 25.5027 | 13950 | 0.0 | - |
|
449 |
+
| 25.5941 | 14000 | 0.0 | - |
|
450 |
+
| 25.6856 | 14050 | 0.0 | - |
|
451 |
+
| 25.7770 | 14100 | 0.0 | - |
|
452 |
+
| 25.8684 | 14150 | 0.0 | - |
|
453 |
+
| 25.9598 | 14200 | 0.0 | - |
|
454 |
+
| 26.0512 | 14250 | 0.0 | - |
|
455 |
+
| 26.1426 | 14300 | 0.0 | - |
|
456 |
+
| 26.2340 | 14350 | 0.0 | - |
|
457 |
+
| 26.3254 | 14400 | 0.0 | - |
|
458 |
+
| 26.4168 | 14450 | 0.0 | - |
|
459 |
+
| 26.5082 | 14500 | 0.0 | - |
|
460 |
+
| 26.5996 | 14550 | 0.0 | - |
|
461 |
+
| 26.6910 | 14600 | 0.0 | - |
|
462 |
+
| 26.7824 | 14650 | 0.0 | - |
|
463 |
+
| 26.8739 | 14700 | 0.0 | - |
|
464 |
+
| 26.9653 | 14750 | 0.0 | - |
|
465 |
+
| 27.0567 | 14800 | 0.0 | - |
|
466 |
+
| 27.1481 | 14850 | 0.0 | - |
|
467 |
+
| 27.2395 | 14900 | 0.0 | - |
|
468 |
+
| 27.3309 | 14950 | 0.0 | - |
|
469 |
+
| 27.4223 | 15000 | 0.0 | - |
|
470 |
+
| 27.5137 | 15050 | 0.0 | - |
|
471 |
+
| 27.6051 | 15100 | 0.0 | - |
|
472 |
+
| 27.6965 | 15150 | 0.0 | - |
|
473 |
+
| 27.7879 | 15200 | 0.0 | - |
|
474 |
+
| 27.8793 | 15250 | 0.0 | - |
|
475 |
+
| 27.9707 | 15300 | 0.0 | - |
|
476 |
+
| 28.0622 | 15350 | 0.0 | - |
|
477 |
+
| 28.1536 | 15400 | 0.0 | - |
|
478 |
+
| 28.2450 | 15450 | 0.0 | - |
|
479 |
+
| 28.3364 | 15500 | 0.0 | - |
|
480 |
+
| 28.4278 | 15550 | 0.0 | - |
|
481 |
+
| 28.5192 | 15600 | 0.0 | - |
|
482 |
+
| 28.6106 | 15650 | 0.0 | - |
|
483 |
+
| 28.7020 | 15700 | 0.0 | - |
|
484 |
+
| 28.7934 | 15750 | 0.0 | - |
|
485 |
+
| 28.8848 | 15800 | 0.0 | - |
|
486 |
+
| 28.9762 | 15850 | 0.0 | - |
|
487 |
+
| 29.0676 | 15900 | 0.0 | - |
|
488 |
+
| 29.1590 | 15950 | 0.0 | - |
|
489 |
+
| 29.2505 | 16000 | 0.0 | - |
|
490 |
+
| 29.3419 | 16050 | 0.0 | - |
|
491 |
+
| 29.4333 | 16100 | 0.0 | - |
|
492 |
+
| 29.5247 | 16150 | 0.0 | - |
|
493 |
+
| 29.6161 | 16200 | 0.0 | - |
|
494 |
+
| 29.7075 | 16250 | 0.0 | - |
|
495 |
+
| 29.7989 | 16300 | 0.0 | - |
|
496 |
+
| 29.8903 | 16350 | 0.0 | - |
|
497 |
+
| 29.9817 | 16400 | 0.0 | - |
|
498 |
+
|
499 |
+
### Framework Versions
|
500 |
+
- Python: 3.10.12
|
501 |
+
- SetFit: 1.1.0
|
502 |
+
- Sentence Transformers: 3.3.1
|
503 |
+
- Transformers: 4.44.2
|
504 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
505 |
+
- Datasets: 3.2.0
|
506 |
+
- Tokenizers: 0.19.1
|
507 |
+
|
508 |
+
## Citation
|
509 |
+
|
510 |
+
### BibTeX
|
511 |
+
```bibtex
|
512 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
513 |
+
doi = {10.48550/ARXIV.2209.11055},
|
514 |
+
url = {https://arxiv.org/abs/2209.11055},
|
515 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
516 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
517 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
518 |
+
publisher = {arXiv},
|
519 |
+
year = {2022},
|
520 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
521 |
+
}
|
522 |
+
```
|
523 |
+
|
524 |
+
<!--
|
525 |
+
## Glossary
|
526 |
+
|
527 |
+
*Clearly define terms in order to be accessible across audiences.*
|
528 |
+
-->
|
529 |
+
|
530 |
+
<!--
|
531 |
+
## Model Card Authors
|
532 |
+
|
533 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
534 |
+
-->
|
535 |
+
|
536 |
+
<!--
|
537 |
+
## Model Card Contact
|
538 |
+
|
539 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
540 |
+
-->
|
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:37e4b36c61e3db54dbdc8f71bfc1795717fdf10e9e6c6d4efc4c56a43da51b5c
|
3 |
+
size 442494816
|
model_head.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83d3b82ae59e346c5bf286046c2fa4b19d41cbd7f778a7502dff56ad0e183889
|
3 |
+
size 43967
|
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
|
|