Views
No views yet
| Label | Examples |
|---|---|
| Term of Art Interpretations & Application |
|
| Out of Scope |
|
| SDR |
|
| Identify Current Law |
|
| Agent decision |
|
| Q&A - Complex |
|
| Practical Guidance |
|
pip install setfit1from setfit import SetFitModel
2
3# Download from the 🤗 Hub
4model = SetFitModel.from_pretrained("tonyshaw/setfit_pg_70h_nomic-v1.5")
5# Run inference
6preds = model("Ohio aggravated arson cases")| Training set | Min | Median | Max |
|---|---|---|---|
| Word count | 1 | 11.2193 | 98 |
| Label | Training Sample Count |
|---|---|
| Agent decision | 130 |
| Identify Current Law | 500 |
| Out of Scope | 100 |
| Practical Guidance | 41 |
| Q&A - Complex | 500 |
| SDR | 500 |
| Term of Art Interpretations & Application | 500 |
| Epoch | Step | Training Loss | Validation Loss |
|---|---|---|---|
| 0.0004 | 1 | 0.2703 | - |
| 0.0176 | 50 | 0.2289 | - |
| 0.0352 | 100 | 0.2032 | - |
| 0.0528 | 150 | 0.0951 | - |
| 0.0704 | 200 | 0.0434 | - |
| 0.0881 | 250 | 0.026 | - |
| 0.1057 | 300 | 0.0299 | - |
| 0.1233 | 350 | 0.02 | - |
| 0.1409 | 400 | 0.0136 | - |
| 0.1585 | 450 | 0.013 | - |
| 0.1761 | 500 | 0.0147 | - |
| 0.1937 | 550 | 0.0144 | - |
| 0.2113 | 600 | 0.0052 | - |
| 0.2290 | 650 | 0.0067 | - |
| 0.2466 | 700 | 0.0021 | - |
| 0.2642 | 750 | 0.0038 | - |
| 0.2818 | 800 | 0.006 | - |
| 0.2994 | 850 | 0.0039 | - |
| 0.3170 | 900 | 0.0007 | - |
| 0.3346 | 950 | 0.0003 | - |
| 0.3522 | 1000 | 0.0002 | - |
| 0.3698 | 1050 | 0.0026 | - |
| 0.3875 | 1100 | 0.0027 | - |
| 0.4051 | 1150 | 0.0003 | - |
| 0.4227 | 1200 | 0.0012 | - |
| 0.4403 | 1250 | 0.0022 | - |
| 0.4579 | 1300 | 0.0027 | - |
| 0.4755 | 1350 | 0.0014 | - |
| 0.4931 | 1400 | 0.0008 | - |
| 0.5107 | 1450 | 0.0001 | - |
| 0.5284 | 1500 | 0.0013 | - |
| 0.5460 | 1550 | 0.0001 | - |
| 0.5636 | 1600 | 0.0011 | - |
| 0.5812 | 1650 | 0.0 | - |
| 0.5988 | 1700 | 0.001 | - |
| 0.6164 | 1750 | 0.0001 | - |
| 0.6340 | 1800 | 0.0002 | - |
| 0.6516 | 1850 | 0.0 | - |
| 0.6692 | 1900 | 0.0 | - |
| 0.6869 | 1950 | 0.0 | - |
| 0.7045 | 2000 | 0.0 | - |
| 0.7221 | 2050 | 0.0 | - |
| 0.7397 | 2100 | 0.0 | - |
| 0.7573 | 2150 | 0.0 | - |
| 0.7749 | 2200 | 0.0 | - |
| 0.7925 | 2250 | 0.001 | - |
| 0.8101 | 2300 | 0.0 | - |
| 0.8278 | 2350 | 0.0 | - |
| 0.8454 | 2400 | 0.0013 | - |
| 0.8630 | 2450 | 0.0 | - |
| 0.8806 | 2500 | 0.0001 | - |
| 0.8982 | 2550 | 0.0004 | - |
| 0.9158 | 2600 | 0.0 | - |
| 0.9334 | 2650 | 0.0001 | - |
| 0.9510 | 2700 | 0.0 | - |
| 0.9687 | 2750 | 0.0 | - |
| 0.9863 | 2800 | 0.0 | - |
1@article{https://doi.org/10.48550/arxiv.2209.11055,
2 doi = {10.48550/ARXIV.2209.11055},
3 url = {https://arxiv.org/abs/2209.11055},
4 author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
5 keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
6 title = {Efficient Few-Shot Learning Without Prompts},
7 publisher = {arXiv},
8 year = {2022},
9 copyright = {Creative Commons Attribution 4.0 International}
10}