CoolFace
Modelpublic

rafi138/setfit-paraphrase-mpnet-base-v2-business-type

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes73downloads
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
Landmark<ul><li>'Rajarbagh Shahjahanpur Moar'</li><li>'3 Number Mp Checkpost'</li><li>'Akua Madrasha Quarter Rail Crossing'</li></ul>
Religious Place<ul><li>'Csd Masjid Jashore Cantonment'</li><li>'Baytut Tayyib Jame Masjid'</li><li>'Court Para Jame Masjid'</li></ul>
Residential<ul><li>'Matrichaya'</li><li>'Chowdhury Mansion'</li><li>'Nabila Villa'</li></ul>
Government<ul><li>'Rapid Action Battalion 3 (RAB)'</li><li>'Bangladesh Muktijoddha Sangsad Tejgaon Industrial Area Unit Command'</li><li>'Subhanighat Police Outpost'</li></ul>
Recreation<ul><li>'5h Avenue Convention Hall'</li><li>'Purobi Chinema Hall'</li><li>'Shotodol Club'</li></ul>
Commercial<ul><li>'Bikers Racing Zone'</li><li>'Sr Parcel Service Limited'</li><li>'Vegetables Market'</li></ul>
Education<ul><li>'Dinajpur Polytechnic Institute'</li><li>'Gazipur Central Public Management Institute'</li><li>'Maskatadighi Government Primary School'</li></ul>
Bank<ul><li>'Commercial Bank Of Ceylon Plc Shantinagar'</li><li>'Social Islami Bank Limited (SIBL) Mohammadpur'</li><li>'Dhaka Bank Limited Jashore Sadar'</li></ul>
Fuel<ul><li>'Ferdaous Enterprise'</li><li>'Ahmed Bd Trade'</li><li>'Hasan Filling Station'</li></ul>
Hotel<ul><li>'Hotel Arafat'</li><li>'World Beach Resort'</li><li>'Hotel Chalontika'</li></ul>
Shop<ul><li>'Janosheba Medico'</li><li>'New Mone Rekho Tailors'</li><li>'Man Tailors'</li></ul>
Utility<ul><li>'Pole No 86'</li><li>'Pole No 239'</li><li>'Salimullah Road Water Pump'</li></ul>
Construction<ul><li>'N J Enterprise'</li><li>'Bk Traders'</li><li>'Sohel Glass'</li></ul>
Agricultural<ul><li>'Mango Seedlings'</li><li>'Amaia Garden'</li><li>'Gardey'</li></ul>
Office<ul><li>'Dalik Lekhak And Serviour'</li><li>'Assistant Police Commissioner Traffic Mohammadpur Zone Office'</li><li>'Challenger Elevator And Escalator Limited'</li></ul>
Healthcare<ul><li>'Afroz Homeo Hall'</li><li>'Expert Dental Solution'</li><li>'Bhai Bon Homeo Hall'</li></ul>
Transportation<ul><li>'Ideal Parking Jone'</li><li>'Hanif Bus Counter'</li><li>'Five Star Transport Agency'</li></ul>
Food<ul><li>'Madhuban Hotel'</li><li>'Al Hamza Biriyani House'</li><li>'Gramer Bari'</li></ul>
Industry<ul><li>'Rony Group'</li><li>'Net Factory'</li><li>'Kumudini Welfare Trust Of Bengal Bd Limited'</li></ul>

Evaluation

Metrics

LabelAccuracy
all0.59

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("rafi138/setfit-paraphrase-mpnet-base-v2-business-type")
# Run inference
preds = model("Dadon Hotel")

<!--

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 count13.375211
LabelTraining Sample Count
ShopCommercialGovernmentHealthcareEducationFoodOfficeReligious PlaceBankTransportationConstructionIndustryResidentialLandmarkRecreationFuelHotelUtilityAgricultural0

Training Hyperparameters

  • —batch_size: (64, 64)
  • —num_epochs: (4, 4)
  • —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: True

Training Results

EpochStepTraining LossValidation Loss
0.000010.2815-
0.0019500.2543-
0.00381000.2781-
0.00571500.2328-
0.00762000.2258-
0.00952500.1884-
0.01153000.2192-
0.01343500.1935-
0.01534000.2057-
0.01724500.1949-
0.01915000.1955-
0.02105500.1744-
0.02296000.1518-
0.02486500.1804-
0.02677000.1669-
0.02867500.1565-
0.03068000.14-
0.03258500.1648-
0.03449000.1441-
0.03639500.1237-
0.038210000.1155-
0.040110500.1303-
0.042011000.1115-
0.043911500.1533-
0.045812000.1278-
0.047712500.0851-
0.049613000.0982-
0.051613500.0925-
0.053514000.0861-
0.055414500.1121-
0.057315000.1226-
0.059215500.1049-
0.061116000.1101-
0.063016500.113-
0.064917000.1061-
0.066817500.0573-
0.068718000.0665-
0.070718500.0657-
0.072619000.082-
0.074519500.0654-
0.076420000.0783-
0.078320500.0713-
0.080221000.0669-
0.082121500.0536-
0.084022000.0556-
0.085922500.0704-
0.087823000.063-
0.089723500.0472-
0.091724000.0562-
0.093624500.0392-
0.095525000.0465-
0.097425500.0424-
0.099326000.0453-
0.101226500.0375-
0.103127000.0445-
0.105027500.0231-
0.106928000.0386-
0.108828500.0258-
0.110829000.0344-
0.112729500.0143-
0.114630000.016-
0.116530500.0216-
0.118431000.0365-
0.120331500.0238-
0.122232000.0099-
0.124132500.0211-
0.126033000.0149-
0.127933500.0406-
0.129834000.0231-
0.131834500.0266-
0.133735000.0225-
0.135635500.0203-
0.137536000.0097-
0.139436500.0143-
0.141337000.0052-
0.143237500.0094-
0.145138000.0029-
0.147038500.0065-
0.148939000.0078-
0.150839500.0109-
0.152840000.0054-
0.154740500.0069-
0.156641000.0248-
0.158541500.0069-
0.160442000.0073-
0.162342500.0054-
0.164243000.0027-
0.166143500.0028-
0.168044000.0021-
0.169944500.0038-
0.171945000.0034-
0.173845500.0158-
0.175746000.0043-
0.177646500.0055-
0.179547000.0064-
0.181447500.0021-
0.183348000.0026-
0.185248500.0112-
0.187149000.0029-
0.189049500.0176-
0.190950000.0071-
0.192950500.0097-
0.194851000.0032-
0.196751500.0044-
0.198652000.0065-
0.200552500.0176-
0.202453000.0026-
0.204353500.0036-
0.206254000.0022-
0.208154500.0014-
0.210055000.0073-
0.212055500.0009-
0.213956000.0011-
0.215856500.0022-
0.217757000.0011-
0.219657500.0074-
0.221558000.0114-
0.223458500.0013-
0.225359000.0009-
0.227259500.0018-
0.229160000.001-
0.231060500.0013-
0.233061000.0058-
0.234961500.0012-
0.236862000.0013-
0.238762500.0009-
0.240663000.0012-
0.242563500.0006-
0.244464000.0013-
0.246364500.0005-
0.248265000.0032-
0.250165500.0006-
0.252166000.0007-
0.254066500.0029-
0.255967000.001-
0.257867500.0005-
0.259768000.001-
0.261668500.0004-
0.263569000.0007-
0.265469500.0006-
0.267370000.0034-
0.269270500.0006-
0.271171000.0006-
0.273171500.0013-
0.275072000.0017-
0.276972500.0006-
0.278873000.0007-
0.280773500.0005-
0.282674000.0009-
0.284574500.0007-
0.286475000.0008-
0.288375500.001-
0.290276000.0004-
0.292276500.0004-
0.294177000.0007-
0.296077500.0004-
0.297978000.0011-
0.299878500.0005-
0.301779000.0004-
0.303679500.0003-
0.305580000.001-
0.307480500.0005-
0.309381000.0003-
0.311281500.0004-
0.313282000.0003-
0.315182500.007-
0.317083000.0026-
0.318983500.0004-
0.320884000.0005-
0.322784500.0005-
0.324685000.0004-
0.326585500.0003-
0.328486000.0003-
0.330386500.0003-
0.332387000.0026-
0.334287500.0003-
0.336188000.0002-
0.338088500.0002-
0.339989000.0002-
0.341889500.0004-
0.343790000.0003-
0.345690500.0005-
0.347591000.0002-
0.349491500.0052-
0.351392000.0138-
0.353392500.0006-
0.355293000.0004-
0.357193500.0019-
0.359094000.0003-
0.360994500.0002-
0.362895000.0002-
0.364795500.0003-
0.366696000.0003-
0.368596500.0269-
0.370497000.0004-
0.372497500.0002-
0.374398000.0005-
0.376298500.0002-
0.378199000.0003-
0.380099500.0002-
0.3819100000.0002-
0.3838100500.0002-
0.3857101000.0158-
0.3876101500.0004-
0.3895102000.0094-
0.3914102500.0098-
0.3934103000.0003-
0.3953103500.0003-
0.3972104000.0004-
0.3991104500.0003-
0.4010105000.0003-
0.4029105500.0002-
0.4048106000.0006-
0.4067106500.0004-
0.4086107000.0002-
0.4105107500.0005-
0.4124108000.0002-
0.4144108500.0002-
0.4163109000.0002-
0.4182109500.0002-
0.4201110000.0002-
0.4220110500.0002-
0.4239111000.0002-
0.4258111500.0002-
0.4277112000.0002-
0.4296112500.0002-
0.4315113000.0001-
0.4335113500.0001-
0.4354114000.0001-
0.4373114500.0002-
0.4392115000.0001-
0.4411115500.0002-
0.4430116000.0001-
0.4449116500.0001-
0.4468117000.0002-
0.4487117500.0001-
0.4506118000.0001-
0.4525118500.0002-
0.4545119000.0006-
0.4564119500.0002-
0.4583120000.0001-
0.4602120500.0001-
0.4621121000.0002-
0.4640121500.0002-
0.4659122000.0001-
0.4678122500.0001-
0.4697123000.0002-
0.4716123500.0004-
0.4736124000.0003-
0.4755124500.0279-
0.4774125000.0072-
0.4793125500.006-
0.4812126000.0325-
0.4831126500.0012-
0.4850127000.0015-
0.4869127500.0013-
0.4888128000.0002-
0.4907128500.0003-
0.4926129000.0003-
0.4946129500.001-
0.4965130000.0004-
0.4984130500.0002-
0.5003131000.0002-
0.5022131500.0002-
0.5041132000.0003-
0.5060132500.0001-
0.5079133000.0001-
0.5098133500.0002-
0.5117134000.0001-
0.5137134500.0002-
0.5156135000.0001-
0.5175135500.0002-
0.5194136000.0002-
0.5213136500.0002-
0.5232137000.0001-
0.5251137500.0002-
0.5270138000.0002-
0.5289138500.0001-
0.5308139000.0001-
0.5327139500.0002-
0.5347140000.0001-
0.5366140500.0001-
0.5385141000.0001-
0.5404141500.0001-
0.5423142000.0149-
0.5442142500.0002-
0.5461143000.0009-
0.5480143500.0057-
0.5499144000.0089-
0.5518144500.0154-
0.5538145000.0003-
0.5557145500.0016-
0.5576146000.0001-
0.5595146500.0001-
0.5614147000.0002-
0.5633147500.0002-
0.5652148000.0004-
0.5671148500.0004-
0.5690149000.0004-
0.5709149500.0002-
0.5728150000.0001-
0.5748150500.0001-
0.5767151000.0002-
0.5786151500.0002-
0.5805152000.0001-
0.5824152500.0002-
0.5843153000.0001-
0.5862153500.0002-
0.5881154000.0001-
0.5900154500.0113-
0.5919155000.0002-
0.5939155500.0002-
0.5958156000.0001-
0.5977156500.0001-
0.5996157000.0004-
0.6015157500.0009-
0.6034158000.001-
0.6053158500.0002-
0.6072159000.0002-
0.6091159500.0003-
0.6110160000.0002-
0.6129160500.0004-
0.6149161000.0001-
0.6168161500.0001-
0.6187162000.0001-
0.6206162500.0001-
0.6225163000.0001-
0.6244163500.0001-
0.6263164000.0001-
0.6282164500.0008-
0.6301165000.0001-
0.6320165500.0001-
0.6340166000.0001-
0.6359166500.0001-
0.6378167000.0001-
0.6397167500.0001-
0.6416168000.0001-
0.6435168500.0004-
0.6454169000.0001-
0.6473169500.0001-
0.6492170000.0001-
0.6511170500.0001-
0.6530171000.0001-
0.6550171500.0003-
0.6569172000.0003-
0.6588172500.0002-
0.6607173000.0002-
0.6626173500.0011-
0.6645174000.0003-
0.6664174500.0001-
0.6683175000.0003-
0.6702175500.0001-
0.6721176000.0002-
0.6741176500.0001-
0.6760177000.0001-
0.6779177500.0001-
0.6798178000.0001-
0.6817178500.0001-
0.6836179000.0001-
0.6855179500.0001-
0.6874180000.0001-
0.6893180500.0001-
0.6912181000.0001-
0.6931181500.0023-
0.6951182000.0001-
0.6970182500.0001-
0.6989183000.0001-
0.7008183500.0001-
0.7027184000.0001-
0.7046184500.0001-
0.7065185000.0001-
0.7084185500.0001-
0.7103186000.0001-
0.7122186500.0001-
0.7141187000.0001-
0.7161187500.0001-
0.7180188000.0001-
0.7199188500.0001-
0.7218189000.0001-
0.7237189500.0001-
0.7256190000.0001-
0.7275190500.0001-
0.7294191000.0104-
0.7313191500.0041-
0.7332192000.0045-
0.7352192500.0002-
0.7371193000.0007-
0.7390193500.0021-
0.7409194000.0001-
0.7428194500.0001-
0.7447195000.0001-
0.7466195500.0001-
0.7485196000.0001-
0.7504196500.0001-
0.7523197000.0001-
0.7542197500.0001-
0.7562198000.0001-
0.7581198500.0001-
0.7600199000.0001-
0.7619199500.0001-
0.7638200000.0001-
0.7657200500.0001-
0.7676201000.0001-
0.7695201500.0001-
0.7714202000.0001-
0.7733202500.0001-
0.7753203000.0001-
0.7772203500.0001-
0.7791204000.0001-
0.7810204500.0001-
0.7829205000.0001-
0.7848205500.0001-
0.7867206000.0072-
0.7886206500.0034-
0.7905207000.0001-
0.7924207500.0002-
0.7943208000.0001-
0.7963208500.0001-
0.7982209000.0004-
0.8001209500.0001-
0.8020210000.0001-
0.8039210500.0001-
0.8058211000.0001-
0.8077211500.0001-
0.8096212000.0001-
0.8115212500.0001-
0.8134213000.0001-
0.8154213500.0001-
0.8173214000.0001-
0.8192214500.0001-
0.8211215000.0002-
0.8230215500.0002-
0.8249216000.0001-
0.8268216500.0001-
0.8287217000.0001-
0.8306217500.0001-
0.8325218000.0001-
0.8344218500.0019-
0.8364219000.0001-
0.8383219500.0001-
0.8402220000.0001-
0.8421220500.0001-
0.8440221000.0001-
0.8459221500.0001-
0.8478222000.0001-
0.8497222500.0001-
0.8516223000.0001-
0.8535223500.0001-
0.8555224000.0001-
0.8574224500.0001-
0.8593225000.002-
0.8612225500.0001-
0.8631226000.0001-
0.8650226500.0001-
0.8669227000.0001-
0.8688227500.0001-
0.8707228000.0001-
0.8726228500.0001-
0.8745229000.0001-
0.8765229500.0001-
0.8784230000.0001-
0.8803230500.0001-
0.8822231000.0001-
0.8841231500.0001-
0.8860232000.0001-
0.8879232500.0001-
0.8898233000.0001-
0.8917233500.0001-
0.8936234000.0001-
0.8956234500.0001-
0.8975235000.0001-
0.8994235500.0001-
0.9013236000.0001-
0.9032236500.0001-
0.9051237000.0001-
0.9070237500.0001-
0.9089238000.0001-
0.9108238500.0001-
0.9127239000.0001-
0.9146239500.0001-
0.9166240000.0001-
0.9185240500.0001-
0.9204241000.0015-
0.9223241500.0001-
0.9242242000.0009-
0.9261242500.0002-
0.9280243000.0001-
0.9299243500.0001-
0.9318244000.0001-
0.9337244500.0001-
0.9357245000.0001-
0.9376245500.0001-
0.9395246000.0001-
0.9414246500.0004-
0.9433247000.0001-
0.9452247500.0001-
0.9471248000.0001-
0.9490248500.0001-
0.9509249000.0001-
0.9528249500.0001-
0.9547250000.0001-
0.9567250500.0001-
0.9586251000.0001-
0.9605251500.0001-
0.9624252000.0001-
0.9643252500.0001-
0.9662253000.0001-
0.9681253500.0001-
0.9700254000.0001-
0.9719254500.0001-
0.9738255000.0001-
0.9757255500.0001-
0.9777256000.0277-
0.9796256500.0008-
0.9815257000.0001-
0.9834257500.0001-
0.9853258000.0001-
0.9872258500.0001-
0.9891259000.0001-
0.9910259500.0001-
0.9929260000.0001-
0.9948260500.0001-
0.9968261000.0001-
0.9987261500.0001-
1.026185-0.3529
1.0006262000.0001-
1.0025262500.0001-
1.0044263000.0001-
1.0063263500.0001-
1.0082264000.0001-
1.0101264500.0001-
1.0120265000.0001-
1.0139265500.0001-
1.0158266000.0001-
1.0178266500.0001-
1.0197267000.0001-
1.0216267500.0001-
1.0235268000.0001-
1.0254268500.0001-
1.0273269000.0001-
1.0292269500.0001-
1.0311270000.0001-
1.0330270500.0001-
1.0349271000.0002-
1.0369271500.0001-
1.0388272000.0001-
1.0407272500.0001-
1.0426273000.0001-
1.0445273500.0001-
1.0464274000.0001-
1.0483274500.0001-
1.0502275000.0001-
1.0521275500.0001-
1.0540276000.0001-
1.0559276500.0001-
1.0579277000.0001-
1.0598277500.0001-
1.0617278000.0001-
1.0636278500.0001-
1.0655279000.0001-
1.0674279500.0001-
1.0693280000.0001-
1.0712280500.0001-
1.0731281000.0001-
1.0750281500.0003-
1.0770282000.0001-
1.0789282500.0001-
1.0808283000.0002-
1.0827283500.0009-
1.0846284000.0003-
1.0865284500.0001-
1.0884285000.0001-
1.0903285500.0001-
1.0922286000.0001-
1.0941286500.0001-
1.0960287000.0001-
1.0980287500.0001-
1.0999288000.0001-
1.1018288500.0001-
1.1037289000.0001-
1.1056289500.0001-
1.1075290000.0001-
1.1094290500.0001-
1.1113291000.0001-
1.1132291500.0001-
1.1151292000.0001-
1.1171292500.0001-
1.1190293000.0001-
1.1209293500.0001-
1.1228294000.0001-
1.1247294500.0001-
1.1266295000.0001-
1.1285295500.0001-
1.1304296000.0001-
1.1323296500.0001-
1.1342297000.0001-
1.1361297500.0001-
1.1381298000.0001-
1.1400298500.0001-
1.1419299000.0001-
1.1438299500.0001-
1.1457300000.0001-
1.1476300500.0001-
1.1495301000.0001-
1.1514301500.0001-
1.1533302000.0001-
1.1552302500.0001-
1.1572303000.0001-
1.1591303500.0001-
1.1610304000.0001-
1.1629304500.0001-
1.1648305000.0001-
1.1667305500.0001-
1.1686306000.0001-
1.1705306500.0001-
1.1724307000.0001-
1.1743307500.0001-
1.1762308000.0001-
1.1782308500.0001-
1.1801309000.0001-
1.1820309500.0001-
1.1839310000.0001-
1.1858310500.0001-
1.1877311000.0001-
1.1896311500.0001-
1.1915312000.0001-
1.1934312500.0001-
1.1953313000.0008-
1.1973313500.0006-
1.1992314000.0001-
1.2011314500.0001-
1.2030315000.0001-
1.2049315500.0001-
1.2068316000.0001-
1.2087316500.0001-
1.2106317000.0001-
1.2125317500.0001-
1.2144318000.0001-
1.2163318500.0001-
1.2183319000.0001-
1.2202319500.0001-
1.2221320000.0001-
1.2240320500.0001-
1.2259321000.0001-
1.2278321500.0001-
1.2297322000.0001-
1.2316322500.0124-
1.2335323000.0001-
1.2354323500.0001-
1.2373324000.0001-
1.2393324500.0002-
1.2412325000.0001-
1.2431325500.0001-
1.2450326000.0001-
1.2469326500.0001-
1.2488327000.0001-
1.2507327500.0001-
1.2526328000.0001-
1.2545328500.0001-
1.2564329000.0001-
1.2584329500.0001-
1.2603330000.0001-
1.2622330500.0001-
1.2641331000.0001-
1.2660331500.0001-
1.2679332000.0001-
1.2698332500.0001-
1.2717333000.0001-
1.2736333500.0001-
1.2755334000.0001-
1.2774334500.0001-
1.2794335000.0001-
1.2813335500.0001-
1.2832336000.0001-
1.2851336500.0001-
1.2870337000.0001-
1.2889337500.0001-
1.2908338000.0001-
1.2927338500.0001-
1.2946339000.0001-
1.2965339500.0001-
1.2985340000.0001-
1.3004340500.0001-
1.3023341000.0001-
1.3042341500.0001-
1.3061342000.0004-
1.3080342500.0001-
1.3099343000.0001-
1.3118343500.0001-
1.3137344000.0001-
1.3156344500.0001-
1.3175345000.0001-
1.3195345500.0001-
1.3214346000.0001-
1.3233346500.0001-
1.3252347000.0001-
1.3271347500.0001-
1.3290348000.0001-
1.3309348500.0001-
1.3328349000.0001-
1.3347349500.0001-
1.3366350000.0001-
1.3386350500.0001-
1.3405351000.0001-
1.3424351500.0001-
1.3443352000.0001-
1.3462352500.0001-
1.3481353000.0001-
1.3500353500.0001-
1.3519354000.0001-
1.3538354500.0001-
1.3557355000.0001-
1.3576355500.0001-
1.3596356000.0001-
1.3615356500.0001-
1.3634357000.0001-
1.3653357500.0001-
1.3672358000.0001-
1.3691358500.0001-
1.3710359000.0001-
1.3729359500.0001-
1.3748360000.0001-
1.3767360500.0001-
1.3787361000.0001-
1.3806361500.0001-
1.3825362000.0001-
1.3844362500.0001-
1.3863363000.0001-
1.3882363500.0001-
1.3901364000.0001-
1.3920364500.0001-
1.3939365000.0001-
1.3958365500.0001-
1.3977366000.0001-
1.3997366500.0001-
1.4016367000.0119-
1.4035367500.0007-
1.4054368000.0002-
1.4073368500.0002-
1.4092369000.0001-
1.4111369500.0022-
1.4130370000.0001-
1.4149370500.0001-
1.4168371000.0001-
1.4188371500.0001-
1.4207372000.0001-
1.4226372500.0001-
1.4245373000.0001-
1.4264373500.0001-
1.4283374000.0001-
1.4302374500.0001-
1.4321375000.0001-
1.4340375500.0001-
1.4359376000.0001-
1.4378376500.0001-
1.4398377000.0001-
1.4417377500.0001-
1.4436378000.0001-
1.4455378500.0001-
1.4474379000.0001-
1.4493379500.0001-
1.4512380000.0001-
1.4531380500.0001-
1.4550381000.0001-
1.4569381500.0001-
1.4589382000.0001-
1.4608382500.0001-
1.4627383000.0001-
1.4646383500.0001-
1.4665384000.0001-
1.4684384500.0001-
1.4703385000.0001-
1.4722385500.0001-
1.4741386000.0001-
1.4760386500.0001-
1.4779387000.0001-
1.4799387500.0001-
1.4818388000.0001-
1.4837388500.0001-
1.4856389000.0001-
1.4875389500.0001-
1.4894390000.0001-
1.4913390500.0001-
1.4932391000.0001-
1.4951391500.0001-
1.4970392000.0001-
1.4989392500.0001-
1.5009393000.0001-
1.5028393500.0003-
1.5047394000.0001-
1.5066394500.0001-
1.5085395000.0001-
1.5104395500.0001-
1.5123396000.0001-
1.5142396500.0001-
1.5161397000.0001-
1.5180397500.0001-
1.5200398000.0001-
1.5219398500.0001-
1.5238399000.0001-
1.5257399500.0001-
1.5276400000.0001-
1.5295400500.0001-
1.5314401000.0001-
1.5333401500.0001-
1.5352402000.0001-
1.5371402500.0001-
1.5390403000.0068-
1.5410403500.0001-
1.5429404000.0001-
1.5448404500.0001-
1.5467405000.0001-
1.5486405500.0001-
1.5505406000.0001-
1.5524406500.0001-
1.5543407000.0001-
1.5562407500.0001-
1.5581408000.0001-
1.5601408500.0001-
1.5620409000.0001-
1.5639409500.0001-
1.5658410000.0001-
1.5677410500.0088-
1.5696411000.0001-
1.5715411500.0001-
1.5734412000.0001-
1.5753412500.0001-
1.5772413000.0001-
1.5791413500.0001-
1.5811414000.0001-
1.5830414500.0001-
1.5849415000.0001-
1.5868415500.0001-
1.5887416000.0001-
1.5906416500.0001-
1.5925417000.0001-
1.5944417500.0-
1.5963418000.0001-
1.5982418500.0001-
1.6002419000.0001-
1.6021419500.0001-
1.6040420000.0001-
1.6059420500.0001-
1.6078421000.0-
1.6097421500.0001-
1.6116422000.0001-
1.6135422500.0001-
1.6154423000.0001-
1.6173423500.0001-
1.6192424000.0001-
1.6212424500.0001-
1.6231425000.0001-
1.6250425500.0001-
1.6269426000.0001-
1.6288426500.0001-
1.6307427000.0001-
1.6326427500.0001-
1.6345428000.0001-
1.6364428500.0001-
1.6383429000.0011-
1.6403429500.0001-
1.6422430000.0003-
1.6441430500.0001-
1.6460431000.0307-
1.6479431500.0001-
1.6498432000.0153-
1.6517432500.0001-
1.6536433000.0155-
1.6555433500.0002-
1.6574434000.0001-
1.6593434500.0001-
1.6613435000.0001-
1.6632435500.0001-
1.6651436000.0001-
1.6670436500.0001-
1.6689437000.0153-
1.6708437500.0001-
1.6727438000.0001-
1.6746438500.0093-
1.6765439000.0001-
1.6784439500.0001-
1.6804440000.004-
1.6823440500.0003-
1.6842441000.0001-
1.6861441500.0001-
1.6880442000.0001-
1.6899442500.0001-
1.6918443000.0001-
1.6937443500.0001-
1.6956444000.0001-
1.6975444500.0001-
1.6994445000.0001-
1.7014445500.0001-
1.7033446000.0001-
1.7052446500.0001-
1.7071447000.0001-
1.7090447500.0001-
1.7109448000.0001-
1.7128448500.0001-
1.7147449000.0001-
1.7166449500.0001-
1.7185450000.0001-
1.7205450500.0001-
1.7224451000.0001-
1.7243451500.0001-
1.7262452000.0001-
1.7281452500.0001-
1.7300453000.0001-
1.7319453500.0001-
1.7338454000.0001-
1.7357454500.0001-
1.7376455000.0001-
1.7395455500.0001-
1.7415456000.0001-
1.7434456500.0001-
1.7453457000.0001-
1.7472457500.0001-
1.7491458000.0001-
1.7510458500.0001-
1.7529459000.0001-
1.7548459500.0001-
1.7567460000.0001-
1.7586460500.0001-
1.7605461000.0001-
1.7625461500.0001-
1.7644462000.0001-
1.7663462500.0001-
1.7682463000.0001-
1.7701463500.0-
1.7720464000.0001-
1.7739464500.0001-
1.7758465000.0001-
1.7777465500.0001-
1.7796466000.0001-
1.7816466500.0001-
1.7835467000.0001-
1.7854467500.0001-
1.7873468000.0001-
1.7892468500.0001-
1.7911469000.0001-
1.7930469500.0001-
1.7949470000.0001-
1.7968470500.0001-
1.7987471000.0001-
1.8006471500.0001-
1.8026472000.0001-
1.8045472500.0001-
1.8064473000.0-
1.8083473500.0001-
1.8102474000.0001-
1.8121474500.0001-
1.8140475000.0001-
1.8159475500.0001-
1.8178476000.0001-
1.8197476500.0001-
1.8217477000.0001-
1.8236477500.0001-
1.8255478000.0001-
1.8274478500.0001-
1.8293479000.0001-
1.8312479500.0001-
1.8331480000.0001-
1.8350480500.0001-
1.8369481000.0-
1.8388481500.0001-
1.8407482000.0001-
1.8427482500.0001-
1.8446483000.0001-
1.8465483500.0001-
1.8484484000.0001-
1.8503484500.0001-
1.8522485000.0001-
1.8541485500.0001-
1.8560486000.0001-
1.8579486500.0001-
1.8598487000.0001-
1.8618487500.0001-
1.8637488000.0001-
1.8656488500.0001-
1.8675489000.0001-
1.8694489500.0001-
1.8713490000.0001-
1.8732490500.0001-
1.8751491000.0001-
1.8770491500.0001-
1.8789492000.0001-
1.8808492500.0001-
1.8828493000.0001-
1.8847493500.0001-
1.8866494000.0001-
1.8885494500.0001-
1.8904495000.0001-
1.8923495500.0001-
1.8942496000.0001-
1.8961496500.0001-
1.8980497000.0001-
1.8999497500.0001-
1.9019498000.0001-
1.9038498500.0001-
1.9057499000.0001-
1.9076499500.0001-
1.9095500000.0001-
1.9114500500.0001-
1.9133501000.0001-
1.9152501500.0001-
1.9171502000.0002-
1.9190502500.0001-
1.9209503000.0001-
1.9229503500.0001-
1.9248504000.0001-
1.9267504500.0001-
1.9286505000.0001-
1.9305505500.0001-
1.9324506000.0001-
1.9343506500.0001-
1.9362507000.0001-
1.9381507500.0001-
1.9400508000.0001-
1.9420508500.0001-
1.9439509000.0001-
1.9458509500.0001-
1.9477510000.0001-
1.9496510500.0001-
1.9515511000.0001-
1.9534511500.0001-
1.9553512000.0001-
1.9572512500.0-
1.9591513000.0001-
1.9610513500.0001-
1.9630514000.0001-
1.9649514500.0001-
1.9668515000.0001-
1.9687515500.0001-
1.9706516000.0-
1.9725516500.0002-
1.9744517000.0001-
1.9763517500.0001-
1.9782518000.0001-
1.9801518500.0001-
1.9821519000.0001-
1.9840519500.0001-
1.9859520000.0001-
1.9878520500.0001-
1.9897521000.0001-
1.9916521500.0001-
1.9935522000.0001-
1.9954522500.0001-
1.9973523000.0001-
1.9992523500.0001-
2.052370-0.3262
2.0011524000.0001-
2.0031524500.0001-
2.0050525000.0001-
2.0069525500.0001-
2.0088526000.0001-
2.0107526500.0001-
2.0126527000.0001-
2.0145527500.0001-
2.0164528000.0001-
2.0183528500.0001-
2.0202529000.0001-
2.0222529500.0001-
2.0241530000.0001-
2.0260530500.0001-
2.0279531000.0001-
2.0298531500.0001-
2.0317532000.0001-
2.0336532500.0001-
2.0355533000.0001-
2.0374533500.0001-
2.0393534000.0001-
2.0412534500.0001-
2.0432535000.0001-
2.0451535500.0001-
2.0470536000.0001-
2.0489536500.0001-
2.0508537000.0001-
2.0527537500.0001-
2.0546538000.0001-
2.0565538500.0001-
2.0584539000.0001-
2.0603539500.0001-
2.0622540000.0001-
2.0642540500.0001-
2.0661541000.0001-
2.0680541500.0001-
2.0699542000.0001-
2.0718542500.0004-
2.0737543000.0001-
2.0756543500.0001-
2.0775544000.0001-
2.0794544500.0001-
2.0813545000.0001-
2.0833545500.0001-
2.0852546000.0001-
2.0871546500.0001-
2.0890547000.0-
2.0909547500.0001-
2.0928548000.0001-
2.0947548500.0001-
2.0966549000.0001-
2.0985549500.0001-
2.1004550000.0001-
2.1023550500.0-
2.1043551000.0001-
2.1062551500.0001-
2.1081552000.0001-
2.1100552500.0004-
2.1119553000.0001-
2.1138553500.0001-
2.1157554000.0001-
2.1176554500.0001-
2.1195555000.0001-
2.1214555500.0001-
2.1234556000.0001-
2.1253556500.0001-
2.1272557000.0001-
2.1291557500.0001-
2.1310558000.0001-
2.1329558500.0001-
2.1348559000.0001-
2.1367559500.0001-
2.1386560000.0001-
2.1405560500.0001-
2.1424561000.0001-
2.1444561500.0001-
2.1463562000.0-
2.1482562500.0001-
2.1501563000.0001-
2.1520563500.0001-
2.1539564000.0-
2.1558564500.0001-
2.1577565000.0001-
2.1596565500.0001-
2.1615566000.0001-
2.1635566500.0-
2.1654567000.0001-
2.1673567500.0001-
2.1692568000.0-
2.1711568500.0-
2.1730569000.0001-
2.1749569500.0001-
2.1768570000.0-
2.1787570500.0001-
2.1806571000.0001-
2.1825571500.0001-
2.1845572000.0001-
2.1864572500.0-
2.1883573000.0001-
2.1902573500.0001-
2.1921574000.0001-
2.1940574500.0001-
2.1959575000.0001-
2.1978575500.0001-
2.1997576000.0001-
2.2016576500.0-
2.2036577000.0001-
2.2055577500.0001-
2.2074578000.0001-
2.2093578500.0001-
2.2112579000.0001-
2.2131579500.0001-
2.2150580000.0-
2.2169580500.0-
2.2188581000.0001-
2.2207581500.0001-
2.2226582000.0001-
2.2246582500.0001-
2.2265583000.0001-
2.2284583500.0001-
2.2303584000.0001-
2.2322584500.0001-
2.2341585000.0001-
2.2360585500.0001-
2.2379586000.0-
2.2398586500.0001-
2.2417587000.0001-
2.2437587500.0001-
2.2456588000.0001-
2.2475588500.0001-
2.2494589000.0001-
2.2513589500.0001-
2.2532590000.0001-
2.2551590500.0001-
2.2570591000.0001-
2.2589591500.0001-
2.2608592000.0001-
2.2627592500.0001-
2.2647593000.0001-
2.2666593500.0001-
2.2685594000.0001-
2.2704594500.0-
2.2723595000.0001-
2.2742595500.0001-
2.2761596000.0005-
2.2780596500.0001-
2.2799597000.0001-
2.2818597500.0-
2.2838598000.0001-
2.2857598500.0001-
2.2876599000.0001-
2.2895599500.0002-
2.2914600000.0001-
2.2933600500.0-
2.2952601000.0-
2.2971601500.0-
2.2990602000.0001-
2.3009602500.0001-
2.3028603000.0001-
2.3048603500.0-
2.3067604000.0-
2.3086604500.0001-
2.3105605000.0001-
2.3124605500.0001-
2.3143606000.0001-
2.3162606500.0001-
2.3181607000.0001-
2.3200607500.0-
2.3219608000.0001-
2.3238608500.0-
2.3258609000.0-
2.3277609500.0001-
2.3296610000.0001-
2.3315610500.0001-
2.3334611000.0001-
2.3353611500.0-
2.3372612000.0001-
2.3391612500.0001-
2.3410613000.0001-
2.3429613500.0-
2.3449614000.0001-
2.3468614500.0-
2.3487615000.0001-
2.3506615500.0001-
2.3525616000.0001-
2.3544616500.0001-
2.3563617000.0001-
2.3582617500.0-
2.3601618000.0001-
2.3620618500.0-
2.3639619000.0-
2.3659619500.0-
2.3678620000.0-
2.3697620500.0001-
2.3716621000.0-
2.3735621500.0-
2.3754622000.0001-
2.3773622500.0001-
2.3792623000.0-
2.3811623500.0001-
2.3830624000.0001-
2.3850624500.0001-
2.3869625000.0-
2.3888625500.0-
2.3907626000.0001-
2.3926626500.0001-
2.3945627000.0001-
2.3964627500.0001-
2.3983628000.0001-
2.4002628500.0-
2.4021629000.0001-
2.4040629500.0001-
2.4060630000.0-
2.4079630500.0-
2.4098631000.0-
2.4117631500.0001-
2.4136632000.0001-
2.4155632500.0001-
2.4174633000.0-
2.4193633500.0001-
2.4212634000.0001-
2.4231634500.0-
2.4251635000.0001-
2.4270635500.0-
2.4289636000.0001-
2.4308636500.0001-
2.4327637000.0001-
2.4346637500.0001-
2.4365638000.0001-
2.4384638500.0001-
2.4403639000.0-
2.4422639500.0001-
2.4441640000.0-
2.4461640500.0-
2.4480641000.0001-
2.4499641500.0001-
2.4518642000.0-
2.4537642500.0-
2.4556643000.0001-
2.4575643500.0-
2.4594644000.0001-
2.4613644500.0-
2.4632645000.0001-
2.4652645500.0-
2.4671646000.0-
2.4690646500.0001-
2.4709647000.0-
2.4728647500.0001-
2.4747648000.0-
2.4766648500.0001-
2.4785649000.0-
2.4804649500.0-
2.4823650000.0-
2.4842650500.0-
2.4862651000.0001-
2.4881651500.0-
2.4900652000.0-
2.4919652500.0001-
2.4938653000.0-
2.4957653500.0-
2.4976654000.0001-
2.4995654500.0001-
2.5014655000.0-
2.5033655500.0001-
2.5053656000.0-
2.5072656500.0-
2.5091657000.0-
2.5110657500.0001-
2.5129658000.0-
2.5148658500.0-
2.5167659000.0001-
2.5186659500.0-
2.5205660000.0-
2.5224660500.0-
2.5243661000.0-
2.5263661500.0001-
2.5282662000.0-
2.5301662500.0001-
2.5320663000.0-
2.5339663500.0-
2.5358664000.0001-
2.5377664500.0-
2.5396665000.0-
2.5415665500.0-
2.5434666000.0001-
2.5454666500.0-
2.5473667000.0001-
2.5492667500.0001-
2.5511668000.0001-
2.5530668500.0-
2.5549669000.0-
2.5568669500.0-
2.5587670000.0-
2.5606670500.0-
2.5625671000.0001-
2.5644671500.0-
2.5664672000.0001-
2.5683672500.0-
2.5702673000.0001-
2.5721673500.0-
2.5740674000.0-
2.5759674500.0-
2.5778675000.0001-
2.5797675500.0001-
2.5816676000.0-
2.5835676500.0-
2.5854677000.0001-
2.5874677500.0001-
2.5893678000.0-
2.5912678500.0-
2.5931679000.0-
2.5950679500.0-
2.5969680000.0-
2.5988680500.0-
2.6007681000.0-
2.6026681500.0-
2.6045682000.0-
2.6065682500.0001-
2.6084683000.0-
2.6103683500.0001-
2.6122684000.0-
2.6141684500.0-
2.6160685000.0-
2.6179685500.0-
2.6198686000.0-
2.6217686500.0001-
2.6236687000.0001-
2.6255687500.0-
2.6275688000.0-
2.6294688500.0001-
2.6313689000.0-
2.6332689500.0001-
2.6351690000.0-
2.6370690500.0-
2.6389691000.0-
2.6408691500.0-
2.6427692000.0-
2.6446692500.0-
2.6466693000.0-
2.6485693500.0-
2.6504694000.0001-
2.6523694500.0-
2.6542695000.0-
2.6561695500.0001-
2.6580696000.0-
2.6599696500.0001-
2.6618697000.0001-
2.6637697500.0-
2.6656698000.0-
2.6676698500.0-
2.6695699000.0-
2.6714699500.0-
2.6733700000.0-
2.6752700500.0001-
2.6771701000.0001-
2.6790701500.0-
2.6809702000.0001-
2.6828702500.0-
2.6847703000.0-
2.6867703500.0-
2.6886704000.0-
2.6905704500.0-
2.6924705000.0-
2.6943705500.0001-
2.6962706000.0-
2.6981706500.0-
2.7000707000.0001-
2.7019707500.0001-
2.7038708000.0-
2.7057708500.0001-
2.7077709000.0-
2.7096709500.0-
2.7115710000.0-
2.7134710500.0-
2.7153711000.0-
2.7172711500.0-
2.7191712000.0-
2.7210712500.0-
2.7229713000.0-
2.7248713500.0-
2.7268714000.0-
2.7287714500.0001-
2.7306715000.0-
2.7325715500.0-
2.7344716000.0-
2.7363716500.0-
2.7382717000.0-
2.7401717500.0-
2.7420718000.0-
2.7439718500.0-
2.7458719000.0001-
2.7478719500.0-
2.7497720000.0-
2.7516720500.0-
2.7535721000.0-
2.7554721500.0-
2.7573722000.0-
2.7592722500.0-
2.7611723000.0-
2.7630723500.0-
2.7649724000.0-
2.7669724500.0-
2.7688725000.0-
2.7707725500.0-
2.7726726000.0-
2.7745726500.0-
2.7764727000.0-
2.7783727500.0001-
2.7802728000.0-
2.7821728500.0-
2.7840729000.0-
2.7859729500.0-
2.7879730000.0-
2.7898730500.0-
2.7917731000.0-
2.7936731500.0-
2.7955732000.0-
2.7974732500.0-
2.7993733000.0-
2.8012733500.0-
2.8031734000.0-
2.8050734500.0-
2.8070735000.0-
2.8089735500.0-
2.8108736000.0-
2.8127736500.0-
2.8146737000.0-
2.8165737500.0-
2.8184738000.0-
2.8203738500.0-
2.8222739000.0-
2.8241739500.0-
2.8260740000.0-
2.8280740500.0-
2.8299741000.0-
2.8318741500.0-
2.8337742000.0-
2.8356742500.0-
2.8375743000.0-
2.8394743500.0-
2.8413744000.0001-
2.8432744500.0-
2.8451745000.0-
2.8470745500.0-
2.8490746000.0-
2.8509746500.0-
2.8528747000.0-
2.8547747500.0-
2.8566748000.0-
2.8585748500.0-
2.8604749000.0-
2.8623749500.0-
2.8642750000.0-
2.8661750500.0-
2.8681751000.0-
2.8700751500.0-
2.8719752000.0-
2.8738752500.0-
2.8757753000.0-
2.8776753500.0001-
2.8795754000.0-
2.8814754500.0-
2.8833755000.0-
2.8852755500.0-
2.8871756000.0-
2.8891756500.0-
2.8910757000.0-
2.8929757500.0-
2.8948758000.0-
2.8967758500.0-
2.8986759000.0-
2.9005759500.0-
2.9024760000.0-
2.9043760500.0-
2.9062761000.0-
2.9082761500.0-
2.9101762000.0-
2.9120762500.0-
2.9139763000.0-
2.9158763500.0-
2.9177764000.0-
2.9196764500.0001-
2.9215765000.0-
2.9234765500.0001-
2.9253766000.0-
2.9272766500.0-
2.9292767000.0-
2.9311767500.0-
2.9330768000.0-
2.9349768500.0-
2.9368769000.0-
2.9387769500.0-
2.9406770000.0-
2.9425770500.0-
2.9444771000.0-
2.9463771500.0-
2.9483772000.0-
2.9502772500.0-
2.9521773000.0-
2.9540773500.0-
2.9559774000.0-
2.9578774500.0-
2.9597775000.0-
2.9616775500.0-
2.9635776000.0-
2.9654776500.0-
2.9673777000.0-
2.9693777500.0-
2.9712778000.0001-
2.9731778500.0-
2.9750779000.0-
2.9769779500.0-
2.9788780000.0-
2.9807780500.0-
2.9826781000.0-
2.9845781500.0-
2.9864782000.0-
2.9884782500.0001-
2.9903783000.0-
2.9922783500.0-
2.9941784000.0001-
2.9960784500.0-
2.9979785000.0-
2.9998785500.0-
3.078555-0.3541
3.0017786000.0-
3.0036786500.0-
3.0055787000.0-
3.0074787500.0-
3.0094788000.0-
3.0113788500.0-
3.0132789000.0-
3.0151789500.0-
3.0170790000.0-
3.0189790500.0-
3.0208791000.0-
3.0227791500.0002-
3.0246792000.0-
3.0265792500.0-
3.0285793000.0-
3.0304793500.0-
3.0323794000.0-
3.0342794500.0-
3.0361795000.0-
3.0380795500.0-
3.0399796000.0-
3.0418796500.0-
3.0437797000.0-
3.0456797500.0-
3.0475798000.0-
3.0495798500.0-
3.0514799000.0-
3.0533799500.0-
3.0552800000.0-
3.0571800500.0-
3.0590801000.0-
3.0609801500.0-
3.0628802000.0-
3.0647802500.0-
3.0666803000.0-
3.0686803500.0-
3.0705804000.0-
3.0724804500.0-
3.0743805000.0-
3.0762805500.0-
3.0781806000.0-
3.0800806500.0-
3.0819807000.0-
3.0838807500.0-
3.0857808000.0-
3.0876808500.0-
3.0896809000.0-
3.0915809500.0-
3.0934810000.0-
3.0953810500.0-
3.0972811000.0-
3.0991811500.0-
3.1010812000.0-
3.1029812500.0-
3.1048813000.0-
3.1067813500.0-
3.1086814000.0-
3.1106814500.0-
3.1125815000.0-
3.1144815500.0-
3.1163816000.0-
3.1182816500.0-
3.1201817000.0-
3.1220817500.0-
3.1239818000.0-
3.1258818500.0-
3.1277819000.0-
3.1297819500.0-
3.1316820000.0-
3.1335820500.0-
3.1354821000.0-
3.1373821500.0-
3.1392822000.0-
3.1411822500.0-
3.1430823000.0-
3.1449823500.0-
3.1468824000.0-
3.1487824500.0-
3.1507825000.0-
3.1526825500.0-
3.1545826000.0-
3.1564826500.0-
3.1583827000.0-
3.1602827500.0-
3.1621828000.0-
3.1640828500.0-
3.1659829000.0-
3.1678829500.0-
3.1698830000.0-
3.1717830500.0-
3.1736831000.0-
3.1755831500.0-
3.1774832000.0-
3.1793832500.0-
3.1812833000.0-
3.1831833500.0-
3.1850834000.0-
3.1869834500.0-
3.1888835000.0-
3.1908835500.0-
3.1927836000.0-
3.1946836500.0-
3.1965837000.0-
3.1984837500.0-
3.2003838000.0-
3.2022838500.0-
3.2041839000.0-
3.2060839500.0-
3.2079840000.0-
3.2099840500.0-
3.2118841000.0-
3.2137841500.0-
3.2156842000.0-
3.2175842500.0-
3.2194843000.0-
3.2213843500.0-
3.2232844000.0-
3.2251844500.0001-
3.2270845000.0-
3.2289845500.0-
3.2309846000.0-
3.2328846500.0-
3.2347847000.0-
3.2366847500.0-
3.2385848000.0-
3.2404848500.0-
3.2423849000.0-
3.2442849500.0-
3.2461850000.0-
3.2480850500.0-
3.2500851000.0-
3.2519851500.0-
3.2538852000.0-
3.2557852500.0-
3.2576853000.0-
3.2595853500.0-
3.2614854000.0-
3.2633854500.0-
3.2652855000.0-
3.2671855500.0-
3.2690856000.0-
3.2710856500.0-
3.2729857000.0-
3.2748857500.0-
3.2767858000.0-
3.2786858500.0-
3.2805859000.0-
3.2824859500.0-
3.2843860000.0-
3.2862860500.0-
3.2881861000.0-
3.2901861500.0-
3.2920862000.0-
3.2939862500.0-
3.2958863000.0-
3.2977863500.0-
3.2996864000.0-
3.3015864500.0-
3.3034865000.0-
3.3053865500.0-
3.3072866000.0-
3.3091866500.0-
3.3111867000.0-
3.3130867500.0-
3.3149868000.0-
3.3168868500.0-
3.3187869000.0-
3.3206869500.0-
3.3225870000.0-
3.3244870500.0-
3.3263871000.0-
3.3282871500.0-
3.3302872000.0-
3.3321872500.0-
3.3340873000.0-
3.3359873500.0-
3.3378874000.0-
3.3397874500.0-
3.3416875000.0-
3.3435875500.0-
3.3454876000.0-
3.3473876500.0-
3.3492877000.0-
3.3512877500.0-
3.3531878000.0-
3.3550878500.0-
3.3569879000.0-
3.3588879500.0-
3.3607880000.0-
3.3626880500.0-
3.3645881000.0-
3.3664881500.0-
3.3683882000.0-
3.3703882500.0-
3.3722883000.0-
3.3741883500.0-
3.3760884000.0-
3.3779884500.0-
3.3798885000.0-
3.3817885500.0-
3.3836886000.0-
3.3855886500.0-
3.3874887000.0-
3.3893887500.0-
3.3913888000.0-
3.3932888500.0-
3.3951889000.0-
3.3970889500.0-
3.3989890000.0-
3.4008890500.0-
3.4027891000.0-
3.4046891500.0-
3.4065892000.0-
3.4084892500.0-
3.4103893000.0-
3.4123893500.0-
3.4142894000.0-
3.4161894500.0-
3.4180895000.0-
3.4199895500.0-
3.4218896000.0-
3.4237896500.0-
3.4256897000.0-
3.4275897500.0-
3.4294898000.0-
3.4314898500.0-
3.4333899000.0-
3.4352899500.0-
3.4371900000.0-
3.4390900500.0-
3.4409901000.0-
3.4428901500.0-
3.4447902000.0-
3.4466902500.0-
3.4485903000.0-
3.4504903500.0-
3.4524904000.0-
3.4543904500.0-
3.4562905000.0-
3.4581905500.0-
3.4600906000.0-
3.4619906500.0-
3.4638907000.0-
3.4657907500.0-
3.4676908000.0-
3.4695908500.0-
3.4715909000.0-
3.4734909500.0-
3.4753910000.0-
3.4772910500.0-
3.4791911000.0-
3.4810911500.0-
3.4829912000.0-
3.4848912500.0-
3.4867913000.0-
3.4886913500.0-
3.4905914000.0-
3.4925914500.0-
3.4944915000.0-
3.4963915500.0-
3.4982916000.0-
3.5001916500.0-
3.5020917000.0-
3.5039917500.0-
3.5058918000.0-
3.5077918500.0-
3.5096919000.0-
3.5116919500.0-
3.5135920000.0-
3.5154920500.0-
3.5173921000.0-
3.5192921500.0-
3.5211922000.0-
3.5230922500.0-
3.5249923000.0-
3.5268923500.0-
3.5287924000.0-
3.5306924500.0-
3.5326925000.0-
3.5345925500.0-
3.5364926000.0-
3.5383926500.0-
3.5402927000.0-
3.5421927500.0-
3.5440928000.0-
3.5459928500.0-
3.5478929000.0-
3.5497929500.0-
3.5517930000.0-
3.5536930500.0-
3.5555931000.0-
3.5574931500.0-
3.5593932000.0-
3.5612932500.0-
3.5631933000.0-
3.5650933500.0-
3.5669934000.0-
3.5688934500.0-
3.5707935000.0-
3.5727935500.0-
3.5746936000.0-
3.5765936500.0-
3.5784937000.0-
3.5803937500.0-
3.5822938000.0-
3.5841938500.0-
3.5860939000.0-
3.5879939500.0-
3.5898940000.0-
3.5918940500.0-
3.5937941000.0-
3.5956941500.0-
3.5975942000.0-
3.5994942500.0-
3.6013943000.0-
3.6032943500.0-
3.6051944000.0-
3.6070944500.0-
3.6089945000.0-
3.6108945500.0-
3.6128946000.0-
3.6147946500.0-
3.6166947000.0-
3.6185947500.0-
3.6204948000.0-
3.6223948500.0-
3.6242949000.0-
3.6261949500.0-
3.6280950000.0-
3.6299950500.0-
3.6319951000.0-
3.6338951500.0-
3.6357952000.0-
3.6376952500.0-
3.6395953000.0-
3.6414953500.0-
3.6433954000.0-
3.6452954500.0-
3.6471955000.0-
3.6490955500.0-
3.6509956000.0-
3.6529956500.0-
3.6548957000.0-
3.6567957500.0-
3.6586958000.0-
3.6605958500.0-
3.6624959000.0-
3.6643959500.0-
3.6662960000.0-
3.6681960500.0-
3.6700961000.0-
3.6719961500.0-
3.6739962000.0-
3.6758962500.0-
3.6777963000.0-
3.6796963500.0-
3.6815964000.0-
3.6834964500.0-
3.6853965000.0-
3.6872965500.0-
3.6891966000.0-
3.6910966500.0-
3.6930967000.0-
3.6949967500.0-
3.6968968000.0-
3.6987968500.0-
3.7006969000.0-
3.7025969500.0-
3.7044970000.0-
3.7063970500.0-
3.7082971000.0-
3.7101971500.0-
3.7120972000.0-
3.7140972500.0-
3.7159973000.0-
3.7178973500.0-
3.7197974000.0-
3.7216974500.0-
3.7235975000.0-
3.7254975500.0-
3.7273976000.0-
3.7292976500.0-
3.7311977000.0-
3.7331977500.0-
3.7350978000.0-
3.7369978500.0-
3.7388979000.0-
3.7407979500.0-
3.7426980000.0-
3.7445980500.0-
3.7464981000.0-
3.7483981500.0-
3.7502982000.0-
3.7521982500.0-
3.7541983000.0-
3.7560983500.0-
3.7579984000.0-
3.7598984500.0-
3.7617985000.0-
3.7636985500.0-
3.7655986000.0-
3.7674986500.0-
3.7693987000.0-
3.7712987500.0-
3.7732988000.0-
3.7751988500.0-
3.7770989000.0-
3.7789989500.0-
3.7808990000.0-
3.7827990500.0-
3.7846991000.0-
3.7865991500.0-
3.7884992000.0-
3.7903992500.0-
3.7922993000.0-
3.7942993500.0-
3.7961994000.0-
3.7980994500.0-
3.7999995000.0-
3.8018995500.0-
3.8037996000.0-
3.8056996500.0-
3.8075997000.0-
3.8094997500.0-
3.8113998000.0-
3.8133998500.0-
3.8152999000.0-
3.8171999500.0-
3.81901000000.0-
3.82091000500.0-
3.82281001000.0-
3.82471001500.0-
3.82661002000.0-
3.82851002500.0-
3.83041003000.0-
3.83231003500.0-
3.83431004000.0-
3.83621004500.0-
3.83811005000.0-
3.84001005500.0-
3.84191006000.0-
3.84381006500.0-
3.84571007000.0-
3.84761007500.0-
3.84951008000.0-
3.85141008500.0-
3.85341009000.0-
3.85531009500.0-
3.85721010000.0-
3.85911010500.0-
3.86101011000.0-
3.86291011500.0-
3.86481012000.0-
3.86671012500.0-
3.86861013000.0-
3.87051013500.0-
3.87241014000.0-
3.87441014500.0-
3.87631015000.0-
3.87821015500.0-
3.88011016000.0-
3.88201016500.0-
3.88391017000.0-
3.88581017500.0-
3.88771018000.0-
3.88961018500.0-
3.89151019000.0-
3.89351019500.0-
3.89541020000.0-
3.89731020500.0-
3.89921021000.0-
3.90111021500.0-
3.90301022000.0-
3.90491022500.0-
3.90681023000.0-
3.90871023500.0-
3.91061024000.0-
3.91251024500.0-
3.91451025000.0-
3.91641025500.0-
3.91831026000.0-
3.92021026500.0-
3.92211027000.0-
3.92401027500.0-
3.92591028000.0-
3.92781028500.0-
3.92971029000.0-
3.93161029500.0-
3.93351030000.0-
3.93551030500.0-
3.93741031000.0-
3.93931031500.0-
3.94121032000.0-
3.94311032500.0-
3.94501033000.0-
3.94691033500.0-
3.94881034000.0-
3.95071034500.0-
3.95261035000.0-
3.95461035500.0-
3.95651036000.0-
3.95841036500.0-
3.96031037000.0-
3.96221037500.0-
3.96411038000.0-
3.96601038500.0-
3.96791039000.0-
3.96981039500.0-
3.97171040000.0-
3.97361040500.0-
3.97561041000.0-
3.97751041500.0-
3.97941042000.0-
3.98131042500.0-
3.98321043000.0-
3.98511043500.0-
3.98701044000.0-
3.98891044500.0-
3.99081045000.0-
3.99271045500.0-
3.99471046000.0-
3.99661046500.0-
3.99851047000.0-
4.0104740-0.3749
  • —The bold row denotes the saved checkpoint.

Framework Versions

  • —Python: 3.10.12
  • —SetFit: 1.0.3
  • —Sentence Transformers: 2.2.2
  • —Transformers: 4.36.2
  • —PyTorch: 2.1.2+cu121
  • —Datasets: 2.16.1
  • —Tokenizers: 0.15.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. -->