metadata
base_model: mini1013/master_domain
library_name: setfit
metrics:
- metric
pipeline_tag: text-classification
tags:
- setfit
- sentence-transformers
- text-classification
- generated_from_setfit_trainer
widget:
- text: IPTIME UC 305HDMI C타입 USB 멀티포트 노트북 확장 PD (주)스마트포유
- text: 로지텍 파워플레이 Logitech Powerplay 시스템 충전패드 병행수입 Power Play 주식회사 데나
- text: PBT키캡 푸딩 이중사출 영문 정각 108 풀배열 키보드 화이트 몬스타 주식회사
- text: 펠로우즈 i-spire rocking 미니손목받침대 그레이 93933 그레이 아이룸코리아
- text: AMH 클리어 투웨이 4포트 USB3.0 허브 민트 주식회사보성닷컴
inference: true
model-index:
- name: SetFit with mini1013/master_domain
results:
- task:
type: text-classification
name: Text Classification
dataset:
name: Unknown
type: unknown
split: test
metrics:
- type: metric
value: 0.9550144449030128
name: Metric
SetFit with mini1013/master_domain
This is a SetFit model that can be used for Text Classification. This SetFit model uses mini1013/master_domain as the Sentence Transformer embedding model. A LogisticRegression instance is used for classification.
The model has been trained using an efficient few-shot learning technique that involves:
- Fine-tuning a Sentence Transformer with contrastive learning.
- Training a classification head with features from the fine-tuned Sentence Transformer.
Model Details
Model Description
- Model Type: SetFit
- Sentence Transformer body: mini1013/master_domain
- Classification head: a LogisticRegression instance
- Maximum Sequence Length: 512 tokens
- Number of Classes: 9 classes
Model Sources
- Repository: SetFit on GitHub
- Paper: Efficient Few-Shot Learning Without Prompts
- Blogpost: SetFit: Efficient Few-Shot Learning Without Prompts
Model Labels
Label | Examples |
---|---|
2 |
|
5 |
|
8 |
|
4 |
|
3 |
|
7 |
|
6 |
|
1 |
|
0 |
|
Evaluation
Metrics
Label | Metric |
---|---|
all | 0.9550 |
Uses
Direct Use for Inference
First install the SetFit library:
pip install setfit
Then you can load this model and run inference.
from setfit import SetFitModel
# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("mini1013/master_cate_el2")
# Run inference
preds = model("AMH 클리어 투웨이 4포트 USB3.0 허브 민트 주식회사보성닷컴")
Training Details
Training Set Metrics
Training set | Min | Median | Max |
---|---|---|---|
Word count | 4 | 10.1397 | 25 |
Label | Training Sample Count |
---|---|
0 | 8 |
1 | 50 |
2 | 50 |
3 | 50 |
4 | 50 |
5 | 50 |
6 | 50 |
7 | 50 |
8 | 50 |
Training Hyperparameters
- batch_size: (512, 512)
- num_epochs: (20, 20)
- max_steps: -1
- sampling_strategy: oversampling
- num_iterations: 40
- body_learning_rate: (2e-05, 2e-05)
- head_learning_rate: 2e-05
- loss: CosineSimilarityLoss
- distance_metric: cosine_distance
- margin: 0.25
- end_to_end: False
- use_amp: False
- warmup_proportion: 0.1
- seed: 42
- eval_max_steps: -1
- load_best_model_at_end: False
Training Results
Epoch | Step | Training Loss | Validation Loss |
---|---|---|---|
0.0156 | 1 | 0.4963 | - |
0.7812 | 50 | 0.1854 | - |
1.5625 | 100 | 0.046 | - |
2.3438 | 150 | 0.0048 | - |
3.125 | 200 | 0.0168 | - |
3.9062 | 250 | 0.0002 | - |
4.6875 | 300 | 0.0001 | - |
5.4688 | 350 | 0.0001 | - |
6.25 | 400 | 0.0001 | - |
7.0312 | 450 | 0.0001 | - |
7.8125 | 500 | 0.0001 | - |
8.5938 | 550 | 0.0001 | - |
9.375 | 600 | 0.0001 | - |
10.1562 | 650 | 0.0001 | - |
10.9375 | 700 | 0.0 | - |
11.7188 | 750 | 0.0001 | - |
12.5 | 800 | 0.0 | - |
13.2812 | 850 | 0.0 | - |
14.0625 | 900 | 0.0 | - |
14.8438 | 950 | 0.0 | - |
15.625 | 1000 | 0.0 | - |
16.4062 | 1050 | 0.0001 | - |
17.1875 | 1100 | 0.0 | - |
17.9688 | 1150 | 0.0 | - |
18.75 | 1200 | 0.0 | - |
19.5312 | 1250 | 0.0 | - |
Framework Versions
- Python: 3.10.12
- SetFit: 1.1.0.dev0
- Sentence Transformers: 3.1.1
- Transformers: 4.46.1
- PyTorch: 2.4.0+cu121
- Datasets: 2.20.0
- Tokenizers: 0.20.0
Citation
BibTeX
@article{https://doi.org/10.48550/arxiv.2209.11055,
doi = {10.48550/ARXIV.2209.11055},
url = {https://arxiv.org/abs/2209.11055},
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Efficient Few-Shot Learning Without Prompts},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}