Efficient Few-Shot Learning Without Prompts
Paper • 2209.11055 • Published • 7
How to use PrashantG6838/setfit_category_model_new3 with setfit:
from setfit import SetFitModel
model = SetFitModel.from_pretrained("PrashantG6838/setfit_category_model_new3")How to use PrashantG6838/setfit_category_model_new3 with sentence-transformers:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("PrashantG6838/setfit_category_model_new3")
sentences = [
"The weather is lovely today.",
"It's so sunny outside!",
"He drove to the stadium."
]
embeddings = model.encode(sentences)
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]This is a SetFit model that can be used for Text Classification. This SetFit model uses sentence-transformers/all-MiniLM-L6-v2 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:
| Label | Examples |
|---|---|
| Solution or Action |
|
| Challenge |
|
| Other |
|
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("setfit_model_id")
# Run inference
preds = model("Education is very important for children in poverty and can also create a future")
| Training set | Min | Median | Max |
|---|---|---|---|
| Word count | 1 | 19.8416 | 402 |
| Label | Training Sample Count |
|---|---|
| Challenge | 1634 |
| Other | 440 |
| Solution or Action | 1852 |
| Epoch | Step | Training Loss | Validation Loss |
|---|---|---|---|
| 0.0002 | 1 | 0.2792 | - |
| 0.0102 | 50 | 0.2964 | - |
| 0.0204 | 100 | 0.2595 | - |
| 0.0306 | 150 | 0.23 | - |
| 0.0407 | 200 | 0.1881 | - |
| 0.0509 | 250 | 0.1349 | - |
| 0.0611 | 300 | 0.109 | - |
| 0.0713 | 350 | 0.1024 | - |
| 0.0815 | 400 | 0.0855 | - |
| 0.0917 | 450 | 0.0751 | - |
| 0.1019 | 500 | 0.0792 | - |
| 0.1121 | 550 | 0.074 | - |
| 0.1222 | 600 | 0.0643 | - |
| 0.1324 | 650 | 0.0668 | - |
| 0.1426 | 700 | 0.0624 | - |
| 0.1528 | 750 | 0.0604 | - |
| 0.1630 | 800 | 0.0513 | - |
| 0.1732 | 850 | 0.0455 | - |
| 0.1834 | 900 | 0.038 | - |
| 0.1936 | 950 | 0.0439 | - |
| 0.2037 | 1000 | 0.0331 | - |
| 0.2139 | 1050 | 0.0323 | - |
| 0.2241 | 1100 | 0.0269 | - |
| 0.2343 | 1150 | 0.0376 | - |
| 0.2445 | 1200 | 0.0256 | - |
| 0.2547 | 1250 | 0.0279 | - |
| 0.2649 | 1300 | 0.0276 | - |
| 0.2751 | 1350 | 0.0289 | - |
| 0.2852 | 1400 | 0.0241 | - |
| 0.2954 | 1450 | 0.0179 | - |
| 0.3056 | 1500 | 0.0177 | - |
| 0.3158 | 1550 | 0.0226 | - |
| 0.3260 | 1600 | 0.0176 | - |
| 0.3362 | 1650 | 0.0182 | - |
| 0.3464 | 1700 | 0.0171 | - |
| 0.3566 | 1750 | 0.0175 | - |
| 0.3667 | 1800 | 0.0141 | - |
| 0.3769 | 1850 | 0.0177 | - |
| 0.3871 | 1900 | 0.0136 | - |
| 0.3973 | 1950 | 0.0127 | - |
| 0.4075 | 2000 | 0.0173 | - |
| 0.4177 | 2050 | 0.0106 | - |
| 0.4279 | 2100 | 0.01 | - |
| 0.4381 | 2150 | 0.0113 | - |
| 0.4482 | 2200 | 0.0091 | - |
| 0.4584 | 2250 | 0.0071 | - |
| 0.4686 | 2300 | 0.01 | - |
| 0.4788 | 2350 | 0.0112 | - |
| 0.4890 | 2400 | 0.0104 | - |
| 0.4992 | 2450 | 0.0089 | - |
| 0.5094 | 2500 | 0.0096 | - |
| 0.5196 | 2550 | 0.0098 | - |
| 0.5297 | 2600 | 0.0113 | - |
| 0.5399 | 2650 | 0.005 | - |
| 0.5501 | 2700 | 0.0074 | - |
| 0.5603 | 2750 | 0.0078 | - |
| 0.5705 | 2800 | 0.007 | - |
| 0.5807 | 2850 | 0.0047 | - |
| 0.5909 | 2900 | 0.0111 | - |
| 0.6011 | 2950 | 0.0054 | - |
| 0.6112 | 3000 | 0.0088 | - |
| 0.6214 | 3050 | 0.0045 | - |
| 0.6316 | 3100 | 0.0031 | - |
| 0.6418 | 3150 | 0.0084 | - |
| 0.6520 | 3200 | 0.005 | - |
| 0.6622 | 3250 | 0.0058 | - |
| 0.6724 | 3300 | 0.0048 | - |
| 0.6826 | 3350 | 0.0057 | - |
| 0.6927 | 3400 | 0.0048 | - |
| 0.7029 | 3450 | 0.0059 | - |
| 0.7131 | 3500 | 0.0078 | - |
| 0.7233 | 3550 | 0.0057 | - |
| 0.7335 | 3600 | 0.0056 | - |
| 0.7437 | 3650 | 0.0039 | - |
| 0.7539 | 3700 | 0.0059 | - |
| 0.7641 | 3750 | 0.0058 | - |
| 0.7742 | 3800 | 0.0022 | - |
| 0.7844 | 3850 | 0.0064 | - |
| 0.7946 | 3900 | 0.0033 | - |
| 0.8048 | 3950 | 0.0037 | - |
| 0.8150 | 4000 | 0.003 | - |
| 0.8252 | 4050 | 0.0063 | - |
| 0.8354 | 4100 | 0.0047 | - |
| 0.8456 | 4150 | 0.0056 | - |
| 0.8557 | 4200 | 0.0026 | - |
| 0.8659 | 4250 | 0.0028 | - |
| 0.8761 | 4300 | 0.0066 | - |
| 0.8863 | 4350 | 0.0026 | - |
| 0.8965 | 4400 | 0.0045 | - |
| 0.9067 | 4450 | 0.0052 | - |
| 0.9169 | 4500 | 0.0017 | - |
| 0.9271 | 4550 | 0.0056 | - |
| 0.9372 | 4600 | 0.0043 | - |
| 0.9474 | 4650 | 0.0034 | - |
| 0.9576 | 4700 | 0.0042 | - |
| 0.9678 | 4750 | 0.0031 | - |
| 0.9780 | 4800 | 0.004 | - |
| 0.9882 | 4850 | 0.0064 | - |
| 0.9984 | 4900 | 0.0033 | - |
@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}
}
Base model
nreimers/MiniLM-L6-H384-uncased