CoolFace
Modelpublic

mann2107/BCMPIIRAB_MiniLM_HTTest

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
README.md713 linesDownload Raw Back to root
1---2tags:3- setfit4- sentence-transformers5- text-classification6- generated_from_setfit_trainer7widget:8- text: We are awaiting payment for the project completed in June. Please confirm9    when this will be processed.10- text: Hello, Good morning, would you mind cancelling this rental car?11- text: 'Kindly book accommodation for Lindelani Mkhize as follows: Establishment:12    City Lodge Lynwood Date checked in : 04 October 2023 Time checked in: 19h00pm13    Date checked out: 06 October 2023 Time checked out: 07h00am'14- text: You've been selected for a free energy audit. Click here to schedule your15    appointment.16- text: 'Please can you provide with the invoices for my stays this month as follows:   1.17    Premier Splendid Inn Bayshore (07 Aug - 08 Aug)   2. Port Nolloth Beach Shack18    (14 Aug - 17 Aug)'19metrics:20- silhouette_score21pipeline_tag: text-classification22library_name: setfit23inference: true24base_model: sentence-transformers/paraphrase-MiniLM-L6-v225model-index:26- name: SetFit with sentence-transformers/paraphrase-MiniLM-L6-v227  results:28  - task:29      type: text-classification30      name: Text Classification31    dataset:32      name: Unknown33      type: unknown34      split: test35    metrics:36    - type: silhouette_score37      value: 0.682610544217687138      name: Silhouette_Score39---40 41# SetFit with sentence-transformers/paraphrase-MiniLM-L6-v242 43This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L6-v2) 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.44 45The model has been trained using an efficient few-shot learning technique that involves:46 471. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.482. Training a classification head with features from the fine-tuned Sentence Transformer.49 50## Model Details51 52### Model Description53- **Model Type:** SetFit54- **Sentence Transformer body:** [sentence-transformers/paraphrase-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L6-v2)55- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance56- **Maximum Sequence Length:** 128 tokens57- **Number of Classes:** 14 classes58<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->59<!-- - **Language:** Unknown -->60<!-- - **License:** Unknown -->61 62### Model Sources63 64- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)65- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)66- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)67 68## Evaluation69 70### Metrics71| Label   | Silhouette_Score |72|:--------|:-----------------|73| **all** | 0.6826           |74 75## Uses76 77### Direct Use for Inference78 79First install the SetFit library:80 81```bash82pip install setfit83```84 85Then you can load this model and run inference.86 87```python88from setfit import SetFitModel89 90# Download from the ๐Ÿค— Hub91model = SetFitModel.from_pretrained("mann2107/BCMPIIRAB_MiniLM_HTTest")92# Run inference93preds = model("Hello, Good morning, would you mind cancelling this rental car?")94```95 96<!--97### Downstream Use98 99*List how someone could finetune this model on their own dataset.*100-->101 102<!--103### Out-of-Scope Use104 105*List how the model may foreseeably be misused and address what users ought not to do with the model.*106-->107 108<!--109## Bias, Risks and Limitations110 111*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*112-->113 114<!--115### Recommendations116 117*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*118-->119 120## Training Details121 122### Training Set Metrics123| Training set | Min | Median  | Max |124|:-------------|:----|:--------|:----|125| Word count   | 1   | 25.6577 | 136 |126 127| Label | Training Sample Count |128|:------|:----------------------|129| 0     | 24                    |130| 1     | 24                    |131| 2     | 24                    |132| 3     | 24                    |133| 4     | 24                    |134| 5     | 24                    |135| 6     | 24                    |136| 7     | 24                    |137| 8     | 24                    |138| 9     | 24                    |139| 10    | 24                    |140| 11    | 24                    |141| 12    | 24                    |142| 13    | 24                    |143 144### Training Hyperparameters145- batch_size: (8, 8)146- num_epochs: (3, 3)147- max_steps: -1148- sampling_strategy: oversampling149- num_iterations: 100150- body_learning_rate: (3e-05, 3e-05)151- head_learning_rate: 3e-05152- loss: MultipleNegativesRankingLoss153- distance_metric: cosine_distance154- margin: 0.25155- end_to_end: False156- use_amp: True157- warmup_proportion: 0.1158- l2_weight: 0.01159- seed: 42160- eval_max_steps: -1161- load_best_model_at_end: False162 163### Training Results164| Epoch  | Step  | Training Loss | Validation Loss |165|:------:|:-----:|:-------------:|:---------------:|166| 0.0001 | 1     | 2.5259        | -               |167| 0.0060 | 50    | 2.8997        | -               |168| 0.0119 | 100   | 2.8192        | -               |169| 0.0179 | 150   | 2.8803        | -               |170| 0.0238 | 200   | 2.635         | -               |171| 0.0298 | 250   | 2.5501        | -               |172| 0.0357 | 300   | 2.4468        | -               |173| 0.0417 | 350   | 2.1309        | -               |174| 0.0476 | 400   | 2.0439        | -               |175| 0.0536 | 450   | 1.9429        | -               |176| 0.0595 | 500   | 1.9344        | -               |177| 0.0655 | 550   | 1.8493        | -               |178| 0.0714 | 600   | 1.7907        | -               |179| 0.0774 | 650   | 1.7712        | -               |180| 0.0833 | 700   | 1.7349        | -               |181| 0.0893 | 750   | 1.7783        | -               |182| 0.0952 | 800   | 1.7022        | -               |183| 0.1012 | 850   | 1.6757        | -               |184| 0.1071 | 900   | 1.709         | -               |185| 0.1131 | 950   | 1.6231        | -               |186| 0.1190 | 1000  | 1.6647        | -               |187| 0.125  | 1050  | 1.7618        | -               |188| 0.1310 | 1100  | 1.652         | -               |189| 0.1369 | 1150  | 1.5564        | -               |190| 0.1429 | 1200  | 1.7067        | -               |191| 0.1488 | 1250  | 1.664         | -               |192| 0.1548 | 1300  | 1.7426        | -               |193| 0.1607 | 1350  | 1.6281        | -               |194| 0.1667 | 1400  | 1.6375        | -               |195| 0.1726 | 1450  | 1.6216        | -               |196| 0.1786 | 1500  | 1.5998        | -               |197| 0.1845 | 1550  | 1.4892        | -               |198| 0.1905 | 1600  | 1.556         | -               |199| 0.1964 | 1650  | 1.6657        | -               |200| 0.2024 | 1700  | 1.6113        | -               |201| 0.2083 | 1750  | 1.634         | -               |202| 0.2143 | 1800  | 1.6615        | -               |203| 0.2202 | 1850  | 1.5192        | -               |204| 0.2262 | 1900  | 1.5846        | -               |205| 0.2321 | 1950  | 1.5376        | -               |206| 0.2381 | 2000  | 1.6028        | -               |207| 0.2440 | 2050  | 1.5744        | -               |208| 0.25   | 2100  | 1.645         | -               |209| 0.2560 | 2150  | 1.5432        | -               |210| 0.2619 | 2200  | 1.5922        | -               |211| 0.2679 | 2250  | 1.612         | -               |212| 0.2738 | 2300  | 1.6553        | -               |213| 0.2798 | 2350  | 1.5797        | -               |214| 0.2857 | 2400  | 1.5249        | -               |215| 0.2917 | 2450  | 1.639         | -               |216| 0.2976 | 2500  | 1.7246        | -               |217| 0.3036 | 2550  | 1.6186        | -               |218| 0.3095 | 2600  | 1.537         | -               |219| 0.3155 | 2650  | 1.5701        | -               |220| 0.3214 | 2700  | 1.6095        | -               |221| 0.3274 | 2750  | 1.5344        | -               |222| 0.3333 | 2800  | 1.6029        | -               |223| 0.3393 | 2850  | 1.6141        | -               |224| 0.3452 | 2900  | 1.5655        | -               |225| 0.3512 | 2950  | 1.5892        | -               |226| 0.3571 | 3000  | 1.595         | -               |227| 0.3631 | 3050  | 1.5068        | -               |228| 0.3690 | 3100  | 1.5826        | -               |229| 0.375  | 3150  | 1.481         | -               |230| 0.3810 | 3200  | 1.6001        | -               |231| 0.3869 | 3250  | 1.4991        | -               |232| 0.3929 | 3300  | 1.605         | -               |233| 0.3988 | 3350  | 1.6154        | -               |234| 0.4048 | 3400  | 1.5516        | -               |235| 0.4107 | 3450  | 1.559         | -               |236| 0.4167 | 3500  | 1.559         | -               |237| 0.4226 | 3550  | 1.5725        | -               |238| 0.4286 | 3600  | 1.5719        | -               |239| 0.4345 | 3650  | 1.4918        | -               |240| 0.4405 | 3700  | 1.5816        | -               |241| 0.4464 | 3750  | 1.5017        | -               |242| 0.4524 | 3800  | 1.5093        | -               |243| 0.4583 | 3850  | 1.5705        | -               |244| 0.4643 | 3900  | 1.5584        | -               |245| 0.4702 | 3950  | 1.5328        | -               |246| 0.4762 | 4000  | 1.4932        | -               |247| 0.4821 | 4050  | 1.5907        | -               |248| 0.4881 | 4100  | 1.5339        | -               |249| 0.4940 | 4150  | 1.4954        | -               |250| 0.5    | 4200  | 1.5256        | -               |251| 0.5060 | 4250  | 1.5349        | -               |252| 0.5119 | 4300  | 1.5238        | -               |253| 0.5179 | 4350  | 1.5222        | -               |254| 0.5238 | 4400  | 1.6318        | -               |255| 0.5298 | 4450  | 1.5872        | -               |256| 0.5357 | 4500  | 1.4892        | -               |257| 0.5417 | 4550  | 1.5764        | -               |258| 0.5476 | 4600  | 1.6123        | -               |259| 0.5536 | 4650  | 1.4708        | -               |260| 0.5595 | 4700  | 1.5201        | -               |261| 0.5655 | 4750  | 1.4975        | -               |262| 0.5714 | 4800  | 1.5402        | -               |263| 0.5774 | 4850  | 1.5396        | -               |264| 0.5833 | 4900  | 1.5325        | -               |265| 0.5893 | 4950  | 1.5166        | -               |266| 0.5952 | 5000  | 1.5216        | -               |267| 0.6012 | 5050  | 1.5934        | -               |268| 0.6071 | 5100  | 1.5118        | -               |269| 0.6131 | 5150  | 1.6581        | -               |270| 0.6190 | 5200  | 1.4251        | -               |271| 0.625  | 5250  | 1.5259        | -               |272| 0.6310 | 5300  | 1.4854        | -               |273| 0.6369 | 5350  | 1.6242        | -               |274| 0.6429 | 5400  | 1.5234        | -               |275| 0.6488 | 5450  | 1.4594        | -               |276| 0.6548 | 5500  | 1.5513        | -               |277| 0.6607 | 5550  | 1.3946        | -               |278| 0.6667 | 5600  | 1.4795        | -               |279| 0.6726 | 5650  | 1.5203        | -               |280| 0.6786 | 5700  | 1.5137        | -               |281| 0.6845 | 5750  | 1.5305        | -               |282| 0.6905 | 5800  | 1.4958        | -               |283| 0.6964 | 5850  | 1.5028        | -               |284| 0.7024 | 5900  | 1.419         | -               |285| 0.7083 | 5950  | 1.5043        | -               |286| 0.7143 | 6000  | 1.4512        | -               |287| 0.7202 | 6050  | 1.5199        | -               |288| 0.7262 | 6100  | 1.5097        | -               |289| 0.7321 | 6150  | 1.4989        | -               |290| 0.7381 | 6200  | 1.4632        | -               |291| 0.7440 | 6250  | 1.4781        | -               |292| 0.75   | 6300  | 1.4592        | -               |293| 0.7560 | 6350  | 1.507         | -               |294| 0.7619 | 6400  | 1.5535        | -               |295| 0.7679 | 6450  | 1.3831        | -               |296| 0.7738 | 6500  | 1.572         | -               |297| 0.7798 | 6550  | 1.5461        | -               |298| 0.7857 | 6600  | 1.5142        | -               |299| 0.7917 | 6650  | 1.494         | -               |300| 0.7976 | 6700  | 1.5487        | -               |301| 0.8036 | 6750  | 1.4344        | -               |302| 0.8095 | 6800  | 1.5262        | -               |303| 0.8155 | 6850  | 1.4942        | -               |304| 0.8214 | 6900  | 1.54          | -               |305| 0.8274 | 6950  | 1.518         | -               |306| 0.8333 | 7000  | 1.5765        | -               |307| 0.8393 | 7050  | 1.5526        | -               |308| 0.8452 | 7100  | 1.5548        | -               |309| 0.8512 | 7150  | 1.3953        | -               |310| 0.8571 | 7200  | 1.5273        | -               |311| 0.8631 | 7250  | 1.4349        | -               |312| 0.8690 | 7300  | 1.4176        | -               |313| 0.875  | 7350  | 1.5242        | -               |314| 0.8810 | 7400  | 1.5263        | -               |315| 0.8869 | 7450  | 1.5435        | -               |316| 0.8929 | 7500  | 1.4882        | -               |317| 0.8988 | 7550  | 1.4965        | -               |318| 0.9048 | 7600  | 1.5185        | -               |319| 0.9107 | 7650  | 1.5739        | -               |320| 0.9167 | 7700  | 1.5821        | -               |321| 0.9226 | 7750  | 1.6197        | -               |322| 0.9286 | 7800  | 1.5154        | -               |323| 0.9345 | 7850  | 1.5844        | -               |324| 0.9405 | 7900  | 1.5242        | -               |325| 0.9464 | 7950  | 1.488         | -               |326| 0.9524 | 8000  | 1.5414        | -               |327| 0.9583 | 8050  | 1.4829        | -               |328| 0.9643 | 8100  | 1.5162        | -               |329| 0.9702 | 8150  | 1.4136        | -               |330| 0.9762 | 8200  | 1.36          | -               |331| 0.9821 | 8250  | 1.5511        | -               |332| 0.9881 | 8300  | 1.4908        | -               |333| 0.9940 | 8350  | 1.5312        | -               |334| 1.0    | 8400  | 1.5008        | -               |335| 1.0060 | 8450  | 1.4283        | -               |336| 1.0119 | 8500  | 1.5027        | -               |337| 1.0179 | 8550  | 1.48          | -               |338| 1.0238 | 8600  | 1.425         | -               |339| 1.0298 | 8650  | 1.5233        | -               |340| 1.0357 | 8700  | 1.4259        | -               |341| 1.0417 | 8750  | 1.4355        | -               |342| 1.0476 | 8800  | 1.5006        | -               |343| 1.0536 | 8850  | 1.511         | -               |344| 1.0595 | 8900  | 1.3043        | -               |345| 1.0655 | 8950  | 1.5039        | -               |346| 1.0714 | 9000  | 1.4909        | -               |347| 1.0774 | 9050  | 1.4493        | -               |348| 1.0833 | 9100  | 1.4877        | -               |349| 1.0893 | 9150  | 1.5232        | -               |350| 1.0952 | 9200  | 1.6282        | -               |351| 1.1012 | 9250  | 1.4438        | -               |352| 1.1071 | 9300  | 1.5234        | -               |353| 1.1131 | 9350  | 1.5368        | -               |354| 1.1190 | 9400  | 1.5029        | -               |355| 1.125  | 9450  | 1.4776        | -               |356| 1.1310 | 9500  | 1.4877        | -               |357| 1.1369 | 9550  | 1.4917        | -               |358| 1.1429 | 9600  | 1.4474        | -               |359| 1.1488 | 9650  | 1.3519        | -               |360| 1.1548 | 9700  | 1.5118        | -               |361| 1.1607 | 9750  | 1.5507        | -               |362| 1.1667 | 9800  | 1.4395        | -               |363| 1.1726 | 9850  | 1.4883        | -               |364| 1.1786 | 9900  | 1.4524        | -               |365| 1.1845 | 9950  | 1.4756        | -               |366| 1.1905 | 10000 | 1.5255        | -               |367| 1.1964 | 10050 | 1.4795        | -               |368| 1.2024 | 10100 | 1.5277        | -               |369| 1.2083 | 10150 | 1.477         | -               |370| 1.2143 | 10200 | 1.4438        | -               |371| 1.2202 | 10250 | 1.5517        | -               |372| 1.2262 | 10300 | 1.588         | -               |373| 1.2321 | 10350 | 1.5352        | -               |374| 1.2381 | 10400 | 1.3697        | -               |375| 1.2440 | 10450 | 1.4449        | -               |376| 1.25   | 10500 | 1.4473        | -               |377| 1.2560 | 10550 | 1.5566        | -               |378| 1.2619 | 10600 | 1.4502        | -               |379| 1.2679 | 10650 | 1.4821        | -               |380| 1.2738 | 10700 | 1.4296        | -               |381| 1.2798 | 10750 | 1.4801        | -               |382| 1.2857 | 10800 | 1.4542        | -               |383| 1.2917 | 10850 | 1.4258        | -               |384| 1.2976 | 10900 | 1.4142        | -               |385| 1.3036 | 10950 | 1.6023        | -               |386| 1.3095 | 11000 | 1.4291        | -               |387| 1.3155 | 11050 | 1.5386        | -               |388| 1.3214 | 11100 | 1.4433        | -               |389| 1.3274 | 11150 | 1.4218        | -               |390| 1.3333 | 11200 | 1.4345        | -               |391| 1.3393 | 11250 | 1.5321        | -               |392| 1.3452 | 11300 | 1.5001        | -               |393| 1.3512 | 11350 | 1.3381        | -               |394| 1.3571 | 11400 | 1.4819        | -               |395| 1.3631 | 11450 | 1.4676        | -               |396| 1.3690 | 11500 | 1.5056        | -               |397| 1.375  | 11550 | 1.5052        | -               |398| 1.3810 | 11600 | 1.5217        | -               |399| 1.3869 | 11650 | 1.391         | -               |400| 1.3929 | 11700 | 1.46          | -               |401| 1.3988 | 11750 | 1.5022        | -               |402| 1.4048 | 11800 | 1.4579        | -               |403| 1.4107 | 11850 | 1.5025        | -               |404| 1.4167 | 11900 | 1.5058        | -               |405| 1.4226 | 11950 | 1.5107        | -               |406| 1.4286 | 12000 | 1.5327        | -               |407| 1.4345 | 12050 | 1.4727        | -               |408| 1.4405 | 12100 | 1.4353        | -               |409| 1.4464 | 12150 | 1.42          | -               |410| 1.4524 | 12200 | 1.5349        | -               |411| 1.4583 | 12250 | 1.473         | -               |412| 1.4643 | 12300 | 1.5228        | -               |413| 1.4702 | 12350 | 1.498         | -               |414| 1.4762 | 12400 | 1.4321        | -               |415| 1.4821 | 12450 | 1.5058        | -               |416| 1.4881 | 12500 | 1.4601        | -               |417| 1.4940 | 12550 | 1.5346        | -               |418| 1.5    | 12600 | 1.5985        | -               |419| 1.5060 | 12650 | 1.4683        | -               |420| 1.5119 | 12700 | 1.5088        | -               |421| 1.5179 | 12750 | 1.5082        | -               |422| 1.5238 | 12800 | 1.5784        | -               |423| 1.5298 | 12850 | 1.5241        | -               |424| 1.5357 | 12900 | 1.434         | -               |425| 1.5417 | 12950 | 1.452         | -               |426| 1.5476 | 13000 | 1.4459        | -               |427| 1.5536 | 13050 | 1.4965        | -               |428| 1.5595 | 13100 | 1.5313        | -               |429| 1.5655 | 13150 | 1.4781        | -               |430| 1.5714 | 13200 | 1.5502        | -               |431| 1.5774 | 13250 | 1.4602        | -               |432| 1.5833 | 13300 | 1.4477        | -               |433| 1.5893 | 13350 | 1.4736        | -               |434| 1.5952 | 13400 | 1.5035        | -               |435| 1.6012 | 13450 | 1.4829        | -               |436| 1.6071 | 13500 | 1.4941        | -               |437| 1.6131 | 13550 | 1.5462        | -               |438| 1.6190 | 13600 | 1.4764        | -               |439| 1.625  | 13650 | 1.4838        | -               |440| 1.6310 | 13700 | 1.4264        | -               |441| 1.6369 | 13750 | 1.6312        | -               |442| 1.6429 | 13800 | 1.4323        | -               |443| 1.6488 | 13850 | 1.514         | -               |444| 1.6548 | 13900 | 1.3944        | -               |445| 1.6607 | 13950 | 1.4709        | -               |446| 1.6667 | 14000 | 1.4268        | -               |447| 1.6726 | 14050 | 1.5699        | -               |448| 1.6786 | 14100 | 1.5433        | -               |449| 1.6845 | 14150 | 1.431         | -               |450| 1.6905 | 14200 | 1.5421        | -               |451| 1.6964 | 14250 | 1.4854        | -               |452| 1.7024 | 14300 | 1.4341        | -               |453| 1.7083 | 14350 | 1.4321        | -               |454| 1.7143 | 14400 | 1.4284        | -               |455| 1.7202 | 14450 | 1.4725        | -               |456| 1.7262 | 14500 | 1.5744        | -               |457| 1.7321 | 14550 | 1.4892        | -               |458| 1.7381 | 14600 | 1.5357        | -               |459| 1.7440 | 14650 | 1.4536        | -               |460| 1.75   | 14700 | 1.4861        | -               |461| 1.7560 | 14750 | 1.5268        | -               |462| 1.7619 | 14800 | 1.4613        | -               |463| 1.7679 | 14850 | 1.4313        | -               |464| 1.7738 | 14900 | 1.4522        | -               |465| 1.7798 | 14950 | 1.4291        | -               |466| 1.7857 | 15000 | 1.5054        | -               |467| 1.7917 | 15050 | 1.495         | -               |468| 1.7976 | 15100 | 1.5352        | -               |469| 1.8036 | 15150 | 1.4803        | -               |470| 1.8095 | 15200 | 1.3922        | -               |471| 1.8155 | 15250 | 1.4879        | -               |472| 1.8214 | 15300 | 1.4752        | -               |473| 1.8274 | 15350 | 1.5102        | -               |474| 1.8333 | 15400 | 1.4474        | -               |475| 1.8393 | 15450 | 1.4939        | -               |476| 1.8452 | 15500 | 1.5216        | -               |477| 1.8512 | 15550 | 1.4656        | -               |478| 1.8571 | 15600 | 1.5171        | -               |479| 1.8631 | 15650 | 1.3437        | -               |480| 1.8690 | 15700 | 1.4875        | -               |481| 1.875  | 15750 | 1.4692        | -               |482| 1.8810 | 15800 | 1.4804        | -               |483| 1.8869 | 15850 | 1.4423        | -               |484| 1.8929 | 15900 | 1.4592        | -               |485| 1.8988 | 15950 | 1.5764        | -               |486| 1.9048 | 16000 | 1.4083        | -               |487| 1.9107 | 16050 | 1.4852        | -               |488| 1.9167 | 16100 | 1.5158        | -               |489| 1.9226 | 16150 | 1.4602        | -               |490| 1.9286 | 16200 | 1.4465        | -               |491| 1.9345 | 16250 | 1.412         | -               |492| 1.9405 | 16300 | 1.483         | -               |493| 1.9464 | 16350 | 1.5342        | -               |494| 1.9524 | 16400 | 1.3866        | -               |495| 1.9583 | 16450 | 1.4318        | -               |496| 1.9643 | 16500 | 1.6241        | -               |497| 1.9702 | 16550 | 1.5514        | -               |498| 1.9762 | 16600 | 1.46          | -               |499| 1.9821 | 16650 | 1.4069        | -               |500| 1.9881 | 16700 | 1.457         | -               |501| 1.9940 | 16750 | 1.4273        | -               |502| 2.0    | 16800 | 1.3673        | -               |503| 2.0060 | 16850 | 1.3753        | -               |504| 2.0119 | 16900 | 1.4279        | -               |505| 2.0179 | 16950 | 1.3897        | -               |506| 2.0238 | 17000 | 1.4659        | -               |507| 2.0298 | 17050 | 1.4494        | -               |508| 2.0357 | 17100 | 1.4533        | -               |509| 2.0417 | 17150 | 1.3735        | -               |510| 2.0476 | 17200 | 1.4232        | -               |511| 2.0536 | 17250 | 1.4229        | -               |512| 2.0595 | 17300 | 1.4597        | -               |513| 2.0655 | 17350 | 1.4825        | -               |514| 2.0714 | 17400 | 1.4661        | -               |515| 2.0774 | 17450 | 1.4332        | -               |516| 2.0833 | 17500 | 1.5895        | -               |517| 2.0893 | 17550 | 1.4824        | -               |518| 2.0952 | 17600 | 1.4472        | -               |519| 2.1012 | 17650 | 1.4001        | -               |520| 2.1071 | 17700 | 1.4638        | -               |521| 2.1131 | 17750 | 1.4651        | -               |522| 2.1190 | 17800 | 1.4711        | -               |523| 2.125  | 17850 | 1.4474        | -               |524| 2.1310 | 17900 | 1.4544        | -               |525| 2.1369 | 17950 | 1.3935        | -               |526| 2.1429 | 18000 | 1.4449        | -               |527| 2.1488 | 18050 | 1.4671        | -               |528| 2.1548 | 18100 | 1.4169        | -               |529| 2.1607 | 18150 | 1.5095        | -               |530| 2.1667 | 18200 | 1.4186        | -               |531| 2.1726 | 18250 | 1.4574        | -               |532| 2.1786 | 18300 | 1.4448        | -               |533| 2.1845 | 18350 | 1.5045        | -               |534| 2.1905 | 18400 | 1.4998        | -               |535| 2.1964 | 18450 | 1.3559        | -               |536| 2.2024 | 18500 | 1.4862        | -               |537| 2.2083 | 18550 | 1.4018        | -               |538| 2.2143 | 18600 | 1.4407        | -               |539| 2.2202 | 18650 | 1.5812        | -               |540| 2.2262 | 18700 | 1.4268        | -               |541| 2.2321 | 18750 | 1.4434        | -               |542| 2.2381 | 18800 | 1.5467        | -               |543| 2.2440 | 18850 | 1.4281        | -               |544| 2.25   | 18900 | 1.482         | -               |545| 2.2560 | 18950 | 1.5261        | -               |546| 2.2619 | 19000 | 1.4152        | -               |547| 2.2679 | 19050 | 1.5267        | -               |548| 2.2738 | 19100 | 1.4237        | -               |549| 2.2798 | 19150 | 1.5455        | -               |550| 2.2857 | 19200 | 1.4679        | -               |551| 2.2917 | 19250 | 1.3398        | -               |552| 2.2976 | 19300 | 1.4697        | -               |553| 2.3036 | 19350 | 1.4176        | -               |554| 2.3095 | 19400 | 1.4661        | -               |555| 2.3155 | 19450 | 1.4397        | -               |556| 2.3214 | 19500 | 1.5095        | -               |557| 2.3274 | 19550 | 1.4873        | -               |558| 2.3333 | 19600 | 1.4312        | -               |559| 2.3393 | 19650 | 1.441         | -               |560| 2.3452 | 19700 | 1.4341        | -               |561| 2.3512 | 19750 | 1.4229        | -               |562| 2.3571 | 19800 | 1.4917        | -               |563| 2.3631 | 19850 | 1.4397        | -               |564| 2.3690 | 19900 | 1.4027        | -               |565| 2.375  | 19950 | 1.5022        | -               |566| 2.3810 | 20000 | 1.441         | -               |567| 2.3869 | 20050 | 1.4392        | -               |568| 2.3929 | 20100 | 1.4454        | -               |569| 2.3988 | 20150 | 1.4886        | -               |570| 2.4048 | 20200 | 1.4776        | -               |571| 2.4107 | 20250 | 1.3946        | -               |572| 2.4167 | 20300 | 1.5492        | -               |573| 2.4226 | 20350 | 1.534         | -               |574| 2.4286 | 20400 | 1.4011        | -               |575| 2.4345 | 20450 | 1.5276        | -               |576| 2.4405 | 20500 | 1.4633        | -               |577| 2.4464 | 20550 | 1.4446        | -               |578| 2.4524 | 20600 | 1.5005        | -               |579| 2.4583 | 20650 | 1.4818        | -               |580| 2.4643 | 20700 | 1.4319        | -               |581| 2.4702 | 20750 | 1.4406        | -               |582| 2.4762 | 20800 | 1.4496        | -               |583| 2.4821 | 20850 | 1.4963        | -               |584| 2.4881 | 20900 | 1.4731        | -               |585| 2.4940 | 20950 | 1.4536        | -               |586| 2.5    | 21000 | 1.5153        | -               |587| 2.5060 | 21050 | 1.5522        | -               |588| 2.5119 | 21100 | 1.3759        | -               |589| 2.5179 | 21150 | 1.4285        | -               |590| 2.5238 | 21200 | 1.4162        | -               |591| 2.5298 | 21250 | 1.4383        | -               |592| 2.5357 | 21300 | 1.4408        | -               |593| 2.5417 | 21350 | 1.4009        | -               |594| 2.5476 | 21400 | 1.4589        | -               |595| 2.5536 | 21450 | 1.4478        | -               |596| 2.5595 | 21500 | 1.4876        | -               |597| 2.5655 | 21550 | 1.4206        | -               |598| 2.5714 | 21600 | 1.4927        | -               |599| 2.5774 | 21650 | 1.5047        | -               |600| 2.5833 | 21700 | 1.3988        | -               |601| 2.5893 | 21750 | 1.4714        | -               |602| 2.5952 | 21800 | 1.3605        | -               |603| 2.6012 | 21850 | 1.5635        | -               |604| 2.6071 | 21900 | 1.4678        | -               |605| 2.6131 | 21950 | 1.4618        | -               |606| 2.6190 | 22000 | 1.4407        | -               |607| 2.625  | 22050 | 1.5451        | -               |608| 2.6310 | 22100 | 1.4844        | -               |609| 2.6369 | 22150 | 1.4088        | -               |610| 2.6429 | 22200 | 1.5056        | -               |611| 2.6488 | 22250 | 1.4678        | -               |612| 2.6548 | 22300 | 1.4262        | -               |613| 2.6607 | 22350 | 1.4492        | -               |614| 2.6667 | 22400 | 1.4463        | -               |615| 2.6726 | 22450 | 1.3851        | -               |616| 2.6786 | 22500 | 1.513         | -               |617| 2.6845 | 22550 | 1.45          | -               |618| 2.6905 | 22600 | 1.4382        | -               |619| 2.6964 | 22650 | 1.4637        | -               |620| 2.7024 | 22700 | 1.4487        | -               |621| 2.7083 | 22750 | 1.4507        | -               |622| 2.7143 | 22800 | 1.5065        | -               |623| 2.7202 | 22850 | 1.4116        | -               |624| 2.7262 | 22900 | 1.479         | -               |625| 2.7321 | 22950 | 1.444         | -               |626| 2.7381 | 23000 | 1.4056        | -               |627| 2.7440 | 23050 | 1.3913        | -               |628| 2.75   | 23100 | 1.5108        | -               |629| 2.7560 | 23150 | 1.4092        | -               |630| 2.7619 | 23200 | 1.4341        | -               |631| 2.7679 | 23250 | 1.4274        | -               |632| 2.7738 | 23300 | 1.4748        | -               |633| 2.7798 | 23350 | 1.3819        | -               |634| 2.7857 | 23400 | 1.5012        | -               |635| 2.7917 | 23450 | 1.3594        | -               |636| 2.7976 | 23500 | 1.4708        | -               |637| 2.8036 | 23550 | 1.4425        | -               |638| 2.8095 | 23600 | 1.3566        | -               |639| 2.8155 | 23650 | 1.456         | -               |640| 2.8214 | 23700 | 1.5937        | -               |641| 2.8274 | 23750 | 1.3835        | -               |642| 2.8333 | 23800 | 1.4137        | -               |643| 2.8393 | 23850 | 1.3861        | -               |644| 2.8452 | 23900 | 1.4249        | -               |645| 2.8512 | 23950 | 1.3599        | -               |646| 2.8571 | 24000 | 1.4789        | -               |647| 2.8631 | 24050 | 1.4527        | -               |648| 2.8690 | 24100 | 1.4406        | -               |649| 2.875  | 24150 | 1.4301        | -               |650| 2.8810 | 24200 | 1.4059        | -               |651| 2.8869 | 24250 | 1.5052        | -               |652| 2.8929 | 24300 | 1.4429        | -               |653| 2.8988 | 24350 | 1.5183        | -               |654| 2.9048 | 24400 | 1.4288        | -               |655| 2.9107 | 24450 | 1.4673        | -               |656| 2.9167 | 24500 | 1.4582        | -               |657| 2.9226 | 24550 | 1.4792        | -               |658| 2.9286 | 24600 | 1.4598        | -               |659| 2.9345 | 24650 | 1.4785        | -               |660| 2.9405 | 24700 | 1.4259        | -               |661| 2.9464 | 24750 | 1.4877        | -               |662| 2.9524 | 24800 | 1.5162        | -               |663| 2.9583 | 24850 | 1.4854        | -               |664| 2.9643 | 24900 | 1.3679        | -               |665| 2.9702 | 24950 | 1.3985        | -               |666| 2.9762 | 25000 | 1.421         | -               |667| 2.9821 | 25050 | 1.5048        | -               |668| 2.9881 | 25100 | 1.4618        | -               |669| 2.9940 | 25150 | 1.5061        | -               |670| 3.0    | 25200 | 1.3634        | -               |671 672### Framework Versions673- Python: 3.12.0674- SetFit: 1.2.0.dev0675- Sentence Transformers: 3.2.1676- Transformers: 4.45.2677- PyTorch: 2.5.0+cpu678- Datasets: 3.0.2679- Tokenizers: 0.20.1680 681## Citation682 683### BibTeX684```bibtex685@article{https://doi.org/10.48550/arxiv.2209.11055,686    doi = {10.48550/ARXIV.2209.11055},687    url = {https://arxiv.org/abs/2209.11055},688    author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},689    keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},690    title = {Efficient Few-Shot Learning Without Prompts},691    publisher = {arXiv},692    year = {2022},693    copyright = {Creative Commons Attribution 4.0 International}694}695```696 697<!--698## Glossary699 700*Clearly define terms in order to be accessible across audiences.*701-->702 703<!--704## Model Card Authors705 706*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*707-->708 709<!--710## Model Card Contact711 712*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*713-->