Push model using huggingface_hub.
Browse files- 1_Pooling/config.json +10 -0
- README.md +545 -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,545 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 리엔 흑모비책 골드 염색약 90g X 3개 (자연갈색/짙은갈색/흑갈색/흑색) 짙은갈색 3개 위메프 > 생활·주방·반려동물 > 바디/헤어
|
| 14 |
+
> 샴푸/린스/헤어케어;위메프 > 생활·주방·반려동물 > 세제/구강 > 세탁세제/섬유유연제;위메프 > 생활·주방·반려동물 > 바디/헤어 >
|
| 15 |
+
샴푸/린스/헤어케어 > 샴푸/린스;위메프 > 생활·주방·반려동물 > 세제/구강 > 세탁세제/섬유유연제 > 세탁세제;위메프 > 뷰티 > 선케어
|
| 16 |
+
> 선밤/선스틱 > 선밤/선스틱;위메프 > 뷰티 > 선케어 > 선크림/선블록 > 선크림/선블록;위메프 > 뷰티 > 바디/헤어 > 헤어염색/파마/왁스
|
| 17 |
+
> 염색약;위메프 > 뷰티 > 바디/헤어 > 바디케어/워시/제모 > 바디워시/스크럽;위메프 > 뷰티 > 바디/헤어 > 샴푸/린스/헤어케어 >
|
| 18 |
+
샴푸/린스;위메프 > 생활·주방용품 > 세제/구강 > 세탁세제/섬유유연제;위메프 > 생활·주방·반려동물 > 바디/헤어 > 헤어염색/파마/왁스;(#M)위메프
|
| 19 |
+
> 생활·주방용품 > 바디/헤어 > 헤어염색/파마/왁스 > 염색약 위메프 > 뷰티 > 바디/헤어 > 샴푸/린스/헤어케어
|
| 20 |
+
- text: 로레알 헤어케어 매직 리터치 75ml 새치 빈틈 브라운 LotteOn > 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어스프레이 LotteOn
|
| 21 |
+
> 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어스프레이
|
| 22 |
+
- text: 로레알파리 매직 리터치 75 ml 브라운 × 1개 LotteOn > 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어스프레이 LotteOn
|
| 23 |
+
> 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어스프레이
|
| 24 |
+
- text: 아모스 스타일 익스프레션 몰딩 글레이즈300ml MinSellAmount (#M)바디/헤어>헤어스타일링>헤어글레이즈 Gmarket >
|
| 25 |
+
뷰티 > 바디/헤어 > 헤어스타일링 > 헤어글레이즈
|
| 26 |
+
- text: 시세이도 프리미언스 엔리치 염색약 80g 새치 프리미언스(패션/멋내기)_웜베이지 Wbe-6_(산화제포함) (#M)홈>화장품/미용>헤어스타일링>염색약
|
| 27 |
+
Naverstore > 화장품/미용 > 헤어스타일링 > 염색약
|
| 28 |
+
inference: true
|
| 29 |
+
model-index:
|
| 30 |
+
- name: SetFit with klue/roberta-base
|
| 31 |
+
results:
|
| 32 |
+
- task:
|
| 33 |
+
type: text-classification
|
| 34 |
+
name: Text Classification
|
| 35 |
+
dataset:
|
| 36 |
+
name: Unknown
|
| 37 |
+
type: unknown
|
| 38 |
+
split: test
|
| 39 |
+
metrics:
|
| 40 |
+
- type: accuracy
|
| 41 |
+
value: 0.9464963578536986
|
| 42 |
+
name: Accuracy
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
# SetFit with klue/roberta-base
|
| 46 |
+
|
| 47 |
+
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.
|
| 48 |
+
|
| 49 |
+
The model has been trained using an efficient few-shot learning technique that involves:
|
| 50 |
+
|
| 51 |
+
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 52 |
+
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 53 |
+
|
| 54 |
+
## Model Details
|
| 55 |
+
|
| 56 |
+
### Model Description
|
| 57 |
+
- **Model Type:** SetFit
|
| 58 |
+
- **Sentence Transformer body:** [klue/roberta-base](https://huggingface.co/klue/roberta-base)
|
| 59 |
+
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
|
| 60 |
+
- **Maximum Sequence Length:** 512 tokens
|
| 61 |
+
- **Number of Classes:** 7 classes
|
| 62 |
+
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
|
| 63 |
+
<!-- - **Language:** Unknown -->
|
| 64 |
+
<!-- - **License:** Unknown -->
|
| 65 |
+
|
| 66 |
+
### Model Sources
|
| 67 |
+
|
| 68 |
+
- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
|
| 69 |
+
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
|
| 70 |
+
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
|
| 71 |
+
|
| 72 |
+
### Model Labels
|
| 73 |
+
| Label | Examples |
|
| 74 |
+
|:------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 75 |
+
| 6 | <ul><li>'이희 마블 에센스 헤어 팩트 다크브라운 본품 LotteOn > 뷰티 > 헤어스타일링 > 염색약 LotteOn > 뷰티 > 헤어스타일링 > 염색약'</li><li>'더마클라센 스타일앤 볼륨짱짱 흑채 스프레이 블랙 120ml x5 MinSellAmount (#M)바디/헤어>헤어스타일링>염색약 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 염색약'</li><li>'이희 마블 에센스 헤어 팩트 블랙 본품 (#M)홈>화장품/미용>헤어케어>탈모케어 Naverstore > 화장품/미용 > 헤어케어 > 탈모케어'</li></ul> |
|
| 76 |
+
| 2 | <ul><li>'웰라 크레아틴 플러스 쉐이프 N 펌 에멀전/건강/파마약 (#M)화장품/미용>헤어스타일링>파마약>웨이브 AD > traverse > Naverstore > 화장품/미용 > 헤어케어 > 파마약 > 웨이브'</li><li>'아모스 루미네이터 익스트림/하드/노멀/소프트/택 MinSellAmount (#M)바디/헤어>헤어스타일링>탈색제 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 탈색제'</li><li>'아모스 실키블루밍 펌 1제2제 SET 파마약 MinSellAmount (#M)바디/헤어>헤어스타일링>파마약 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 파마약'</li></ul> |
|
| 77 |
+
| 5 | <ul><li>'300ml펌프형 아르드포 헤어젤 (#M)SSG.COM/헤어/바디/헤어스타일링/헤어왁스/젤 ssg > 뷰티 > 헤어/바디 > 헤어스타일링 > 헤어왁스/젤'</li><li>'아르드포 헤어케어 헤어젤 180ml (#M)SSG.COM/헤어/바디/헤어기기/소품/기타헤어기기 ssg > 뷰티 > 헤어/바디 > 헤어기기/소품 > 기타헤어기기'</li><li>'(NC)LG 아르드포 헤어젤 튜브 180ml (#M)SSG.COM/헤어/바디/헤어기기/소품/기타헤어기기 ssg > 뷰티 > 헤어/바디 > 헤어기기/소품 > 기타헤어기기'</li></ul> |
|
| 78 |
+
| 0 | <ul><li>'엘라스틴 살롱드컬러 새치염색약 100g x3개 +샴푸 증정 03)밝은갈색 ssg > 뷰티 > 헤어/바디 > 헤어스타일링 > 염색약;ssg > 뷰티 > 미용기기/소품 > 바디관리기기;ssg > 뷰티 > 헤어/바디 > 헤어케어 > 샴푸;ssg > 뷰티 > 헤어/바디 > 헤어케어;ssg > 뷰티 > 헤어/바디 > 헤어스타일링 ssg > 뷰티 > 헤어/바디 > 헤어스타일링'</li><li>'댕기머리 포르테 프레스티지 4종옵션 /한방칼라크림 새치머리 염색약 4호 (자연갈색) (#M)11st>헤어케어>염색약>새치용염색약 11st > 뷰티 > 헤어케어 > 염색약 > 새치용염색약'</li><li>'리엔 흑모비책 골드 염색약 1입 x3개 자연갈색 (#M)바디/헤어>헤어스타일링>염색약 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 염색약'</li></ul> |
|
| 79 |
+
| 4 | <ul><li>'아르드포 헤어스프레이 280ml (#M)SSG.COM/헤어/바디/헤어기기/소품/기타헤어기기 ssg > 뷰티 > 헤어/바디 > 헤어기기/소품 > 기타헤어기기'</li><li>'꽃을든남자 헤어케어시스템 헤어 스프레이(달콤한과일향) 300ml x 5개 MinSellAmount (#M)바디/헤어>헤어스타일링>헤어스프레이 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 헤어스프레이'</li><li>'헤드스파7 블루밍매직 헤어스타일러 50ml MinSellAmount (#M)바디/헤어>헤어케어>헤어트리트먼트 Gmarket > 뷰티 > 바디/헤어 > 헤어케어 > 헤어트리트먼트'</li></ul> |
|
| 80 |
+
| 1 | <ul><li>'미쟝센 컬링에센스2X 숏스타일 150ml x2 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 트리트먼트/헤어팩 LotteOn > 뷰티 > 헤어/바디 > 헤어케어 > 트리트먼트/헤어팩'</li><li>'미쟝센 컬링에센스2X 숏스타일 230ml 미쟝센 컬링에센스2X 숏스타일 230ml 홈>헤어케어>스타일링/에센스X>헤어에센스X;홈>헤어케어>스타일링/에센스>헤어에센스;(#M)홈>헤어케어>에센스>에센스 OLIVEYOUNG > 헤어케어 > 에센스 > 에센스'</li><li>'4개)미쟝센스테이지컬렉션 컬링에센스2X 탄력웨이브150ml 선택없음 Coupang > 뷰티 > 헤어 > 헤어스타일링 > 컬크림;(#M)쿠팡 홈>뷰티>헤어>헤어스타일링>컬크림 Coupang > 뷰티 > 헤어 > 헤어스타일링 > 컬크림'</li></ul> |
|
| 81 |
+
| 3 | <ul><li>'128 브러쉬 단품없음 LotteOn > 뷰티 > 뷰티기기 > 액세서리/소모품 LotteOn > 뷰티 > 뷰티기기 > 액세서리/소모품'</li><li>'리엔 (엘라스틴) 살롱드 컬러 팡팡 헤어쿠션 (짙은갈색) x 3개 짙은갈색 (#M)바디/헤어>헤어스타일링>염색약 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 염색약'</li><li>'[이지피지] 해피펀치 헤어 커버스틱 3.5g (옵션) 옵션:1호 라이트 헤어 쿠팡 홈>뷰티>뷰티소품>피부관리기>롤러/마사지기;쿠팡 홈>선물스토어>생일선물>여성선물>이미용가전>롤링미용기기;쿠팡 홈>선물스토어>생일>이미용가전>셀프스킨케어>롤링미용기기;(#M)쿠팡 홈>뷰티>헤어>염색/파마>헤어메이크업>헤어섀도/마스카라 Coupang > 뷰티 > 헤어 > 염색/파마 > 헤어메이크업 > 헤어섀도/마스카라'</li></ul> |
|
| 82 |
+
|
| 83 |
+
## Evaluation
|
| 84 |
+
|
| 85 |
+
### Metrics
|
| 86 |
+
| Label | Accuracy |
|
| 87 |
+
|:--------|:---------|
|
| 88 |
+
| **all** | 0.9465 |
|
| 89 |
+
|
| 90 |
+
## Uses
|
| 91 |
+
|
| 92 |
+
### Direct Use for Inference
|
| 93 |
+
|
| 94 |
+
First install the SetFit library:
|
| 95 |
+
|
| 96 |
+
```bash
|
| 97 |
+
pip install setfit
|
| 98 |
+
```
|
| 99 |
+
|
| 100 |
+
Then you can load this model and run inference.
|
| 101 |
+
|
| 102 |
+
```python
|
| 103 |
+
from setfit import SetFitModel
|
| 104 |
+
|
| 105 |
+
# Download from the 🤗 Hub
|
| 106 |
+
model = SetFitModel.from_pretrained("mini1013/master_item_top_bt12")
|
| 107 |
+
# Run inference
|
| 108 |
+
preds = model("아모스 스타일 익스프레션 몰딩 글레이즈300ml MinSellAmount (#M)바디/헤어>헤어스타일링>헤어글레이즈 Gmarket > 뷰티 > 바디/헤어 > 헤어스타일링 > 헤어글레이즈")
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
<!--
|
| 112 |
+
### Downstream Use
|
| 113 |
+
|
| 114 |
+
*List how someone could finetune this model on their own dataset.*
|
| 115 |
+
-->
|
| 116 |
+
|
| 117 |
+
<!--
|
| 118 |
+
### Out-of-Scope Use
|
| 119 |
+
|
| 120 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 121 |
+
-->
|
| 122 |
+
|
| 123 |
+
<!--
|
| 124 |
+
## Bias, Risks and Limitations
|
| 125 |
+
|
| 126 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 127 |
+
-->
|
| 128 |
+
|
| 129 |
+
<!--
|
| 130 |
+
### Recommendations
|
| 131 |
+
|
| 132 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 133 |
+
-->
|
| 134 |
+
|
| 135 |
+
## Training Details
|
| 136 |
+
|
| 137 |
+
### Training Set Metrics
|
| 138 |
+
| Training set | Min | Median | Max |
|
| 139 |
+
|:-------------|:----|:--------|:----|
|
| 140 |
+
| Word count | 11 | 22.4371 | 93 |
|
| 141 |
+
|
| 142 |
+
| Label | Training Sample Count |
|
| 143 |
+
|:------|:----------------------|
|
| 144 |
+
| 0 | 50 |
|
| 145 |
+
| 1 | 50 |
|
| 146 |
+
| 2 | 50 |
|
| 147 |
+
| 3 | 50 |
|
| 148 |
+
| 4 | 50 |
|
| 149 |
+
| 5 | 50 |
|
| 150 |
+
| 6 | 50 |
|
| 151 |
+
|
| 152 |
+
### Training Hyperparameters
|
| 153 |
+
- batch_size: (64, 64)
|
| 154 |
+
- num_epochs: (30, 30)
|
| 155 |
+
- max_steps: -1
|
| 156 |
+
- sampling_strategy: oversampling
|
| 157 |
+
- num_iterations: 100
|
| 158 |
+
- body_learning_rate: (2e-05, 1e-05)
|
| 159 |
+
- head_learning_rate: 0.01
|
| 160 |
+
- loss: CosineSimilarityLoss
|
| 161 |
+
- distance_metric: cosine_distance
|
| 162 |
+
- margin: 0.25
|
| 163 |
+
- end_to_end: False
|
| 164 |
+
- use_amp: False
|
| 165 |
+
- warmup_proportion: 0.1
|
| 166 |
+
- l2_weight: 0.01
|
| 167 |
+
- seed: 42
|
| 168 |
+
- eval_max_steps: -1
|
| 169 |
+
- load_best_model_at_end: False
|
| 170 |
+
|
| 171 |
+
### Training Results
|
| 172 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
| 173 |
+
|:-------:|:-----:|:-------------:|:---------------:|
|
| 174 |
+
| 0.0018 | 1 | 0.5286 | - |
|
| 175 |
+
| 0.0914 | 50 | 0.4469 | - |
|
| 176 |
+
| 0.1828 | 100 | 0.4235 | - |
|
| 177 |
+
| 0.2742 | 150 | 0.361 | - |
|
| 178 |
+
| 0.3656 | 200 | 0.2736 | - |
|
| 179 |
+
| 0.4570 | 250 | 0.1705 | - |
|
| 180 |
+
| 0.5484 | 300 | 0.0988 | - |
|
| 181 |
+
| 0.6399 | 350 | 0.0709 | - |
|
| 182 |
+
| 0.7313 | 400 | 0.0516 | - |
|
| 183 |
+
| 0.8227 | 450 | 0.0467 | - |
|
| 184 |
+
| 0.9141 | 500 | 0.0477 | - |
|
| 185 |
+
| 1.0055 | 550 | 0.0442 | - |
|
| 186 |
+
| 1.0969 | 600 | 0.0241 | - |
|
| 187 |
+
| 1.1883 | 650 | 0.0238 | - |
|
| 188 |
+
| 1.2797 | 700 | 0.0213 | - |
|
| 189 |
+
| 1.3711 | 750 | 0.0248 | - |
|
| 190 |
+
| 1.4625 | 800 | 0.0202 | - |
|
| 191 |
+
| 1.5539 | 850 | 0.0209 | - |
|
| 192 |
+
| 1.6453 | 900 | 0.0206 | - |
|
| 193 |
+
| 1.7367 | 950 | 0.0203 | - |
|
| 194 |
+
| 1.8282 | 1000 | 0.0229 | - |
|
| 195 |
+
| 1.9196 | 1050 | 0.011 | - |
|
| 196 |
+
| 2.0110 | 1100 | 0.0003 | - |
|
| 197 |
+
| 2.1024 | 1150 | 0.0002 | - |
|
| 198 |
+
| 2.1938 | 1200 | 0.0002 | - |
|
| 199 |
+
| 2.2852 | 1250 | 0.0001 | - |
|
| 200 |
+
| 2.3766 | 1300 | 0.0003 | - |
|
| 201 |
+
| 2.4680 | 1350 | 0.0001 | - |
|
| 202 |
+
| 2.5594 | 1400 | 0.0001 | - |
|
| 203 |
+
| 2.6508 | 1450 | 0.0 | - |
|
| 204 |
+
| 2.7422 | 1500 | 0.0 | - |
|
| 205 |
+
| 2.8336 | 1550 | 0.0 | - |
|
| 206 |
+
| 2.9250 | 1600 | 0.0 | - |
|
| 207 |
+
| 3.0165 | 1650 | 0.0 | - |
|
| 208 |
+
| 3.1079 | 1700 | 0.0 | - |
|
| 209 |
+
| 3.1993 | 1750 | 0.0 | - |
|
| 210 |
+
| 3.2907 | 1800 | 0.0 | - |
|
| 211 |
+
| 3.3821 | 1850 | 0.0 | - |
|
| 212 |
+
| 3.4735 | 1900 | 0.0 | - |
|
| 213 |
+
| 3.5649 | 1950 | 0.0004 | - |
|
| 214 |
+
| 3.6563 | 2000 | 0.0003 | - |
|
| 215 |
+
| 3.7477 | 2050 | 0.0004 | - |
|
| 216 |
+
| 3.8391 | 2100 | 0.001 | - |
|
| 217 |
+
| 3.9305 | 2150 | 0.0005 | - |
|
| 218 |
+
| 4.0219 | 2200 | 0.0 | - |
|
| 219 |
+
| 4.1133 | 2250 | 0.0 | - |
|
| 220 |
+
| 4.2048 | 2300 | 0.0 | - |
|
| 221 |
+
| 4.2962 | 2350 | 0.0 | - |
|
| 222 |
+
| 4.3876 | 2400 | 0.0 | - |
|
| 223 |
+
| 4.4790 | 2450 | 0.0 | - |
|
| 224 |
+
| 4.5704 | 2500 | 0.0 | - |
|
| 225 |
+
| 4.6618 | 2550 | 0.0 | - |
|
| 226 |
+
| 4.7532 | 2600 | 0.0 | - |
|
| 227 |
+
| 4.8446 | 2650 | 0.0 | - |
|
| 228 |
+
| 4.9360 | 2700 | 0.0003 | - |
|
| 229 |
+
| 5.0274 | 2750 | 0.0 | - |
|
| 230 |
+
| 5.1188 | 2800 | 0.0 | - |
|
| 231 |
+
| 5.2102 | 2850 | 0.0 | - |
|
| 232 |
+
| 5.3016 | 2900 | 0.0 | - |
|
| 233 |
+
| 5.3931 | 2950 | 0.0 | - |
|
| 234 |
+
| 5.4845 | 3000 | 0.0 | - |
|
| 235 |
+
| 5.5759 | 3050 | 0.0 | - |
|
| 236 |
+
| 5.6673 | 3100 | 0.0 | - |
|
| 237 |
+
| 5.7587 | 3150 | 0.0 | - |
|
| 238 |
+
| 5.8501 | 3200 | 0.0 | - |
|
| 239 |
+
| 5.9415 | 3250 | 0.0 | - |
|
| 240 |
+
| 6.0329 | 3300 | 0.0 | - |
|
| 241 |
+
| 6.1243 | 3350 | 0.0001 | - |
|
| 242 |
+
| 6.2157 | 3400 | 0.0009 | - |
|
| 243 |
+
| 6.3071 | 3450 | 0.0008 | - |
|
| 244 |
+
| 6.3985 | 3500 | 0.0007 | - |
|
| 245 |
+
| 6.4899 | 3550 | 0.0001 | - |
|
| 246 |
+
| 6.5814 | 3600 | 0.0 | - |
|
| 247 |
+
| 6.6728 | 3650 | 0.0 | - |
|
| 248 |
+
| 6.7642 | 3700 | 0.0 | - |
|
| 249 |
+
| 6.8556 | 3750 | 0.0 | - |
|
| 250 |
+
| 6.9470 | 3800 | 0.0 | - |
|
| 251 |
+
| 7.0384 | 3850 | 0.0 | - |
|
| 252 |
+
| 7.1298 | 3900 | 0.0 | - |
|
| 253 |
+
| 7.2212 | 3950 | 0.0 | - |
|
| 254 |
+
| 7.3126 | 4000 | 0.0 | - |
|
| 255 |
+
| 7.4040 | 4050 | 0.0 | - |
|
| 256 |
+
| 7.4954 | 4100 | 0.0 | - |
|
| 257 |
+
| 7.5868 | 4150 | 0.0 | - |
|
| 258 |
+
| 7.6782 | 4200 | 0.0 | - |
|
| 259 |
+
| 7.7697 | 4250 | 0.0002 | - |
|
| 260 |
+
| 7.8611 | 4300 | 0.0 | - |
|
| 261 |
+
| 7.9525 | 4350 | 0.0 | - |
|
| 262 |
+
| 8.0439 | 4400 | 0.0 | - |
|
| 263 |
+
| 8.1353 | 4450 | 0.0 | - |
|
| 264 |
+
| 8.2267 | 4500 | 0.0 | - |
|
| 265 |
+
| 8.3181 | 4550 | 0.0 | - |
|
| 266 |
+
| 8.4095 | 4600 | 0.0 | - |
|
| 267 |
+
| 8.5009 | 4650 | 0.0 | - |
|
| 268 |
+
| 8.5923 | 4700 | 0.0 | - |
|
| 269 |
+
| 8.6837 | 4750 | 0.0 | - |
|
| 270 |
+
| 8.7751 | 4800 | 0.0 | - |
|
| 271 |
+
| 8.8665 | 4850 | 0.0 | - |
|
| 272 |
+
| 8.9580 | 4900 | 0.0 | - |
|
| 273 |
+
| 9.0494 | 4950 | 0.0 | - |
|
| 274 |
+
| 9.1408 | 5000 | 0.0 | - |
|
| 275 |
+
| 9.2322 | 5050 | 0.0 | - |
|
| 276 |
+
| 9.3236 | 5100 | 0.0 | - |
|
| 277 |
+
| 9.4150 | 5150 | 0.0 | - |
|
| 278 |
+
| 9.5064 | 5200 | 0.0003 | - |
|
| 279 |
+
| 9.5978 | 5250 | 0.0013 | - |
|
| 280 |
+
| 9.6892 | 5300 | 0.0 | - |
|
| 281 |
+
| 9.7806 | 5350 | 0.0 | - |
|
| 282 |
+
| 9.8720 | 5400 | 0.0 | - |
|
| 283 |
+
| 9.9634 | 5450 | 0.0 | - |
|
| 284 |
+
| 10.0548 | 5500 | 0.0 | - |
|
| 285 |
+
| 10.1463 | 5550 | 0.0 | - |
|
| 286 |
+
| 10.2377 | 5600 | 0.0 | - |
|
| 287 |
+
| 10.3291 | 5650 | 0.0 | - |
|
| 288 |
+
| 10.4205 | 5700 | 0.0 | - |
|
| 289 |
+
| 10.5119 | 5750 | 0.0 | - |
|
| 290 |
+
| 10.6033 | 5800 | 0.0 | - |
|
| 291 |
+
| 10.6947 | 5850 | 0.0 | - |
|
| 292 |
+
| 10.7861 | 5900 | 0.0 | - |
|
| 293 |
+
| 10.8775 | 5950 | 0.0 | - |
|
| 294 |
+
| 10.9689 | 6000 | 0.0 | - |
|
| 295 |
+
| 11.0603 | 6050 | 0.0 | - |
|
| 296 |
+
| 11.1517 | 6100 | 0.0 | - |
|
| 297 |
+
| 11.2431 | 6150 | 0.0 | - |
|
| 298 |
+
| 11.3346 | 6200 | 0.0 | - |
|
| 299 |
+
| 11.4260 | 6250 | 0.0 | - |
|
| 300 |
+
| 11.5174 | 6300 | 0.0 | - |
|
| 301 |
+
| 11.6088 | 6350 | 0.0 | - |
|
| 302 |
+
| 11.7002 | 6400 | 0.0 | - |
|
| 303 |
+
| 11.7916 | 6450 | 0.0 | - |
|
| 304 |
+
| 11.8830 | 6500 | 0.0 | - |
|
| 305 |
+
| 11.9744 | 6550 | 0.0 | - |
|
| 306 |
+
| 12.0658 | 6600 | 0.0 | - |
|
| 307 |
+
| 12.1572 | 6650 | 0.0 | - |
|
| 308 |
+
| 12.2486 | 6700 | 0.0 | - |
|
| 309 |
+
| 12.3400 | 6750 | 0.0 | - |
|
| 310 |
+
| 12.4314 | 6800 | 0.0 | - |
|
| 311 |
+
| 12.5229 | 6850 | 0.0 | - |
|
| 312 |
+
| 12.6143 | 6900 | 0.0 | - |
|
| 313 |
+
| 12.7057 | 6950 | 0.0 | - |
|
| 314 |
+
| 12.7971 | 7000 | 0.0 | - |
|
| 315 |
+
| 12.8885 | 7050 | 0.0 | - |
|
| 316 |
+
| 12.9799 | 7100 | 0.0 | - |
|
| 317 |
+
| 13.0713 | 7150 | 0.0 | - |
|
| 318 |
+
| 13.1627 | 7200 | 0.0 | - |
|
| 319 |
+
| 13.2541 | 7250 | 0.0 | - |
|
| 320 |
+
| 13.3455 | 7300 | 0.0 | - |
|
| 321 |
+
| 13.4369 | 7350 | 0.0 | - |
|
| 322 |
+
| 13.5283 | 7400 | 0.0 | - |
|
| 323 |
+
| 13.6197 | 7450 | 0.0 | - |
|
| 324 |
+
| 13.7112 | 7500 | 0.0 | - |
|
| 325 |
+
| 13.8026 | 7550 | 0.0 | - |
|
| 326 |
+
| 13.8940 | 7600 | 0.0 | - |
|
| 327 |
+
| 13.9854 | 7650 | 0.0 | - |
|
| 328 |
+
| 14.0768 | 7700 | 0.0 | - |
|
| 329 |
+
| 14.1682 | 7750 | 0.0 | - |
|
| 330 |
+
| 14.2596 | 7800 | 0.0 | - |
|
| 331 |
+
| 14.3510 | 7850 | 0.0 | - |
|
| 332 |
+
| 14.4424 | 7900 | 0.0 | - |
|
| 333 |
+
| 14.5338 | 7950 | 0.0 | - |
|
| 334 |
+
| 14.6252 | 8000 | 0.0 | - |
|
| 335 |
+
| 14.7166 | 8050 | 0.0 | - |
|
| 336 |
+
| 14.8080 | 8100 | 0.0 | - |
|
| 337 |
+
| 14.8995 | 8150 | 0.0 | - |
|
| 338 |
+
| 14.9909 | 8200 | 0.0 | - |
|
| 339 |
+
| 15.0823 | 8250 | 0.0 | - |
|
| 340 |
+
| 15.1737 | 8300 | 0.0 | - |
|
| 341 |
+
| 15.2651 | 8350 | 0.0 | - |
|
| 342 |
+
| 15.3565 | 8400 | 0.0 | - |
|
| 343 |
+
| 15.4479 | 8450 | 0.0 | - |
|
| 344 |
+
| 15.5393 | 8500 | 0.0 | - |
|
| 345 |
+
| 15.6307 | 8550 | 0.0 | - |
|
| 346 |
+
| 15.7221 | 8600 | 0.0 | - |
|
| 347 |
+
| 15.8135 | 8650 | 0.0 | - |
|
| 348 |
+
| 15.9049 | 8700 | 0.0 | - |
|
| 349 |
+
| 15.9963 | 8750 | 0.0 | - |
|
| 350 |
+
| 16.0878 | 8800 | 0.0 | - |
|
| 351 |
+
| 16.1792 | 8850 | 0.0 | - |
|
| 352 |
+
| 16.2706 | 8900 | 0.0 | - |
|
| 353 |
+
| 16.3620 | 8950 | 0.0 | - |
|
| 354 |
+
| 16.4534 | 9000 | 0.0 | - |
|
| 355 |
+
| 16.5448 | 9050 | 0.0 | - |
|
| 356 |
+
| 16.6362 | 9100 | 0.0 | - |
|
| 357 |
+
| 16.7276 | 9150 | 0.0 | - |
|
| 358 |
+
| 16.8190 | 9200 | 0.0 | - |
|
| 359 |
+
| 16.9104 | 9250 | 0.0 | - |
|
| 360 |
+
| 17.0018 | 9300 | 0.0 | - |
|
| 361 |
+
| 17.0932 | 9350 | 0.0 | - |
|
| 362 |
+
| 17.1846 | 9400 | 0.0 | - |
|
| 363 |
+
| 17.2761 | 9450 | 0.0 | - |
|
| 364 |
+
| 17.3675 | 9500 | 0.0 | - |
|
| 365 |
+
| 17.4589 | 9550 | 0.0 | - |
|
| 366 |
+
| 17.5503 | 9600 | 0.0 | - |
|
| 367 |
+
| 17.6417 | 9650 | 0.0 | - |
|
| 368 |
+
| 17.7331 | 9700 | 0.0 | - |
|
| 369 |
+
| 17.8245 | 9750 | 0.0 | - |
|
| 370 |
+
| 17.9159 | 9800 | 0.0 | - |
|
| 371 |
+
| 18.0073 | 9850 | 0.0 | - |
|
| 372 |
+
| 18.0987 | 9900 | 0.0 | - |
|
| 373 |
+
| 18.1901 | 9950 | 0.0 | - |
|
| 374 |
+
| 18.2815 | 10000 | 0.0 | - |
|
| 375 |
+
| 18.3729 | 10050 | 0.0 | - |
|
| 376 |
+
| 18.4644 | 10100 | 0.0 | - |
|
| 377 |
+
| 18.5558 | 10150 | 0.0 | - |
|
| 378 |
+
| 18.6472 | 10200 | 0.0 | - |
|
| 379 |
+
| 18.7386 | 10250 | 0.0 | - |
|
| 380 |
+
| 18.8300 | 10300 | 0.0 | - |
|
| 381 |
+
| 18.9214 | 10350 | 0.0 | - |
|
| 382 |
+
| 19.0128 | 10400 | 0.0 | - |
|
| 383 |
+
| 19.1042 | 10450 | 0.0 | - |
|
| 384 |
+
| 19.1956 | 10500 | 0.0 | - |
|
| 385 |
+
| 19.2870 | 10550 | 0.0 | - |
|
| 386 |
+
| 19.3784 | 10600 | 0.0 | - |
|
| 387 |
+
| 19.4698 | 10650 | 0.0 | - |
|
| 388 |
+
| 19.5612 | 10700 | 0.0 | - |
|
| 389 |
+
| 19.6527 | 10750 | 0.0 | - |
|
| 390 |
+
| 19.7441 | 10800 | 0.0 | - |
|
| 391 |
+
| 19.8355 | 10850 | 0.0 | - |
|
| 392 |
+
| 19.9269 | 10900 | 0.0 | - |
|
| 393 |
+
| 20.0183 | 10950 | 0.0 | - |
|
| 394 |
+
| 20.1097 | 11000 | 0.0 | - |
|
| 395 |
+
| 20.2011 | 11050 | 0.0 | - |
|
| 396 |
+
| 20.2925 | 11100 | 0.0 | - |
|
| 397 |
+
| 20.3839 | 11150 | 0.0 | - |
|
| 398 |
+
| 20.4753 | 11200 | 0.0 | - |
|
| 399 |
+
| 20.5667 | 11250 | 0.0 | - |
|
| 400 |
+
| 20.6581 | 11300 | 0.0 | - |
|
| 401 |
+
| 20.7495 | 11350 | 0.0 | - |
|
| 402 |
+
| 20.8410 | 11400 | 0.0 | - |
|
| 403 |
+
| 20.9324 | 11450 | 0.0 | - |
|
| 404 |
+
| 21.0238 | 11500 | 0.0 | - |
|
| 405 |
+
| 21.1152 | 11550 | 0.0 | - |
|
| 406 |
+
| 21.2066 | 11600 | 0.0 | - |
|
| 407 |
+
| 21.2980 | 11650 | 0.0 | - |
|
| 408 |
+
| 21.3894 | 11700 | 0.0 | - |
|
| 409 |
+
| 21.4808 | 11750 | 0.0 | - |
|
| 410 |
+
| 21.5722 | 11800 | 0.0 | - |
|
| 411 |
+
| 21.6636 | 11850 | 0.0 | - |
|
| 412 |
+
| 21.7550 | 11900 | 0.0 | - |
|
| 413 |
+
| 21.8464 | 11950 | 0.0 | - |
|
| 414 |
+
| 21.9378 | 12000 | 0.0 | - |
|
| 415 |
+
| 22.0293 | 12050 | 0.0 | - |
|
| 416 |
+
| 22.1207 | 12100 | 0.0 | - |
|
| 417 |
+
| 22.2121 | 12150 | 0.0 | - |
|
| 418 |
+
| 22.3035 | 12200 | 0.0 | - |
|
| 419 |
+
| 22.3949 | 12250 | 0.0 | - |
|
| 420 |
+
| 22.4863 | 12300 | 0.0 | - |
|
| 421 |
+
| 22.5777 | 12350 | 0.0 | - |
|
| 422 |
+
| 22.6691 | 12400 | 0.0 | - |
|
| 423 |
+
| 22.7605 | 12450 | 0.0 | - |
|
| 424 |
+
| 22.8519 | 12500 | 0.0 | - |
|
| 425 |
+
| 22.9433 | 12550 | 0.0 | - |
|
| 426 |
+
| 23.0347 | 12600 | 0.0 | - |
|
| 427 |
+
| 23.1261 | 12650 | 0.0 | - |
|
| 428 |
+
| 23.2176 | 12700 | 0.0 | - |
|
| 429 |
+
| 23.3090 | 12750 | 0.0 | - |
|
| 430 |
+
| 23.4004 | 12800 | 0.0 | - |
|
| 431 |
+
| 23.4918 | 12850 | 0.0 | - |
|
| 432 |
+
| 23.5832 | 12900 | 0.0 | - |
|
| 433 |
+
| 23.6746 | 12950 | 0.0 | - |
|
| 434 |
+
| 23.7660 | 13000 | 0.0 | - |
|
| 435 |
+
| 23.8574 | 13050 | 0.0 | - |
|
| 436 |
+
| 23.9488 | 13100 | 0.0 | - |
|
| 437 |
+
| 24.0402 | 13150 | 0.0 | - |
|
| 438 |
+
| 24.1316 | 13200 | 0.0 | - |
|
| 439 |
+
| 24.2230 | 13250 | 0.0 | - |
|
| 440 |
+
| 24.3144 | 13300 | 0.0 | - |
|
| 441 |
+
| 24.4059 | 13350 | 0.0 | - |
|
| 442 |
+
| 24.4973 | 13400 | 0.0 | - |
|
| 443 |
+
| 24.5887 | 13450 | 0.0 | - |
|
| 444 |
+
| 24.6801 | 13500 | 0.0 | - |
|
| 445 |
+
| 24.7715 | 13550 | 0.0 | - |
|
| 446 |
+
| 24.8629 | 13600 | 0.0 | - |
|
| 447 |
+
| 24.9543 | 13650 | 0.0 | - |
|
| 448 |
+
| 25.0457 | 13700 | 0.0 | - |
|
| 449 |
+
| 25.1371 | 13750 | 0.0 | - |
|
| 450 |
+
| 25.2285 | 13800 | 0.0 | - |
|
| 451 |
+
| 25.3199 | 13850 | 0.0 | - |
|
| 452 |
+
| 25.4113 | 13900 | 0.0 | - |
|
| 453 |
+
| 25.5027 | 13950 | 0.0 | - |
|
| 454 |
+
| 25.5941 | 14000 | 0.0 | - |
|
| 455 |
+
| 25.6856 | 14050 | 0.0 | - |
|
| 456 |
+
| 25.7770 | 14100 | 0.0 | - |
|
| 457 |
+
| 25.8684 | 14150 | 0.0 | - |
|
| 458 |
+
| 25.9598 | 14200 | 0.0 | - |
|
| 459 |
+
| 26.0512 | 14250 | 0.0 | - |
|
| 460 |
+
| 26.1426 | 14300 | 0.0 | - |
|
| 461 |
+
| 26.2340 | 14350 | 0.0 | - |
|
| 462 |
+
| 26.3254 | 14400 | 0.0 | - |
|
| 463 |
+
| 26.4168 | 14450 | 0.0 | - |
|
| 464 |
+
| 26.5082 | 14500 | 0.0 | - |
|
| 465 |
+
| 26.5996 | 14550 | 0.0 | - |
|
| 466 |
+
| 26.6910 | 14600 | 0.0 | - |
|
| 467 |
+
| 26.7824 | 14650 | 0.0 | - |
|
| 468 |
+
| 26.8739 | 14700 | 0.0 | - |
|
| 469 |
+
| 26.9653 | 14750 | 0.0 | - |
|
| 470 |
+
| 27.0567 | 14800 | 0.0 | - |
|
| 471 |
+
| 27.1481 | 14850 | 0.0 | - |
|
| 472 |
+
| 27.2395 | 14900 | 0.0 | - |
|
| 473 |
+
| 27.3309 | 14950 | 0.0 | - |
|
| 474 |
+
| 27.4223 | 15000 | 0.0 | - |
|
| 475 |
+
| 27.5137 | 15050 | 0.0 | - |
|
| 476 |
+
| 27.6051 | 15100 | 0.0 | - |
|
| 477 |
+
| 27.6965 | 15150 | 0.0 | - |
|
| 478 |
+
| 27.7879 | 15200 | 0.0 | - |
|
| 479 |
+
| 27.8793 | 15250 | 0.0 | - |
|
| 480 |
+
| 27.9707 | 15300 | 0.0 | - |
|
| 481 |
+
| 28.0622 | 15350 | 0.0 | - |
|
| 482 |
+
| 28.1536 | 15400 | 0.0 | - |
|
| 483 |
+
| 28.2450 | 15450 | 0.0 | - |
|
| 484 |
+
| 28.3364 | 15500 | 0.0 | - |
|
| 485 |
+
| 28.4278 | 15550 | 0.0 | - |
|
| 486 |
+
| 28.5192 | 15600 | 0.0 | - |
|
| 487 |
+
| 28.6106 | 15650 | 0.0 | - |
|
| 488 |
+
| 28.7020 | 15700 | 0.0 | - |
|
| 489 |
+
| 28.7934 | 15750 | 0.0 | - |
|
| 490 |
+
| 28.8848 | 15800 | 0.0 | - |
|
| 491 |
+
| 28.9762 | 15850 | 0.0 | - |
|
| 492 |
+
| 29.0676 | 15900 | 0.0 | - |
|
| 493 |
+
| 29.1590 | 15950 | 0.0 | - |
|
| 494 |
+
| 29.2505 | 16000 | 0.0 | - |
|
| 495 |
+
| 29.3419 | 16050 | 0.0 | - |
|
| 496 |
+
| 29.4333 | 16100 | 0.0 | - |
|
| 497 |
+
| 29.5247 | 16150 | 0.0 | - |
|
| 498 |
+
| 29.6161 | 16200 | 0.0 | - |
|
| 499 |
+
| 29.7075 | 16250 | 0.0 | - |
|
| 500 |
+
| 29.7989 | 16300 | 0.0 | - |
|
| 501 |
+
| 29.8903 | 16350 | 0.0 | - |
|
| 502 |
+
| 29.9817 | 16400 | 0.0 | - |
|
| 503 |
+
|
| 504 |
+
### Framework Versions
|
| 505 |
+
- Python: 3.10.12
|
| 506 |
+
- SetFit: 1.1.0
|
| 507 |
+
- Sentence Transformers: 3.3.1
|
| 508 |
+
- Transformers: 4.44.2
|
| 509 |
+
- PyTorch: 2.2.0a0+81ea7a4
|
| 510 |
+
- Datasets: 3.2.0
|
| 511 |
+
- Tokenizers: 0.19.1
|
| 512 |
+
|
| 513 |
+
## Citation
|
| 514 |
+
|
| 515 |
+
### BibTeX
|
| 516 |
+
```bibtex
|
| 517 |
+
@article{https://doi.org/10.48550/arxiv.2209.11055,
|
| 518 |
+
doi = {10.48550/ARXIV.2209.11055},
|
| 519 |
+
url = {https://arxiv.org/abs/2209.11055},
|
| 520 |
+
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
|
| 521 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
| 522 |
+
title = {Efficient Few-Shot Learning Without Prompts},
|
| 523 |
+
publisher = {arXiv},
|
| 524 |
+
year = {2022},
|
| 525 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
| 526 |
+
}
|
| 527 |
+
```
|
| 528 |
+
|
| 529 |
+
<!--
|
| 530 |
+
## Glossary
|
| 531 |
+
|
| 532 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 533 |
+
-->
|
| 534 |
+
|
| 535 |
+
<!--
|
| 536 |
+
## Model Card Authors
|
| 537 |
+
|
| 538 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 539 |
+
-->
|
| 540 |
+
|
| 541 |
+
<!--
|
| 542 |
+
## Model Card Contact
|
| 543 |
+
|
| 544 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 545 |
+
-->
|
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:7de229e7c3a5ca73e9ef0b53b01a8afe2d3b015f9243b627b11d79f2ddd5492d
|
| 3 |
+
size 442494816
|
model_head.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6eac18d47c3318d5f4707d35a3498579b283eeb763c043e3427f1644eabb65bf
|
| 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
|
|
|