CoolFace
Modelpublic

naufalso/setfit-ctc-bge-base-en-v1.5

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
Model Card

SetFit with BAAI/bge-base-en-v1.5

This is a SetFit model that can be used for Text Classification. This SetFit model uses BAAI/bge-base-en-v1.5 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:

  1. 1.Fine-tuning a Sentence Transformer with contrastive learning.
  2. 2.Training a classification head with features from the fine-tuned Sentence Transformer.

Model Details

Model Description

  • —Model Type: SetFit
  • —Sentence Transformer body: BAAI/bge-base-en-v1.5
  • —Classification head: a LogisticRegression instance
  • —Maximum Sequence Length: 512 tokens
  • —Number of Classes: 2 classes <!-- - Training Dataset: Unknown --> <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Model Labels

LabelExamples
cybersec<ul><li>"cracking this password?. http://postimg.org/image/mi3xit477/\nit's Gargoyle Router Management Utility\ni'm a pre-beginner in cracking, i setted this up in my router, but i don't want to press the reset button, it took me a few weeks to do it, so i don't wanna re-install the firmware, but i forgot the password.....\ni have unlimited times of enter times, it's a 192.168.2.1\nhow can i crack it? i don't think it's encrypted though..."</li><li>'How can someone prevent a sybil attack when connecting through TOR?. <p>As I understand it, running sybil BTC nodes through an anonymous network like TOR is much less expensive than in clearnet. This makes it possible that one could be connected to a majority of nodes controlled by the same entity, right?</p>\n\n<p>Is there any way to limit exposure to this when connection through TOR?</p>\n\n<p>( I am asking for a friend :P )</p>\n'</li><li>'Added gigabit qos switch at workstation to work around 10/100 pass though in Cisco IP phone. Widows says the LAN connection is 1Gbps, but there is a cat5, not 5e going to the machine, am I really getting gigabit?. Windows 7.\nLong story short, the network connection to our PCs was running through our Cisco IP phones, which only supported 10/100. Per my IT guy, everything else on our network, the switches etc. can support gigabit, the phone is the choke point. To workaround, I got a 5 port gigabit switch, and put the phone on the high priority qos port. Under the LAN connection in control panel, it went from 100Mbps to 1Gbps.\nThe reason I am skeptical is that the ethernet cable from the switch to the PC is cat5, not 5e. My understanding is it needs to be 5e. Since there are 3 cables (wall to switch, switch to phone, switch to pc) per machine, I would rather not replace every cable on 17 machines.\nSo, if Windows says gigabit, is that all there is to it? Or should I run some type of diagnostic?\nLonger question, we have 20ish IP phones, and a server, sharing modestly sized documents, and some server-centric ERP type software. Do I even need the Gigabit speed? Some users I have switched are noticing some improvement, but we are not transferring huge files across the network regularly, so it may just seem anecdotally faster to them. How can I tell if I really need the extra bandwidth, and what I am using?\n\nI feel like a total idiot here, be gentle...\n\nThanks!'</li></ul>
non-cybersec<ul><li>'Tex-shell in AUCTeX. <p>Whenever I compile a file in AUCTeX (e.g. <code>C-c</code> <code>C-c</code> and then choosing an option) , it creates a buffer <code>tex-shell</code> where I can see the output of the compilation command. Once the compilation finishes this shell buffer stays open. What is the right way to close it? </p>\n\n<p>Besides showing me the compilation output, what else can I use it for?</p>\n'</li><li>'Inserting a Creative Commons Licence into a LaTeX document. <p>I\'d like to insert a CC license on a manuscript (a book or report). I\'ve seen the page for downloading the <a href="http://creativecommons.org/about/downloads/" rel="noreferrer">CC icons</a>, and also some questions asked in the forum <a href="https://tex.stackexchange.com/questions/20308/creative-commons-logo">CC logo</a> and <a href="https://tex.stackexchange.com/questions/1725/how-do-i-generate-creative-commons-license-information">Generate CC information</a>. </p>\n\n<p>However, I do not get how to create the actual thing!</p>\n\n<p><strong>Q:</strong> Can you please provide an example of a license info page (<em>MWE</em>)? That would be really helpful!</p>\n'</li><li>"Hey Reddit! We're Tritonal, and we just released our new U&Me album. Ask us anything!!. Yooo! What's up!? It's Dave & Chad of Tritonal, and we've just released our newest album, U&ME, available everywhere now! We're here to answer all of YOUR questions. Let's get this thing started!\n\nASK US ANYTHING! <3\n\nOur new album U&Me - https://enhanced.ffm.to/umealbum\nOur tour dates - http://tritonalmusic.com/shows\n\nProof: https://i.imgur.com/6cxJ9eU.jpg"</li></ul>

Uses

Direct Use for Inference

First install the SetFit library:

bash
pip install setfit

Then you can load this model and run inference.

python
from setfit import SetFitModel

# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("naufalso/setfit-ctc-bge-base-en-v1.5")
# Run inference
preds = model("The salvation of the soul in plain English: the world revolves around me.")

<!--

Downstream Use

List how someone could finetune this model on their own dataset. -->

<!--

Out-of-Scope Use

List how the model may foreseeably be misused and address what users ought not to do with the model. -->

<!--

Bias, Risks and Limitations

What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model. -->

<!--

Recommendations

What are recommendations with respect to the foreseeable issues? For example, filtering explicit content. -->

Training Details

Training Set Metrics

Training setMinMedianMax
Word count2309.55220280
LabelTraining Sample Count
non-cybersec1000
cybersec1000

Training Hyperparameters

  • —batch_size: (32, 32)
  • —num_epochs: (1, 1)
  • —max_steps: -1
  • —sampling_strategy: oversampling
  • —bodylearningrate: (2e-05, 1e-05)
  • —headlearningrate: 0.01
  • —loss: CosineSimilarityLoss
  • —distancemetric: cosinedistance
  • —margin: 0.25
  • —endtoend: False
  • —use_amp: False
  • —warmup_proportion: 0.1
  • —l2_weight: 0.01
  • —seed: 42
  • —evalmaxsteps: -1
  • —loadbestmodelatend: False

Training Results

EpochStepTraining LossValidation Loss
0.000010.2527-
0.0008500.2398-
0.00161000.2476-
0.00241500.2407-
0.00322000.2448-
0.00402500.241-
0.00483000.2381-
0.00563500.2345-
0.00644000.2344-
0.00724500.2284-
0.00805000.2232-
0.00885500.2167-
0.00966000.2082-
0.01046500.193-
0.01127000.163-
0.01207500.138-
0.01288000.1136-
0.01368500.0934-
0.01449000.0743-
0.01529500.0619-
0.016010000.0455-
0.016810500.0415-
0.017611000.027-
0.018411500.0276-
0.019212000.0235-
0.020012500.0183-
0.020813000.0193-
0.021613500.0161-
0.022414000.0143-
0.023214500.0134-
0.024015000.0146-
0.024815500.0152-
0.025616000.0157-
0.026416500.0138-
0.027217000.0101-
0.028017500.0089-
0.028818000.0109-
0.029618500.0122-
0.030419000.0056-
0.031219500.0094-
0.032020000.0105-
0.032820500.0101-
0.033621000.0087-
0.034421500.0089-
0.035222000.0079-
0.036022500.0091-
0.036823000.0063-
0.037623500.005-
0.038424000.0083-
0.039224500.0066-
0.040025000.007-
0.040825500.0049-
0.041626000.0037-
0.042426500.006-
0.043227000.0063-
0.044027500.0047-
0.044828000.0062-
0.045628500.0029-
0.046429000.0038-
0.047229500.0025-
0.048030000.0021-
0.048830500.0017-
0.049631000.0041-
0.050331500.0015-
0.051132000.004-
0.051932500.0019-
0.052733000.005-
0.053533500.0016-
0.054334000.0037-
0.055134500.0031-
0.055935000.0024-
0.056735500.0019-
0.057536000.0036-
0.058336500.0058-
0.059137000.0024-
0.059937500.0021-
0.060738000.0015-
0.061538500.0015-
0.062339000.0016-
0.063139500.0009-
0.063940000.0014-
0.064740500.0014-
0.065541000.0021-
0.066341500.0008-
0.067142000.0031-
0.067942500.0008-
0.068743000.0025-
0.069543500.0028-
0.070344000.0025-
0.071144500.0007-
0.071945000.0018-
0.072745500.0012-
0.073546000.0012-
0.074346500.0006-
0.075147000.0006-
0.075947500.0031-
0.076748000.0017-
0.077548500.0007-
0.078349000.0011-
0.079149500.0006-
0.079950000.0006-
0.080750500.0005-
0.081551000.0005-
0.082351500.0005-
0.083152000.0005-
0.083952500.0005-
0.084753000.0005-
0.085553500.0005-
0.086354000.0005-
0.087154500.0005-
0.087955000.0004-
0.088755500.0005-
0.089556000.0004-
0.090356500.0004-
0.091157000.0004-
0.091957500.0004-
0.092758000.0004-
0.093558500.0035-
0.094359000.0112-
0.095159500.0054-
0.095960000.0058-
0.096760500.0027-
0.097561000.0051-
0.098361500.0038-
0.099162000.0031-
0.099962500.0038-
0.100763000.0021-
0.101563500.0029-
0.102364000.0018-
0.103164500.0035-
0.103965000.0017-
0.104765500.0026-
0.105566000.0016-
0.106366500.0016-
0.107167000.0004-
0.107967500.001-
0.108768000.0028-
0.109568500.001-
0.110369000.0003-
0.111169500.001-
0.111970000.0016-
0.112770500.0003-
0.113571000.0022-
0.114371500.0022-
0.115172000.0016-
0.115972500.0007-
0.116773000.0003-
0.117573500.0006-
0.118374000.0026-
0.119174500.0004-
0.119975000.0008-
0.120775500.0004-
0.121576000.0003-
0.122376500.0004-
0.123177000.0023-
0.123977500.0004-
0.124778000.0005-
0.125578500.0005-
0.126379000.0016-
0.127179500.0005-
0.127980000.0004-
0.128780500.0003-
0.129581000.0014-
0.130381500.0052-
0.131182000.005-
0.131982500.0051-
0.132783000.0009-
0.133583500.0003-
0.134384000.0004-
0.135184500.0003-
0.135985000.0003-
0.136785500.0009-
0.137586000.0003-
0.138386500.0003-
0.139187000.0003-
0.139987500.0009-
0.140788000.0012-
0.141588500.0009-
0.142389000.0003-
0.143189500.0002-
0.143990000.0002-
0.144790500.0002-
0.145591000.0002-
0.146391500.0002-
0.147192000.0002-
0.147992500.0003-
0.148793000.0002-
0.149493500.0002-
0.150294000.0002-
0.151094500.0002-
0.151895000.0002-
0.152695500.0002-
0.153496000.0002-
0.154296500.0002-
0.155097000.0002-
0.155897500.0002-
0.156698000.0002-
0.157498500.0002-
0.158299000.0002-
0.159099500.0002-
0.1598100000.0002-
0.1606100500.0002-
0.1614101000.0002-
0.1622101500.0002-
0.1630102000.0002-
0.1638102500.0002-
0.1646103000.0002-
0.1654103500.0002-
0.1662104000.0002-
0.1670104500.0002-
0.1678105000.0002-
0.1686105500.0002-
0.1694106000.0002-
0.1702106500.0002-
0.1710107000.0002-
0.1718107500.0002-
0.1726108000.0002-
0.1734108500.0002-
0.1742109000.0002-
0.1750109500.0002-
0.1758110000.0002-
0.1766110500.0002-
0.1774111000.0002-
0.1782111500.0002-
0.1790112000.0002-
0.1798112500.0002-
0.1806113000.0002-
0.1814113500.0002-
0.1822114000.0002-
0.1830114500.0002-
0.1838115000.0002-
0.1846115500.0002-
0.1854116000.0002-
0.1862116500.0002-
0.1870117000.0002-
0.1878117500.0002-
0.1886118000.0001-
0.1894118500.0002-
0.1902119000.0002-
0.1910119500.0001-
0.1918120000.0001-
0.1926120500.0001-
0.1934121000.0001-
0.1942121500.0001-
0.1950122000.0001-
0.1958122500.0001-
0.1966123000.0001-
0.1974123500.0001-
0.1982124000.0001-
0.1990124500.0001-
0.1998125000.0001-
0.2006125500.0001-
0.2014126000.0001-
0.2022126500.0001-
0.2030127000.0001-
0.2038127500.0001-
0.2046128000.0001-
0.2054128500.0001-
0.2062129000.0001-
0.2070129500.0001-
0.2078130000.0001-
0.2086130500.0001-
0.2094131000.0001-
0.2102131500.0001-
0.2110132000.0001-
0.2118132500.0001-
0.2126133000.0001-
0.2134133500.0001-
0.2142134000.0001-
0.2150134500.0001-
0.2158135000.0001-
0.2166135500.0001-
0.2174136000.0001-
0.2182136500.0001-
0.2190137000.0001-
0.2198137500.0001-
0.2206138000.0001-
0.2214138500.0001-
0.2222139000.0001-
0.2230139500.0001-
0.2238140000.0001-
0.2246140500.0001-
0.2254141000.0001-
0.2262141500.0001-
0.2270142000.0001-
0.2278142500.0001-
0.2286143000.0001-
0.2294143500.0001-
0.2302144000.0001-
0.2310144500.0001-
0.2318145000.0001-
0.2326145500.0001-
0.2334146000.0001-
0.2342146500.0001-
0.2350147000.0001-
0.2358147500.0001-
0.2366148000.0001-
0.2374148500.0001-
0.2382149000.0001-
0.2390149500.0001-
0.2398150000.0001-
0.2406150500.0001-
0.2414151000.0001-
0.2422151500.0001-
0.2430152000.0001-
0.2438152500.0001-
0.2446153000.0001-
0.2454153500.0001-
0.2462154000.0001-
0.2470154500.0001-
0.2478155000.0001-
0.2485155500.0001-
0.2493156000.0001-
0.2501156500.0001-
0.2509157000.0001-
0.2517157500.0001-
0.2525158000.0001-
0.2533158500.0001-
0.2541159000.0001-
0.2549159500.0001-
0.2557160000.0001-
0.2565160500.0001-
0.2573161000.0001-
0.2581161500.0001-
0.2589162000.0001-
0.2597162500.0001-
0.2605163000.0001-
0.2613163500.0001-
0.2621164000.0001-
0.2629164500.0011-
0.2637165000.0011-
0.2645165500.0022-
0.2653166000.0055-
0.2661166500.0012-
0.2669167000.0023-
0.2677167500.0016-
0.2685168000.0001-
0.2693168500.0001-
0.2701169000.0001-
0.2709169500.0001-
0.2717170000.0001-
0.2725170500.0001-
0.2733171000.0001-
0.2741171500.0001-
0.2749172000.0001-
0.2757172500.0001-
0.2765173000.0001-
0.2773173500.0001-
0.2781174000.0001-
0.2789174500.0001-
0.2797175000.0001-
0.2805175500.0001-
0.2813176000.0001-
0.2821176500.0001-
0.2829177000.0001-
0.2837177500.0001-
0.2845178000.0003-
0.2853178500.0001-
0.2861179000.0001-
0.2869179500.0001-
0.2877180000.0001-
0.2885180500.0001-
0.2893181000.0001-
0.2901181500.0001-
0.2909182000.0001-
0.2917182500.0001-
0.2925183000.0001-
0.2933183500.0001-
0.2941184000.0001-
0.2949184500.0001-
0.2957185000.0001-
0.2965185500.0001-
0.2973186000.0001-
0.2981186500.0001-
0.2989187000.0001-
0.2997187500.0001-
0.3005188000.0001-
0.3013188500.0001-
0.3021189000.0001-
0.3029189500.0001-
0.3037190000.0001-
0.3045190500.0001-
0.3053191000.0001-
0.3061191500.0001-
0.3069192000.0001-
0.3077192500.0001-
0.3085193000.0001-
0.3093193500.0001-
0.3101194000.0001-
0.3109194500.0001-
0.3117195000.0001-
0.3125195500.0001-
0.3133196000.0001-
0.3141196500.0001-
0.3149197000.0001-
0.3157197500.0001-
0.3165198000.0-
0.3173198500.0001-
0.3181199000.0001-
0.3189199500.0001-
0.3197200000.0001-
0.3205200500.0001-
0.3213201000.0001-
0.3221201500.0001-
0.3229202000.0-
0.3237202500.0001-
0.3245203000.0-
0.3253203500.0001-
0.3261204000.0-
0.3269204500.0-
0.3277205000.0-
0.3285205500.0001-
0.3293206000.0-
0.3301206500.0-
0.3309207000.0-
0.3317207500.0-
0.3325208000.0-
0.3333208500.0-
0.3341209000.0-
0.3349209500.0-
0.3357210000.0-
0.3365210500.0-
0.3373211000.0-
0.3381211500.0-
0.3389212000.0-
0.3397212500.0-
0.3405213000.0-
0.3413213500.0-
0.3421214000.0-
0.3429214500.0-
0.3437215000.0-
0.3445215500.0-
0.3453216000.0-
0.3461216500.0-
0.3469217000.0-
0.3476217500.0-
0.3484218000.0-
0.3492218500.0-
0.3500219000.0-
0.3508219500.0-
0.3516220000.0-
0.3524220500.0-
0.3532221000.0-
0.3540221500.0-
0.3548222000.0-
0.3556222500.0-
0.3564223000.0-
0.3572223500.0-
0.3580224000.0-
0.3588224500.0-
0.3596225000.0-
0.3604225500.0-
0.3612226000.0-
0.3620226500.0-
0.3628227000.0-
0.3636227500.0-
0.3644228000.0-
0.3652228500.0-
0.3660229000.0-
0.3668229500.0-
0.3676230000.0-
0.3684230500.0-
0.3692231000.0-
0.3700231500.0-
0.3708232000.0-
0.3716232500.0-
0.3724233000.0-
0.3732233500.0-
0.3740234000.0-
0.3748234500.0-
0.3756235000.0-
0.3764235500.0-
0.3772236000.0-
0.3780236500.0-
0.3788237000.0-
0.3796237500.0-
0.3804238000.0-
0.3812238500.0-
0.3820239000.0-
0.3828239500.0-
0.3836240000.0-
0.3844240500.0-
0.3852241000.0-
0.3860241500.0-
0.3868242000.0-
0.3876242500.0-
0.3884243000.0-
0.3892243500.0-
0.3900244000.0-
0.3908244500.0-
0.3916245000.0-
0.3924245500.0-
0.3932246000.0-
0.3940246500.0-
0.3948247000.0-
0.3956247500.0-
0.3964248000.0-
0.3972248500.0-
0.3980249000.0-
0.3988249500.0-
0.3996250000.0-
0.4004250500.0-
0.4012251000.0-
0.4020251500.0-
0.4028252000.0-
0.4036252500.0-
0.4044253000.0-
0.4052253500.0-
0.4060254000.0-
0.4068254500.0-
0.4076255000.0-
0.4084255500.0-
0.4092256000.0-
0.4100256500.0-
0.4108257000.0-
0.4116257500.0-
0.4124258000.0-
0.4132258500.0-
0.4140259000.0-
0.4148259500.0-
0.4156260000.0-
0.4164260500.0-
0.4172261000.0-
0.4180261500.0-
0.4188262000.0-
0.4196262500.0-
0.4204263000.0-
0.4212263500.0-
0.4220264000.0-
0.4228264500.0-
0.4236265000.0-
0.4244265500.0-
0.4252266000.0-
0.4260266500.0-
0.4268267000.0-
0.4276267500.0-
0.4284268000.0-
0.4292268500.0-
0.4300269000.0-
0.4308269500.0-
0.4316270000.0-
0.4324270500.0-
0.4332271000.0-
0.4340271500.0-
0.4348272000.0-
0.4356272500.0-
0.4364273000.0-
0.4372273500.0-
0.4380274000.0-
0.4388274500.0-
0.4396275000.0-
0.4404275500.0-
0.4412276000.0-
0.4420276500.0-
0.4428277000.0-
0.4436277500.0-
0.4444278000.0-
0.4452278500.0-
0.4460279000.0-
0.4467279500.0-
0.4475280000.0-
0.4483280500.0-
0.4491281000.0-
0.4499281500.0-
0.4507282000.0-
0.4515282500.0-
0.4523283000.0-
0.4531283500.0-
0.4539284000.0-
0.4547284500.0-
0.4555285000.0-
0.4563285500.0-
0.4571286000.0-
0.4579286500.0-
0.4587287000.0-
0.4595287500.0-
0.4603288000.0-
0.4611288500.0-
0.4619289000.0-
0.4627289500.0-
0.4635290000.0-
0.4643290500.0-
0.4651291000.0-
0.4659291500.0-
0.4667292000.0-
0.4675292500.0-
0.4683293000.0-
0.4691293500.0003-
0.4699294000.0-
0.4707294500.0005-
0.4715295000.0-
0.4723295500.0-
0.4731296000.0-
0.4739296500.0001-
0.4747297000.0-
0.4755297500.0-
0.4763298000.0-
0.4771298500.0-
0.4779299000.0-
0.4787299500.0-
0.4795300000.0-
0.4803300500.0-
0.4811301000.0-
0.4819301500.0-
0.4827302000.0-
0.4835302500.0-
0.4843303000.0-
0.4851303500.0-
0.4859304000.0-
0.4867304500.0-
0.4875305000.0-
0.4883305500.0-
0.4891306000.0-
0.4899306500.0-
0.4907307000.0-
0.4915307500.0-
0.4923308000.0-
0.4931308500.0-
0.4939309000.0-
0.4947309500.0-
0.4955310000.0-
0.4963310500.0-
0.4971311000.0-
0.4979311500.0-
0.4987312000.0-
0.4995312500.0-
0.5003313000.0-
0.5011313500.0-
0.5019314000.0-
0.5027314500.0-
0.5035315000.0-
0.5043315500.0043-
0.5051316000.0008-
0.5059316500.0-
0.5067317000.0-
0.5075317500.0-
0.5083318000.0-
0.5091318500.0-
0.5099319000.0-
0.5107319500.0-
0.5115320000.0-
0.5123320500.0-
0.5131321000.0-
0.5139321500.0-
0.5147322000.0-
0.5155322500.0-
0.5163323000.0-
0.5171323500.0-
0.5179324000.0-
0.5187324500.0-
0.5195325000.0-
0.5203325500.0-
0.5211326000.0-
0.5219326500.0-
0.5227327000.0-
0.5235327500.0-
0.5243328000.0-
0.5251328500.0-
0.5259329000.0-
0.5267329500.0-
0.5275330000.0-
0.5283330500.0-
0.5291331000.0-
0.5299331500.0-
0.5307332000.0-
0.5315332500.0-
0.5323333000.0-
0.5331333500.0-
0.5339334000.0-
0.5347334500.0-
0.5355335000.0-
0.5363335500.0-
0.5371336000.0-
0.5379336500.0-
0.5387337000.0-
0.5395337500.0-
0.5403338000.0-
0.5411338500.0-
0.5419339000.0-
0.5427339500.0-
0.5435340000.0-
0.5443340500.0-
0.5451341000.0-
0.5458341500.0-
0.5466342000.0-
0.5474342500.0-
0.5482343000.0-
0.5490343500.0-
0.5498344000.0-
0.5506344500.0-
0.5514345000.0-
0.5522345500.0-
0.5530346000.0-
0.5538346500.0-
0.5546347000.0-
0.5554347500.0-
0.5562348000.0-
0.5570348500.0-
0.5578349000.0-
0.5586349500.0-
0.5594350000.0-
0.5602350500.0-
0.5610351000.0-
0.5618351500.0-
0.5626352000.0-
0.5634352500.0-
0.5642353000.0-
0.5650353500.0-
0.5658354000.0-
0.5666354500.0-
0.5674355000.0-
0.5682355500.0-
0.5690356000.0-
0.5698356500.0-
0.5706357000.0-
0.5714357500.0-
0.5722358000.0-
0.5730358500.0-
0.5738359000.0-
0.5746359500.0-
0.5754360000.0-
0.5762360500.0-
0.5770361000.0-
0.5778361500.0-
0.5786362000.0-
0.5794362500.0-
0.5802363000.0-
0.5810363500.0-
0.5818364000.0-
0.5826364500.0-
0.5834365000.0-
0.5842365500.0-
0.5850366000.0-
0.5858366500.0-
0.5866367000.0-
0.5874367500.0-
0.5882368000.0-
0.5890368500.0-
0.5898369000.0-
0.5906369500.0-
0.5914370000.0-
0.5922370500.0-
0.5930371000.0-
0.5938371500.0-
0.5946372000.0-
0.5954372500.0-
0.5962373000.0-
0.5970373500.0-
0.5978374000.0-
0.5986374500.0-
0.5994375000.0-
0.6002375500.0-
0.6010376000.0-
0.6018376500.0-
0.6026377000.0-
0.6034377500.0-
0.6042378000.0-
0.6050378500.0-
0.6058379000.0-
0.6066379500.0-
0.6074380000.0-
0.6082380500.0-
0.6090381000.0-
0.6098381500.0-
0.6106382000.0-
0.6114382500.0-
0.6122383000.0-
0.6130383500.0-
0.6138384000.0-
0.6146384500.0-
0.6154385000.0-
0.6162385500.0-
0.6170386000.0-
0.6178386500.0-
0.6186387000.0-
0.6194387500.0-
0.6202388000.0-
0.6210388500.0-
0.6218389000.0-
0.6226389500.0-
0.6234390000.0-
0.6242390500.0-
0.6250391000.0-
0.6258391500.0-
0.6266392000.0-
0.6274392500.0006-
0.6282393000.0-
0.6290393500.0022-
0.6298394000.0-
0.6306394500.0-
0.6314395000.0-
0.6322395500.0-
0.6330396000.0-
0.6338396500.0-
0.6346397000.0-
0.6354397500.0-
0.6362398000.0-
0.6370398500.0-
0.6378399000.0-
0.6386399500.0-
0.6394400000.0-
0.6402400500.0-
0.6410401000.0-
0.6418401500.0-
0.6426402000.0-
0.6434402500.0-
0.6442403000.0-
0.6449403500.0-
0.6457404000.0-
0.6465404500.0-
0.6473405000.0-
0.6481405500.0-
0.6489406000.0-
0.6497406500.0-
0.6505407000.0-
0.6513407500.0-
0.6521408000.0-
0.6529408500.0-
0.6537409000.0-
0.6545409500.0-
0.6553410000.0-
0.6561410500.0-
0.6569411000.0-
0.6577411500.0-
0.6585412000.0-
0.6593412500.0-
0.6601413000.0-
0.6609413500.0-
0.6617414000.0-
0.6625414500.0-
0.6633415000.0-
0.6641415500.0-
0.6649416000.0-
0.6657416500.0-
0.6665417000.0-
0.6673417500.0-
0.6681418000.0-
0.6689418500.0-
0.6697419000.0-
0.6705419500.0-
0.6713420000.0-
0.6721420500.0-
0.6729421000.0-
0.6737421500.0-
0.6745422000.0-
0.6753422500.0-
0.6761423000.0-
0.6769423500.0-
0.6777424000.0-
0.6785424500.0-
0.6793425000.0-
0.6801425500.0-
0.6809426000.0-
0.6817426500.0-
0.6825427000.0-
0.6833427500.0-
0.6841428000.0-
0.6849428500.0-
0.6857429000.0-
0.6865429500.0-
0.6873430000.0-
0.6881430500.0-
0.6889431000.0-
0.6897431500.0-
0.6905432000.0-
0.6913432500.0-
0.6921433000.0-
0.6929433500.0-
0.6937434000.0-
0.6945434500.0-
0.6953435000.0-
0.6961435500.0-
0.6969436000.0-
0.6977436500.0-
0.6985437000.0-
0.6993437500.0-
0.7001438000.0-
0.7009438500.0-
0.7017439000.0-
0.7025439500.0-
0.7033440000.0-
0.7041440500.0-
0.7049441000.0-
0.7057441500.0-
0.7065442000.0-
0.7073442500.0-
0.7081443000.0-
0.7089443500.0-
0.7097444000.0-
0.7105444500.0-
0.7113445000.0-
0.7121445500.0-
0.7129446000.0-
0.7137446500.0-
0.7145447000.0-
0.7153447500.0-
0.7161448000.0-
0.7169448500.0-
0.7177449000.0-
0.7185449500.0-
0.7193450000.0-
0.7201450500.0-
0.7209451000.0-
0.7217451500.0-
0.7225452000.0-
0.7233452500.0-
0.7241453000.0-
0.7249453500.0-
0.7257454000.0-
0.7265454500.0-
0.7273455000.0-
0.7281455500.0-
0.7289456000.0-
0.7297456500.0001-
0.7305457000.0-
0.7313457500.0-
0.7321458000.0-
0.7329458500.0-
0.7337459000.0-
0.7345459500.0-
0.7353460000.0-
0.7361460500.0-
0.7369461000.0-
0.7377461500.0-
0.7385462000.0-
0.7393462500.0-
0.7401463000.0-
0.7409463500.0-
0.7417464000.0-
0.7425464500.0-
0.7433465000.0-
0.7440465500.0-
0.7448466000.0-
0.7456466500.0-
0.7464467000.0-
0.7472467500.0-
0.7480468000.0-
0.7488468500.0-
0.7496469000.0-
0.7504469500.0-
0.7512470000.0-
0.7520470500.0-
0.7528471000.0-
0.7536471500.0-
0.7544472000.0-
0.7552472500.0-
0.7560473000.0-
0.7568473500.0-
0.7576474000.0-
0.7584474500.0-
0.7592475000.0-
0.7600475500.0-
0.7608476000.0-
0.7616476500.0-
0.7624477000.0-
0.7632477500.0-
0.7640478000.0-
0.7648478500.0-
0.7656479000.0-
0.7664479500.0-
0.7672480000.0-
0.7680480500.0-
0.7688481000.0-
0.7696481500.0-
0.7704482000.0-
0.7712482500.0-
0.7720483000.0-
0.7728483500.0-
0.7736484000.0-
0.7744484500.0-
0.7752485000.0-
0.7760485500.0-
0.7768486000.0-
0.7776486500.0-
0.7784487000.0-
0.7792487500.0-
0.7800488000.0-
0.7808488500.0-
0.7816489000.0-
0.7824489500.0-
0.7832490000.0-
0.7840490500.0-
0.7848491000.0-
0.7856491500.0-
0.7864492000.0-
0.7872492500.0-
0.7880493000.0-
0.7888493500.0-
0.7896494000.0-
0.7904494500.0-
0.7912495000.0-
0.7920495500.0-
0.7928496000.0-
0.7936496500.0-
0.7944497000.0-
0.7952497500.0-
0.7960498000.0-
0.7968498500.0-
0.7976499000.0-
0.7984499500.0-
0.7992500000.0-
0.8000500500.0-
0.8008501000.0-
0.8016501500.0-
0.8024502000.0-
0.8032502500.0-
0.8040503000.0-
0.8048503500.0-
0.8056504000.0-
0.8064504500.0-
0.8072505000.0-
0.8080505500.0-
0.8088506000.0-
0.8096506500.0-
0.8104507000.0-
0.8112507500.0-
0.8120508000.0-
0.8128508500.0-
0.8136509000.0-
0.8144509500.0-
0.8152510000.0-
0.8160510500.0-
0.8168511000.0-
0.8176511500.0-
0.8184512000.0-
0.8192512500.0-
0.8200513000.0-
0.8208513500.0-
0.8216514000.0-
0.8224514500.0-
0.8232515000.0-
0.8240515500.0-
0.8248516000.0-
0.8256516500.0-
0.8264517000.0-
0.8272517500.0-
0.8280518000.0-
0.8288518500.0-
0.8296519000.0-
0.8304519500.0-
0.8312520000.0-
0.8320520500.0-
0.8328521000.0-
0.8336521500.0-
0.8344522000.0-
0.8352522500.0-
0.8360523000.0-
0.8368523500.0-
0.8376524000.0-
0.8384524500.0-
0.8392525000.0-
0.8400525500.0-
0.8408526000.0-
0.8416526500.0-
0.8424527000.0-
0.8432527500.0-
0.8439528000.0-
0.8447528500.0-
0.8455529000.0-
0.8463529500.0-
0.8471530000.0-
0.8479530500.0-
0.8487531000.0-
0.8495531500.0-
0.8503532000.0-
0.8511532500.0-
0.8519533000.0-
0.8527533500.0-
0.8535534000.0-
0.8543534500.0-
0.8551535000.0-
0.8559535500.0-
0.8567536000.0-
0.8575536500.0-
0.8583537000.0-
0.8591537500.0-
0.8599538000.0-
0.8607538500.0-
0.8615539000.0-
0.8623539500.0-
0.8631540000.0-
0.8639540500.0-
0.8647541000.0-
0.8655541500.0-
0.8663542000.0-
0.8671542500.0-
0.8679543000.0-
0.8687543500.0-
0.8695544000.0-
0.8703544500.0-
0.8711545000.0-
0.8719545500.0-
0.8727546000.0-
0.8735546500.0-
0.8743547000.0-
0.8751547500.0-
0.8759548000.0-
0.8767548500.0-
0.8775549000.0-
0.8783549500.0-
0.8791550000.0-
0.8799550500.0-
0.8807551000.0-
0.8815551500.0-
0.8823552000.0-
0.8831552500.0-
0.8839553000.0-
0.8847553500.0-
0.8855554000.0-
0.8863554500.0-
0.8871555000.0-
0.8879555500.0-
0.8887556000.0004-
0.8895556500.0-
0.8903557000.0-
0.8911557500.0-
0.8919558000.0-
0.8927558500.0-
0.8935559000.0-
0.8943559500.0-
0.8951560000.0-
0.8959560500.0-
0.8967561000.0-
0.8975561500.0-
0.8983562000.0-
0.8991562500.0-
0.8999563000.0-
0.9007563500.0-
0.9015564000.0-
0.9023564500.0-
0.9031565000.0-
0.9039565500.0-
0.9047566000.0-
0.9055566500.0-
0.9063567000.0-
0.9071567500.0-
0.9079568000.0-
0.9087568500.0-
0.9095569000.0-
0.9103569500.0-
0.9111570000.0-
0.9119570500.0-
0.9127571000.0-
0.9135571500.0-
0.9143572000.0-
0.9151572500.0-
0.9159573000.0-
0.9167573500.0-
0.9175574000.0-
0.9183574500.0-
0.9191575000.0-
0.9199575500.0-
0.9207576000.0-
0.9215576500.0-
0.9223577000.0-
0.9231577500.0-
0.9239578000.0-
0.9247578500.0-
0.9255579000.0-
0.9263579500.0-
0.9271580000.0-
0.9279580500.0-
0.9287581000.0-
0.9295581500.0-
0.9303582000.0-
0.9311582500.0-
0.9319583000.0-
0.9327583500.0-
0.9335584000.0-
0.9343584500.0-
0.9351585000.0-
0.9359585500.0-
0.9367586000.0-
0.9375586500.0-
0.9383587000.0-
0.9391587500.0-
0.9399588000.0-
0.9407588500.0-
0.9415589000.0-
0.9423589500.0-
0.9430590000.0-
0.9438590500.0-
0.9446591000.0-
0.9454591500.0-
0.9462592000.0-
0.9470592500.0-
0.9478593000.0-
0.9486593500.0-
0.9494594000.0-
0.9502594500.0-
0.9510595000.0-
0.9518595500.0-
0.9526596000.0-
0.9534596500.0-
0.9542597000.0-
0.9550597500.0-
0.9558598000.0-
0.9566598500.0-
0.9574599000.0-
0.9582599500.0-
0.9590600000.0-
0.9598600500.0-
0.9606601000.0-
0.9614601500.0-
0.9622602000.0-
0.9630602500.0-
0.9638603000.0-
0.9646603500.0-
0.9654604000.0-
0.9662604500.0-
0.9670605000.0-
0.9678605500.0-
0.9686606000.0-
0.9694606500.0-
0.9702607000.0-
0.9710607500.0-
0.9718608000.0-
0.9726608500.0-
0.9734609000.0-
0.9742609500.0-
0.9750610000.0-
0.9758610500.0-
0.9766611000.0-
0.9774611500.0-
0.9782612000.0-
0.9790612500.0-
0.9798613000.0-
0.9806613500.0-
0.9814614000.0-
0.9822614500.0-
0.9830615000.0-
0.9838615500.0-
0.9846616000.0-
0.9854616500.0-
0.9862617000.0-
0.9870617500.0-
0.9878618000.0-
0.9886618500.0-
0.9894619000.0-
0.9902619500.0-
0.9910620000.0-
0.9918620500.0-
0.9926621000.0-
0.9934621500.0-
0.9942622000.0-
0.9950622500.0-
0.9958623000.0-
0.9966623500.0-
0.9974624000.0-
0.9982624500.0-
0.9990625000.0-
0.9998625500.0-
1.062563-0.0913

Framework Versions

  • —Python: 3.12.7
  • —SetFit: 1.1.0
  • —Sentence Transformers: 3.3.1
  • —Transformers: 4.47.0
  • —PyTorch: 2.5.1+cu124
  • —Datasets: 3.1.0
  • —Tokenizers: 0.21.0

Citation

BibTeX

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}
}

<!--

Glossary

Clearly define terms in order to be accessible across audiences. -->

<!--

Model Card Authors

Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction. -->

<!--

Model Card Contact

Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors. -->