CoolFace
Modelpublic

jamiehudson/725_model_v5

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
Model Card

SetFit with sentence-transformers/paraphrase-mpnet-base-v2

This is a SetFit model that can be used for Text Classification. This SetFit model uses sentence-transformers/paraphrase-mpnet-base-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:

  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 Sources

Model Labels

LabelExamples
neither<ul><li>'i asked brand to write it and then let it translate back. so in reality i have no clue what i am sending...'</li><li>"i saw someone summarize brand the other day; it doesn't give answers, it gives answer-shaped responses."</li><li>'thank you comrade i mean colleague. i will have brand summarize.'</li></ul>
peak<ul><li>'brand!! it helped me finish my resume. i just asked it if it could write my resume based on horribly written descriptions i came up with. and it made it all pretty:)'</li><li>'been building products for a bit now and your product (audio pen) is simple, useful and just works (like the early magic when product came out). congratulations and keep the flag flying high. not surprised that india is producing apps like yours. high time:-)'</li><li>'just got access to personalization in brand!! totally unexpected. very happy'</li></ul>
pit<ul><li>'brand recently i came across a very unwell patient in a psychiatric unit who was using product & this was reinforcing his delusional state & detrimentally impacting his mental health. anyone looking into this type of usage of product? what safe guards are being put in place?'</li><li>'brand product is def better at extracting numbers from images, product failed (pro version) twice...'</li><li>"the stuff brand gives is entirely too scripted and impractical, which is what i'm trying to avoid:/"</li></ul>

Evaluation

Metrics

LabelAccuracyF1PrecisionRecall
all0.964[0.8837209302325582, 0.9130434782608696, 0.9781021897810218][1.0, 1.0, 0.9571428571428572][0.7916666666666666, 0.84, 1.0]

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("jamiehudson/725_model_v5")
# Run inference
preds = model("product the way it shows the sources is so fucking cool, this new ai is amazing")

<!--

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 count331.660698
LabelTraining Sample Count
pit277
peak265
neither1105

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
  • seed: 42
  • evalmaxsteps: -1
  • loadbestmodelatend: False

Training Results

EpochStepTraining LossValidation Loss
0.000010.3157-
0.0012500.2756-
0.00231000.2613-
0.00351500.278-
0.00472000.2617-
0.00582500.214-
0.00703000.2192-
0.00823500.1914-
0.00934000.1246-
0.01054500.1343-
0.01175000.0937-
0.01295500.075-
0.01406000.0479-
0.01526500.0976-
0.01647000.0505-
0.01757500.0149-
0.01878000.0227-
0.01998500.0276-
0.02109000.0033-
0.02229500.0015-
0.023410000.0008-
0.024510500.0005-
0.025711000.001-
0.026911500.0009-
0.028012000.0004-
0.029212500.0007-
0.030413000.001-
0.031513500.0004-
0.032714000.0005-
0.033914500.0003-
0.035015000.0004-
0.036215500.0002-
0.037416000.0004-
0.038616500.0003-
0.039717000.0003-
0.040917500.0005-
0.042118000.0004-
0.043218500.0003-
0.044419000.0002-
0.045619500.0002-
0.046720000.0003-
0.047920500.0002-
0.049121000.0001-
0.050221500.0002-
0.051422000.0256-
0.052622500.0001-
0.053723000.0124-
0.054923500.0004-
0.056124000.0125-
0.057224500.0001-
0.058425000.0002-
0.059625500.0002-
0.060726000.0001-
0.061926500.0002-
0.063127000.0002-
0.064327500.0243-
0.065428000.0001-
0.066628500.0001-
0.067829000.0001-
0.068929500.0002-
0.070130000.006-
0.071330500.0021-
0.072431000.0003-
0.073631500.0003-
0.074832000.0001-
0.075932500.0-
0.077133000.0002-
0.078333500.0001-
0.079434000.0-
0.080634500.0124-
0.081835000.0001-
0.082935500.0001-
0.084136000.0001-
0.085336500.0-
0.086437000.0042-
0.087637500.0001-
0.088838000.0004-
0.090038500.0001-
0.091139000.0-
0.092339500.004-
0.093540000.0002-
0.094640500.0001-
0.095841000.0001-
0.097041500.0-
0.098142000.0-
0.099342500.0008-
0.100543000.0-
0.101643500.0-
0.102844000.0-
0.104044500.0-
0.105145000.0-
0.106345500.0-
0.107546000.0-
0.108646500.0-
0.109847000.0-
0.111047500.0-
0.112148000.0-
0.113348500.0-
0.114549000.0-
0.115749500.0-
0.116850000.0-
0.118050500.0-
0.119251000.0-
0.120351500.0008-
0.121552000.001-
0.122752500.0-
0.123853000.0-
0.125053500.0057-
0.126254000.0014-
0.127354500.0001-
0.128555000.0001-
0.129755500.0001-
0.130856000.0001-
0.132056500.0001-
0.133257000.0-
0.134357500.0-
0.135558000.0004-
0.136758500.0-
0.137859000.0001-
0.139059500.0-
0.140260000.0-
0.141460500.0-
0.142561000.0-
0.143761500.0-
0.144962000.0-
0.146062500.0-
0.147263000.0-
0.148463500.0-
0.149564000.0-
0.150764500.0-
0.151965000.0-
0.153065500.0-
0.154266000.0-
0.155466500.0-
0.156567000.0-
0.157767500.0-
0.158968000.0-
0.160068500.0-
0.161269000.0-
0.162469500.0-
0.163570000.0-
0.164770500.0-
0.165971000.0-
0.167171500.0-
0.168272000.0-
0.169472500.0-
0.170673000.0-
0.171773500.0-
0.172974000.0-
0.174174500.0-
0.175275000.0-
0.176475500.0-
0.177676000.0-
0.178776500.0-
0.179977000.0-
0.181177500.0-
0.182278000.0-
0.183478500.0-
0.184679000.0-
0.185779500.0-
0.186980000.0-
0.188180500.0-
0.189281000.0-
0.190481500.0-
0.191682000.0-
0.192882500.0-
0.193983000.0-
0.195183500.0-
0.196384000.0127-
0.197484500.0001-
0.198685000.0-
0.199885500.0-
0.200986000.0249-
0.202186500.0003-
0.203387000.0-
0.204487500.0003-
0.205688000.0003-
0.206888500.0002-
0.207989000.0-
0.209189500.0-
0.210390000.0001-
0.211490500.0-
0.212691000.0-
0.213891500.0-
0.214992000.0-
0.216192500.0-
0.217393000.0-
0.218593500.0-
0.219694000.0-
0.220894500.0-
0.222095000.0-
0.223195500.0-
0.224396000.0-
0.225596500.0-
0.226697000.0-
0.227897500.0-
0.229098000.0-
0.230198500.0-
0.231399000.0-
0.232599500.0-
0.2336100000.0-
0.2348100500.0-
0.2360101000.0-
0.2371101500.0-
0.2383102000.0-
0.2395102500.0-
0.2406103000.0-
0.2418103500.0-
0.2430104000.0-
0.2442104500.0-
0.2453105000.0-
0.2465105500.0-
0.2477106000.0-
0.2488106500.0-
0.2500107000.0-
0.2512107500.0-
0.2523108000.0-
0.2535108500.0-
0.2547109000.0-
0.2558109500.0-
0.2570110000.0-
0.2582110500.0-
0.2593111000.0-
0.2605111500.0-
0.2617112000.0-
0.2628112500.0-
0.2640113000.0-
0.2652113500.0-
0.2663114000.0-
0.2675114500.0-
0.2687115000.0-
0.2699115500.0-
0.2710116000.0-
0.2722116500.0-
0.2734117000.0-
0.2745117500.0-
0.2757118000.0-
0.2769118500.0-
0.2780119000.0-
0.2792119500.0-
0.2804120000.0-
0.2815120500.0-
0.2827121000.0-
0.2839121500.0-
0.2850122000.0-
0.2862122500.0-
0.2874123000.0-
0.2885123500.0-
0.2897124000.0-
0.2909124500.0-
0.2920125000.0-
0.2932125500.0-
0.2944126000.0-
0.2956126500.0-
0.2967127000.0-
0.2979127500.0-
0.2991128000.0-
0.3002128500.0-
0.3014129000.0-
0.3026129500.0-
0.3037130000.0-
0.3049130500.0-
0.3061131000.0-
0.3072131500.0-
0.3084132000.0-
0.3096132500.0-
0.3107133000.0-
0.3119133500.0-
0.3131134000.0-
0.3142134500.0-
0.3154135000.0-
0.3166135500.0-
0.3177136000.0-
0.3189136500.0-
0.3201137000.0-
0.3213137500.0-
0.3224138000.0-
0.3236138500.0-
0.3248139000.0-
0.3259139500.0-
0.3271140000.0-
0.3283140500.0-
0.3294141000.0-
0.3306141500.0-
0.3318142000.0-
0.3329142500.0-
0.3341143000.0-
0.3353143500.0-
0.3364144000.0-
0.3376144500.0-
0.3388145000.0-
0.3399145500.0-
0.3411146000.0-
0.3423146500.0-
0.3434147000.0-
0.3446147500.0-
0.3458148000.0-
0.3470148500.0-
0.3481149000.0-
0.3493149500.0-
0.3505150000.0-
0.3516150500.0-
0.3528151000.0-
0.3540151500.0-
0.3551152000.0-
0.3563152500.0-
0.3575153000.0-
0.3586153500.0-
0.3598154000.0-
0.3610154500.0-
0.3621155000.0-
0.3633155500.0-
0.3645156000.0-
0.3656156500.0-
0.3668157000.0-
0.3680157500.0-
0.3692158000.0-
0.3703158500.0-
0.3715159000.0-
0.3727159500.0-
0.3738160000.0-
0.3750160500.0-
0.3762161000.0-
0.3773161500.0-
0.3785162000.0-
0.3797162500.0-
0.3808163000.0-
0.3820163500.0-
0.3832164000.0-
0.3843164500.0-
0.3855165000.0-
0.3867165500.0-
0.3878166000.0-
0.3890166500.0-
0.3902167000.0-
0.3913167500.0-
0.3925168000.0-
0.3937168500.0-
0.3949169000.0-
0.3960169500.0-
0.3972170000.0-
0.3984170500.0-
0.3995171000.0-
0.4007171500.0-
0.4019172000.0-
0.4030172500.0-
0.4042173000.0-
0.4054173500.0-
0.4065174000.0-
0.4077174500.031-
0.4089175000.1234-
0.4100175500.0569-
0.4112176000.0006-
0.4124176500.0003-
0.4135177000.0007-
0.4147177500.0002-
0.4159178000.025-
0.4170178500.0032-
0.4182179000.0-
0.4194179500.0-
0.4206180000.0-
0.4217180500.0-
0.4229181000.0002-
0.4241181500.0-
0.4252182000.0-
0.4264182500.0-
0.4276183000.0002-
0.4287183500.0001-
0.4299184000.0-
0.4311184500.0002-
0.4322185000.0001-
0.4334185500.0-
0.4346186000.0098-
0.4357186500.0-
0.4369187000.0001-
0.4381187500.0-
0.4392188000.0001-
0.4404188500.0-
0.4416189000.0-
0.4427189500.0001-
0.4439190000.0-
0.4451190500.0-
0.4463191000.0-
0.4474191500.0-
0.4486192000.0-
0.4498192500.0-
0.4509193000.0-
0.4521193500.0-
0.4533194000.0-
0.4544194500.0-
0.4556195000.0-
0.4568195500.0-
0.4579196000.0-
0.4591196500.0001-
0.4603197000.0284-
0.4614197500.0-
0.4626198000.0-
0.4638198500.0-
0.4649199000.0-
0.4661199500.0-
0.4673200000.0-
0.4684200500.0-
0.4696201000.0-
0.4708201500.0-
0.4720202000.0-
0.4731202500.0-
0.4743203000.0-
0.4755203500.0-
0.4766204000.0-
0.4778204500.0-
0.4790205000.0-
0.4801205500.0-
0.4813206000.0-
0.4825206500.0-
0.4836207000.0317-
0.4848207500.0002-
0.4860208000.0002-
0.4871208500.0-
0.4883209000.0-
0.4895209500.0-
0.4906210000.0-
0.4918210500.0-
0.4930211000.0002-
0.4941211500.0002-
0.4953212000.0-
0.4965212500.0-
0.4977213000.0-
0.4988213500.0-
0.5000214000.0-
0.5012214500.0-
0.5023215000.0-
0.5035215500.0-
0.5047216000.0-
0.5058216500.0001-
0.5070217000.0-
0.5082217500.0-
0.5093218000.0-
0.5105218500.0-
0.5117219000.0-
0.5128219500.0-
0.5140220000.0-
0.5152220500.0-
0.5163221000.0-
0.5175221500.0-
0.5187222000.0-
0.5198222500.0-
0.5210223000.0-
0.5222223500.0-
0.5234224000.0-
0.5245224500.0-
0.5257225000.0-
0.5269225500.0-
0.5280226000.0-
0.5292226500.0-
0.5304227000.0-
0.5315227500.0-
0.5327228000.0-
0.5339228500.0-
0.5350229000.0-
0.5362229500.0-
0.5374230000.0-
0.5385230500.0-
0.5397231000.0-
0.5409231500.0-
0.5420232000.0-
0.5432232500.0-
0.5444233000.0-
0.5455233500.0-
0.5467234000.0-
0.5479234500.0-
0.5491235000.0-
0.5502235500.0-
0.5514236000.0-
0.5526236500.0-
0.5537237000.0-
0.5549237500.0-
0.5561238000.0-
0.5572238500.0-
0.5584239000.0-
0.5596239500.0-
0.5607240000.0-
0.5619240500.0-
0.5631241000.0-
0.5642241500.0-
0.5654242000.0-
0.5666242500.0-
0.5677243000.0-
0.5689243500.0-
0.5701244000.0-
0.5712244500.0-
0.5724245000.0-
0.5736245500.0-
0.5748246000.0-
0.5759246500.0-
0.5771247000.0-
0.5783247500.0-
0.5794248000.0-
0.5806248500.0-
0.5818249000.0-
0.5829249500.0-
0.5841250000.0-
0.5853250500.0-
0.5864251000.0-
0.5876251500.0-
0.5888252000.0-
0.5899252500.0-
0.5911253000.0-
0.5923253500.0-
0.5934254000.0-
0.5946254500.0-
0.5958255000.0-
0.5969255500.0-
0.5981256000.0-
0.5993256500.0-
0.6005257000.0-
0.6016257500.0-
0.6028258000.0-
0.6040258500.0-
0.6051259000.0-
0.6063259500.0-
0.6075260000.0-
0.6086260500.0-
0.6098261000.0-
0.6110261500.0-
0.6121262000.0-
0.6133262500.0-
0.6145263000.0-
0.6156263500.0-
0.6168264000.0-
0.6180264500.0-
0.6191265000.0-
0.6203265500.0-
0.6215266000.0-
0.6226266500.0-
0.6238267000.0-
0.6250267500.0-
0.6262268000.0-
0.6273268500.0-
0.6285269000.0-
0.6297269500.0-
0.6308270000.0-
0.6320270500.0-
0.6332271000.0-
0.6343271500.0-
0.6355272000.0-
0.6367272500.0-
0.6378273000.0-
0.6390273500.0-
0.6402274000.0-
0.6413274500.0-
0.6425275000.0-
0.6437275500.0-
0.6448276000.0-
0.6460276500.0-
0.6472277000.0-
0.6483277500.0-
0.6495278000.0-
0.6507278500.0-
0.6519279000.0-
0.6530279500.0-
0.6542280000.0-
0.6554280500.0-
0.6565281000.0-
0.6577281500.0-
0.6589282000.0-
0.6600282500.0-
0.6612283000.0-
0.6624283500.0-
0.6635284000.0-
0.6647284500.0-
0.6659285000.0-
0.6670285500.0-
0.6682286000.0-
0.6694286500.0-
0.6705287000.0-
0.6717287500.0-
0.6729288000.0-
0.6740288500.0-
0.6752289000.0-
0.6764289500.0-
0.6776290000.0-
0.6787290500.0-
0.6799291000.0-
0.6811291500.0-
0.6822292000.0-
0.6834292500.0-
0.6846293000.0-
0.6857293500.0-
0.6869294000.0-
0.6881294500.0-
0.6892295000.0-
0.6904295500.0-
0.6916296000.0-
0.6927296500.0-
0.6939297000.0-
0.6951297500.0-
0.6962298000.0-
0.6974298500.0-
0.6986299000.0-
0.6998299500.0-
0.7009300000.0-
0.7021300500.0-
0.7033301000.0-
0.7044301500.0-
0.7056302000.0-
0.7068302500.0-
0.7079303000.0-
0.7091303500.0-
0.7103304000.0-
0.7114304500.0-
0.7126305000.0-
0.7138305500.0-
0.7149306000.0-
0.7161306500.0-
0.7173307000.0-
0.7184307500.0-
0.7196308000.0-
0.7208308500.0-
0.7219309000.0-
0.7231309500.0-
0.7243310000.0-
0.7255310500.0-
0.7266311000.0-
0.7278311500.0-
0.7290312000.0-
0.7301312500.0-
0.7313313000.0-
0.7325313500.0-
0.7336314000.0-
0.7348314500.0-
0.7360315000.0-
0.7371315500.0-
0.7383316000.0-
0.7395316500.0-
0.7406317000.0-
0.7418317500.0316-
0.7430318000.0-
0.7441318500.0-
0.7453319000.0-
0.7465319500.0-
0.7476320000.0-
0.7488320500.0-
0.7500321000.0-
0.7512321500.0-
0.7523322000.0-
0.7535322500.0-
0.7547323000.0-
0.7558323500.0-
0.7570324000.0-
0.7582324500.0-
0.7593325000.0-
0.7605325500.0-
0.7617326000.0-
0.7628326500.0-
0.7640327000.0-
0.7652327500.0-
0.7663328000.0-
0.7675328500.0-
0.7687329000.0-
0.7698329500.0-
0.7710330000.0-
0.7722330500.0-
0.7733331000.0-
0.7745331500.0-
0.7757332000.0-
0.7769332500.0-
0.7780333000.0-
0.7792333500.0-
0.7804334000.0-
0.7815334500.0-
0.7827335000.0-
0.7839335500.0-
0.7850336000.0-
0.7862336500.0-
0.7874337000.0-
0.7885337500.0-
0.7897338000.0-
0.7909338500.0-
0.7920339000.0-
0.7932339500.0-
0.7944340000.0-
0.7955340500.0-
0.7967341000.0-
0.7979341500.0-
0.7990342000.0-
0.8002342500.0-
0.8014343000.0-
0.8026343500.0-
0.8037344000.0-
0.8049344500.0-
0.8061345000.0-
0.8072345500.0-
0.8084346000.0-
0.8096346500.0-
0.8107347000.0-
0.8119347500.0-
0.8131348000.0-
0.8142348500.0-
0.8154349000.0-
0.8166349500.0-
0.8177350000.0-
0.8189350500.0-
0.8201351000.0-
0.8212351500.0-
0.8224352000.0-
0.8236352500.0-
0.8247353000.0009-
0.8259353500.0-
0.8271354000.0-
0.8283354500.0-
0.8294355000.0-
0.8306355500.0-
0.8318356000.0-
0.8329356500.0-
0.8341357000.0-
0.8353357500.0001-
0.8364358000.0-
0.8376358500.0-
0.8388359000.0-
0.8399359500.0-
0.8411360000.0-
0.8423360500.0-
0.8434361000.0-
0.8446361500.0-
0.8458362000.0-
0.8469362500.0-
0.8481363000.0-
0.8493363500.0-
0.8504364000.0-
0.8516364500.0-
0.8528365000.0-
0.8540365500.0-
0.8551366000.0-
0.8563366500.0-
0.8575367000.0-
0.8586367500.0-
0.8598368000.0-
0.8610368500.0-
0.8621369000.0-
0.8633369500.0-
0.8645370000.0-
0.8656370500.0-
0.8668371000.0-
0.8680371500.0-
0.8691372000.0-
0.8703372500.0-
0.8715373000.0-
0.8726373500.0-
0.8738374000.0-
0.8750374500.0-
0.8761375000.0-
0.8773375500.0-
0.8785376000.0-
0.8797376500.0-
0.8808377000.0-
0.8820377500.0-
0.8832378000.0-
0.8843378500.0-
0.8855379000.0-
0.8867379500.0-
0.8878380000.0-
0.8890380500.0-
0.8902381000.0-
0.8913381500.0-
0.8925382000.0-
0.8937382500.0-
0.8948383000.0-
0.8960383500.0-
0.8972384000.0-
0.8983384500.0-
0.8995385000.0-
0.9007385500.0-
0.9018386000.0-
0.9030386500.0-
0.9042387000.0-
0.9054387500.0-
0.9065388000.0-
0.9077388500.0-
0.9089389000.0-
0.9100389500.0-
0.9112390000.0-
0.9124390500.0-
0.9135391000.0-
0.9147391500.0-
0.9159392000.0-
0.9170392500.0-
0.9182393000.0-
0.9194393500.0-
0.9205394000.0-
0.9217394500.0-
0.9229395000.0-
0.9240395500.0-
0.9252396000.0-
0.9264396500.0-
0.9275397000.0-
0.9287397500.0-
0.9299398000.0-
0.9311398500.0-
0.9322399000.0-
0.9334399500.0-
0.9346400000.0-
0.9357400500.0-
0.9369401000.0-
0.9381401500.0-
0.9392402000.0-
0.9404402500.0-
0.9416403000.0-
0.9427403500.0-
0.9439404000.0-
0.9451404500.0-
0.9462405000.0-
0.9474405500.0-
0.9486406000.0-
0.9497406500.0-
0.9509407000.0-
0.9521407500.0-
0.9532408000.0-
0.9544408500.0-
0.9556409000.0-
0.9568409500.0-
0.9579410000.0-
0.9591410500.0-
0.9603411000.0-
0.9614411500.0-
0.9626412000.0-
0.9638412500.0-
0.9649413000.0-
0.9661413500.0-
0.9673414000.0-
0.9684414500.0-
0.9696415000.0-
0.9708415500.0-
0.9719416000.0-
0.9731416500.0-
0.9743417000.0-
0.9754417500.0-
0.9766418000.0-
0.9778418500.0-
0.9789419000.0-
0.9801419500.0-
0.9813420000.0-
0.9825420500.0-
0.9836421000.0-
0.9848421500.0-
0.9860422000.0-
0.9871422500.0-
0.9883423000.0-
0.9895423500.0-
0.9906424000.0-
0.9918424500.0-
0.9930425000.0-
0.9941425500.0-
0.9953426000.0-
0.9965426500.0-
0.9976427000.0-
0.9988427500.0-
1.0000428000.0-

Framework Versions

  • Python: 3.10.12
  • SetFit: 1.0.3
  • Sentence Transformers: 2.5.1
  • Transformers: 4.38.2
  • PyTorch: 2.1.0+cu121
  • Datasets: 2.18.0
  • Tokenizers: 0.15.2

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