HarshalBhg commited on
Commit
e2eda5e
1 Parent(s): 31166cf

Add SetFit model

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false
7
+ }
README.md ADDED
@@ -0,0 +1,849 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: setfit
3
+ tags:
4
+ - setfit
5
+ - sentence-transformers
6
+ - text-classification
7
+ - generated_from_setfit_trainer
8
+ datasets:
9
+ - PolyAI/banking77
10
+ metrics:
11
+ - accuracy
12
+ widget:
13
+ - text: I have a problem! The ATM stole my card!
14
+ - text: I think my statement has a fraudulent charge
15
+ - text: I made a transfer and am still waiting.
16
+ - text: Why did I get a message saying that my transfer is not possible? I have done
17
+ this before no problem. Please fix.
18
+ - text: My app says that I received cash from an ATM and I didn't.
19
+ pipeline_tag: text-classification
20
+ inference: true
21
+ base_model: thenlper/gte-large
22
+ model-index:
23
+ - name: SetFit with thenlper/gte-large
24
+ results:
25
+ - task:
26
+ type: text-classification
27
+ name: Text Classification
28
+ dataset:
29
+ name: PolyAI/banking77
30
+ type: PolyAI/banking77
31
+ split: test
32
+ metrics:
33
+ - type: accuracy
34
+ value: 0.9285714285714286
35
+ name: Accuracy
36
+ ---
37
+
38
+ # SetFit with thenlper/gte-large
39
+
40
+ This is a [SetFit](https://github.com/huggingface/setfit) model trained on the [PolyAI/banking77](https://huggingface.co/datasets/PolyAI/banking77) dataset that can be used for Text Classification. This SetFit model uses [thenlper/gte-large](https://huggingface.co/thenlper/gte-large) 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.
41
+
42
+ The model has been trained using an efficient few-shot learning technique that involves:
43
+
44
+ 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
45
+ 2. Training a classification head with features from the fine-tuned Sentence Transformer.
46
+
47
+ ## Model Details
48
+
49
+ ### Model Description
50
+ - **Model Type:** SetFit
51
+ - **Sentence Transformer body:** [thenlper/gte-large](https://huggingface.co/thenlper/gte-large)
52
+ - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
53
+ - **Maximum Sequence Length:** 512 tokens
54
+ - **Number of Classes:** 77 classes
55
+ - **Training Dataset:** [PolyAI/banking77](https://huggingface.co/datasets/PolyAI/banking77)
56
+ <!-- - **Language:** Unknown -->
57
+ <!-- - **License:** Unknown -->
58
+
59
+ ### Model Sources
60
+
61
+ - **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
62
+ - **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
63
+ - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
64
+
65
+ ### Model Labels
66
+ | Label | Examples |
67
+ |:------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68
+ | 11 | <ul><li>'I am still waiting on my card?'</li><li>"What can I do if my card still hasn't arrived after 2 weeks?"</li><li>'I have been waiting over a week. Is the card still coming?'</li></ul> |
69
+ | 13 | <ul><li>'My card has been found. Is there any way for me to put it back into the app?'</li><li>'I was able to find my card. How to I go about putting it into my app?'</li><li>'how do I get my card to show in the app?'</li></ul> |
70
+ | 32 | <ul><li>'What is my money worth in other countries?'</li><li>'Will my money be of equal value when I travel abroad?'</li><li>'Do you know the rate of exchange?'</li></ul> |
71
+ | 17 | <ul><li>'Last Saturday, I was charged extra for the exchange rate on my payment. Is something wrong?'</li><li>'Hi, I am disappointed to see such a bad exchange rate and hope you can assist me. Would you be able to confirm the official interbank exchange rate for me?'</li><li>"I think the currency exchange that's been applied is wrong."</li></ul> |
72
+ | 34 | <ul><li>'Why is there an extra fee on my statement?'</li><li>'Why did they charge me an extra $1?'</li><li>'Why is there a 1 euro fee on my statement?'</li></ul> |
73
+ | 46 | <ul><li>'I would like to know why a withdraw I made for some cash shows up as pending.'</li><li>'Why is my cash withdrawal still showing as pending?'</li><li>'I have the cash already, my account still shows up as pending. How can my account be still pending?'</li></ul> |
74
+ | 36 | <ul><li>'How many different currencies can I hold money in?'</li><li>'Do you allow currency exchanges?'</li><li>'How many currencies can I have money in in my account?'</li></ul> |
75
+ | 12 | <ul><li>'Can it specifically be delivered on a certain date?'</li><li>'I need to get my card quickly'</li><li>'When can I expect my card? I live in the US.'</li></ul> |
76
+ | 4 | <ul><li>'Can I add money automatically to my account while traveling?'</li><li>'i need help finding the auto top up option.'</li><li>'What are the maximum amount you can do for auto top-up?'</li></ul> |
77
+ | 14 | <ul><li>"I can't use my card because it is not working."</li><li>"I can't seem to be able to use my card"</li><li>"My card isn't working at all, I need assistance. It's really frustrating."</li></ul> |
78
+ | 33 | <ul><li>'Can I change from AUD to GBP?'</li><li>'I need to exchange between different currencies, like GBP and USD. Can I do that with your app?'</li><li>'How can I change to another currency?'</li></ul> |
79
+ | 41 | <ul><li>'Has there been any activity on my card today?'</li><li>'I lost my wallet and all my cards were in it.'</li><li>"I'm panicking! I lost my card! Help!"</li></ul> |
80
+ | 1 | <ul><li>'I want to open an account for my children'</li><li>'How old do you need to be to use the banks services?'</li><li>'Whats the minimum age to have an account'</li></ul> |
81
+ | 49 | <ul><li>'I have exceeded the number of PIN attempts'</li><li>'I mistook my pin and now I am locked. Can you unlock me?'</li><li>'Please help me unblock my pin which I put the wrong one too many times.'</li></ul> |
82
+ | 23 | <ul><li>'Should i uninstall the app before i try it again?'</li><li>'How come when I tried to pay contactless at the bus it didnt work?'</li><li>'Why is my contactless not working?'</li></ul> |
83
+ | 56 | <ul><li>'Is there a top up fee for transfer?'</li><li>'Will there be a charge for topping up by account with a SEPA transfer?'</li><li>'What are the charges for receiving a SEPA transfer?'</li></ul> |
84
+ | 47 | <ul><li>'How long does a top-up take to go through?'</li><li>'I am under the impression that my top up is still pending'</li><li>'How long will it take for my money to be deposited?'</li></ul> |
85
+ | 8 | <ul><li>'Cancel a transaction'</li><li>'Am I able to cancel a transfer I just made'</li><li>"I needed to make a payment on my account, but I typed in the incorrect number. The app won't allow me to cancel this transaction. I need it cancelled ASAP!!"</li></ul> |
86
+ | 60 | <ul><li>'What is the max amount of top-ups?'</li><li>'Are top-ups unlimited?'</li><li>'Can I increase my top-up maximum?'</li></ul> |
87
+ | 75 | <ul><li>'Why did I only receive a partial amount of what I tried to withdraw?'</li><li>'my atm transaction was wrong'</li><li>'why did i only get 20.00'</li></ul> |
88
+ | 15 | <ul><li>'There was a fee charged when I paid with my card.'</li><li>'I received a fee I should not have.'</li><li>'Why am I being a charged for using my card?'</li></ul> |
89
+ | 66 | <ul><li>'I am worried that too much time has gone by for a transfer to be completed.'</li><li>'What is the time frame that it usually takes for a transfer to come through? I have a friend needing it immediately but it has yet to come through.'</li><li>"My money transaction can't be seen by the person I sent it to"</li></ul> |
90
+ | 54 | <ul><li>'How do I use American express to top up my account?'</li><li>'Which currencies do you accept for adding money?'</li><li>'Is my credit card supported for top-ups?'</li></ul> |
91
+ | 40 | <ul><li>'I would like to order a virtual card, where can I get one?'</li><li>'I need to order a new virtual card, how do I do that?'</li><li>'How can I sign up for a virtual card?'</li></ul> |
92
+ | 10 | <ul><li>"Is there anywhere I can't use my card?"</li><li>'In which stores can I shop with this card?'</li><li>'How do I know where I can use my card?'</li></ul> |
93
+ | 61 | <ul><li>'My top up did not show up as shown and my money has disappeared, can you help me fix this glitch problem?'</li><li>'Has my top-up been cancelled?'</li><li>"I topped up recently and saw the money go through, but now it's just gone? What's going on"</li></ul> |
94
+ | 6 | <ul><li>'Why is my last cheque deposit taking so long?'</li><li>'I am still waiting for a the cash I deposited this morning'</li><li>"I tried using a check to update my balance, but it isn't work? Is something wrong?"</li></ul> |
95
+ | 16 | <ul><li>"There's a payment with my card that I didn't perform. I don't know that name shown."</li><li>'My statement indicates I made a payment to an unfamiliar merchant.'</li><li>"There's a payment with my card that I definitely didn't do myself, never seen that name before."</li></ul> |
96
+ | 30 | <ul><li>'I am interested in changing my personal details.'</li><li>'I am here to change my adress.'</li><li>"I'd like to make some changes to my personal information."</li></ul> |
97
+ | 74 | <ul><li>'Why do you have an identity check?'</li><li>'I do not feel comfortable verifying my identity.'</li><li>'Why on earth do you need so much personal id info from me?'</li></ul> |
98
+ | 68 | <ul><li>'Can you help me with proving my identity?'</li><li>'What proof do you need for my identification?'</li><li>"Are there any reasons that my identity wouldn't be accepted even though everything I've provided is factual?"</li></ul> |
99
+ | 38 | <ul><li>"I'm not sure what to do about the PIN, because I don't have one yet."</li><li>'Is my PIN sent separably?'</li><li>'Where can I get my card PIN?'</li></ul> |
100
+ | 73 | <ul><li>'Is there a way I can have a mastercard?'</li><li>'is it just visa or can i also use mastercard?'</li><li>'I do not want a VISA card.'</li></ul> |
101
+ | 62 | <ul><li>'My money I had was gone and I could not get gas!'</li><li>'i can not see my top up'</li><li>"I can't see my top up in my wallet!"</li></ul> |
102
+ | 29 | <ul><li>'Do the disposable cards have any restrictions on them?'</li><li>'How many times can I use a virtual card?'</li><li>'A friend was telling me about her disposable cards. What would I have to do to be able to get that feature?'</li></ul> |
103
+ | 22 | <ul><li>'I think someone is using my card without my permission!'</li><li>'What do I do if I detect fraudulent use on my car?'</li><li>"I think my account has been hacked there are charges on there I don't recognize."</li></ul> |
104
+ | 3 | <ul><li>'I can use this card at which ATMs?'</li><li>'Can I use the card at any cash machine?'</li><li>'What locations can I get money from?'</li></ul> |
105
+ | 28 | <ul><li>'Hi, i found a large amount payment in my old statements which i am sure was not made by me. I am aware that the time has passed but is there a way to raise a dispute for this payment now?'</li><li>'what is the word?'</li><li>'Please help my find out why there is an odd direct debit in my records.'</li></ul> |
106
+ | 44 | <ul><li>"Help me! I don't know what my password is."</li><li>'I thought I knew my password but I guess I was wrong, what can I do now?'</li><li>'I am unable to access my app due to forgetting my passcode.'</li></ul> |
107
+ | 26 | <ul><li>'I tried to withdraw cash and got declined, why is that?'</li><li>'Why was I declined when I tried to get my money?'</li><li>'I could not access my money at the ATM'</li></ul> |
108
+ | 45 | <ul><li>'What does it mean when a payment is pending?'</li><li>'Could you please tell me why my purchases from this morning say payment is pending?'</li><li>'The purchase I made is still pending.'</li></ul> |
109
+ | 42 | <ul><li>'My phone was stolen, what should I do first?'</li><li>'My phone was stolen, what should I do?'</li><li>'I lost my phone, what should I do?'</li></ul> |
110
+ | 52 | <ul><li>'How long does it take to get a refund on something I bought?'</li><li>'Please tell me how to get a refund for something I bought.'</li><li>'Can i cancel this purchase?'</li></ul> |
111
+ | 27 | <ul><li>"Transfer unable to be completed, states 'declined'"</li><li>'Why was my transfer request decline?'</li><li>'My transfer was rejected'</li></ul> |
112
+ | 51 | <ul><li>"I don't see my refund money yet in my account. I asked the merchant a while ago for a refund, so I don't know what's taking so long. Can you look into it and see if the money is there, just not in my account yet?"</li><li>'Why am I missing my refund'</li><li>'Please help me. I am still waiting on a refund.'</li></ul> |
113
+ | 25 | <ul><li>"I'm not sure why my card didn't work"</li><li>'My card is not working at stores.'</li><li>'Do you know why my card payment has been declined?'</li></ul> |
114
+ | 48 | <ul><li>'i put in money for vacation and its not showing. i need that money today, how long will it take'</li><li>"I can't figure out why a transfer is still pending?"</li><li>"Transfers can take up to one day to process before departing for the beneficiary accounts. Please confirm that you've entered your account details correctly. SEPA transfers can take up to two working days, while SWIFT transfers can take up to five working days."</li></ul> |
115
+ | 55 | <ul><li>'How do I deactivate my account?'</li><li>'Remove my account immediately.'</li><li>'Are you able to delete my account?'</li></ul> |
116
+ | 18 | <ul><li>'What do I do if the ATM took my card?'</li><li>'What do I do now my credit card has been swallowed by the ATM?'</li><li>"An ATM machine didn't give me back my card."</li></ul> |
117
+ | 63 | <ul><li>'A transaction shows duplicate times.'</li><li>'There is a repeat charge for the same item'</li><li>'How can I fix this? There is a double charge on my account.'</li></ul> |
118
+ | 70 | <ul><li>'where exactly does money come from'</li><li>'Where did my money come from?'</li><li>'Can I check to see where the funds came from?'</li></ul> |
119
+ | 67 | <ul><li>'How long am I to wait before the transfer gets to my account?'</li><li>'Will the transfer show up in my account soon?'</li><li>'What time will a transfer from the US take?'</li></ul> |
120
+ | 53 | <ul><li>'I wanted to purchase something online but the payment was returned back to me. This has been going on for a couple of weeks. Please tell me what is going on here?'</li><li>'I tried to use my debit card, but the payment did not work.'</li><li>'Hi, I had an issue with my card payment and It shows on my account that my payment went through. Then I got contacted from the seller saying "they did not receive my payment" then the payment was returned to my account. so I would like to see why it did that please.'</li></ul> |
121
+ | 21 | <ul><li>'Is it possible for me to change my PIN number?'</li><li>'What are the steps to change my PIN to something else?'</li><li>'In what way can I change my PIN and where do I need to be?'</li></ul> |
122
+ | 7 | <ul><li>'is there something blocking me from making transfers'</li><li>'What are the reasons for my beneficiary not being allowed?'</li><li>'Is there something wrong with the transferring functions? I keep trying to transfer funds and only get an error message.'</li></ul> |
123
+ | 64 | <ul><li>"I was transferring some money to a friend, which I thought would be free, but I see there is a charge. What's up with that?"</li><li>'There is a fee for a transfer, please explain that to me.'</li><li>"I didn't know there was a charge for tranferring. What is the charge?"</li></ul> |
124
+ | 50 | <ul><li>'Can my salary be received here?'</li><li>'How can my boss pay me directly to the card?'</li><li>'Salary in GBP has been received. Does it need to be configured into another place?'</li></ul> |
125
+ | 35 | <ul><li>'What is happening? I have tried to transfer money 5x already. Is the system down? This shouldnt be happening as this is a basic transfer.'</li><li>'Is there a reason that my transfer failed?'</li><li>"Why didn't my transfer complete?"</li></ul> |
126
+ | 65 | <ul><li>'I want to transfer money. How do I do that for my account?'</li><li>'How do I transfer money into my account?'</li><li>'How can I link my bank to my top up account?'</li></ul> |
127
+ | 71 | <ul><li>'Do you know how I can verify that I did a top-up to my card?'</li><li>'where is the code for verifying the top up card?'</li><li>'The top-up card is verified how?'</li></ul> |
128
+ | 39 | <ul><li>'Are extra charges added for sending out additional cards?'</li><li>"I'd like to order an additional card"</li><li>'I want some extra physical cards.'</li></ul> |
129
+ | 58 | <ul><li>'Help me please, I need to top up cash.'</li><li>'Do you have any options to top up with a cheque on my account?'</li><li>'Is there somewhere I can send a check to add to my account?'</li></ul> |
130
+ | 43 | <ul><li>'How much does it cost for a physical card?'</li><li>'Where can the cards be delivered?'</li><li>'What do i do to get a physical card?'</li></ul> |
131
+ | 72 | <ul><li>"Why isn't my disposable virtual card working?"</li><li>'Can I use my virtual card to complete transactions for memberships?'</li><li>"Why won't my virtual card work?"</li></ul> |
132
+ | 76 | <ul><li>'The wrong exchange rate was applied to me while pulling out cash.'</li><li>'I got less cash because of the exchange rate.'</li><li>'Why is the fee for taking money out so high? I feel I was overcharged and I would have never used this ATM if I would have known ahead of time.'</li></ul> |
133
+ | 37 | <ul><li>'What do you use disposable cards on?'</li><li>'How do I get a disposable virtual card as well?'</li><li>'I want a disposable virtual card, how do I do that?'</li></ul> |
134
+ | 59 | <ul><li>'I think my top-up has failed.'</li><li>'Top-up is not working'</li><li>'My top up is not working'</li></ul> |
135
+ | 5 | <ul><li>'help my money isnt showing up'</li><li>'how do i see what i transferred'</li><li>"Hello. Can you help figure out why the recent transfer from my UK bank account isn't showing up?"</li></ul> |
136
+ | 20 | <ul><li>"I looked on the app and it says I withdrew cash. I didn't!"</li><li>"I didn't withdraw the amount of cash that is showing up in the app."</li><li>'I saw on the app that a cash withdrawal was completed on my account; however, I did not complete it.'</li></ul> |
137
+ | 31 | <ul><li>'How much is the exchange fee?'</li><li>'Are there any hidden extra fees for currency exchanges?'</li><li>'If I exchange currencies on a frequent basis can I receive a discount?'</li></ul> |
138
+ | 57 | <ul><li>'What is the charge for using a Top up card in the US?'</li><li>'What is the fee for topping up a US card?'</li><li>'What fees are charged when I top up'</li></ul> |
139
+ | 0 | <ul><li>"Please help me with my card. It won't activate."</li><li>'I tired but an unable to activate my card.'</li><li>'I want to start using my card.'</li></ul> |
140
+ | 19 | <ul><li>'Why is there a charge when I took out money?'</li><li>'Why have I been charged a fee for cash withdrawal?'</li><li>'I made a cash withdrawl and there is a charge. What is this?'</li></ul> |
141
+ | 9 | <ul><li>'Are there any express fees if i want my new card faster?'</li><li>'Do I need to do something to get a new card once it expires?'</li><li>'I am overseas in China, can I get a replacement card?'</li></ul> |
142
+ | 2 | <ul><li>'Hi, I have an apple watch. How do I use it to top up my card?'</li><li>'Can I use google pay to top up?'</li><li>'why top up is not working even if I got my American Express in Apple Bay?'</li></ul> |
143
+ | 69 | <ul><li>'What do you require for identity verification?'</li><li>'How can I prove I am me?'</li><li>'I need to verify my identity. How do I do that?'</li></ul> |
144
+ | 24 | <ul><li>'Which countries are you available in?'</li><li>'Where are you cards supported?'</li><li>'How do I get a card if I live in the US?'</li></ul> |
145
+
146
+ ## Evaluation
147
+
148
+ ### Metrics
149
+ | Label | Accuracy |
150
+ |:--------|:---------|
151
+ | **all** | 0.9286 |
152
+
153
+ ## Uses
154
+
155
+ ### Direct Use for Inference
156
+
157
+ First install the SetFit library:
158
+
159
+ ```bash
160
+ pip install setfit
161
+ ```
162
+
163
+ Then you can load this model and run inference.
164
+
165
+ ```python
166
+ from setfit import SetFitModel
167
+
168
+ # Download from the 🤗 Hub
169
+ model = SetFitModel.from_pretrained("HarshalBhg/gte-large-setfit-train-b77-test3")
170
+ # Run inference
171
+ preds = model("I made a transfer and am still waiting.")
172
+ ```
173
+
174
+ <!--
175
+ ### Downstream Use
176
+
177
+ *List how someone could finetune this model on their own dataset.*
178
+ -->
179
+
180
+ <!--
181
+ ### Out-of-Scope Use
182
+
183
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
184
+ -->
185
+
186
+ <!--
187
+ ## Bias, Risks and Limitations
188
+
189
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
190
+ -->
191
+
192
+ <!--
193
+ ### Recommendations
194
+
195
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
196
+ -->
197
+
198
+ ## Training Details
199
+
200
+ ### Training Set Metrics
201
+ | Training set | Min | Median | Max |
202
+ |:-------------|:----|:--------|:----|
203
+ | Word count | 2 | 12.0100 | 83 |
204
+
205
+ | Label | Training Sample Count |
206
+ |:------|:----------------------|
207
+ | 0 | 159 |
208
+ | 1 | 110 |
209
+ | 2 | 126 |
210
+ | 3 | 87 |
211
+ | 4 | 127 |
212
+ | 5 | 171 |
213
+ | 6 | 181 |
214
+ | 7 | 156 |
215
+ | 8 | 157 |
216
+ | 9 | 129 |
217
+ | 10 | 59 |
218
+ | 11 | 153 |
219
+ | 12 | 112 |
220
+ | 13 | 139 |
221
+ | 14 | 112 |
222
+ | 15 | 187 |
223
+ | 16 | 168 |
224
+ | 17 | 167 |
225
+ | 18 | 61 |
226
+ | 19 | 177 |
227
+ | 20 | 160 |
228
+ | 21 | 122 |
229
+ | 22 | 86 |
230
+ | 23 | 35 |
231
+ | 24 | 129 |
232
+ | 25 | 153 |
233
+ | 26 | 173 |
234
+ | 27 | 133 |
235
+ | 28 | 182 |
236
+ | 29 | 121 |
237
+ | 30 | 121 |
238
+ | 31 | 121 |
239
+ | 32 | 112 |
240
+ | 33 | 118 |
241
+ | 34 | 166 |
242
+ | 35 | 137 |
243
+ | 36 | 126 |
244
+ | 37 | 97 |
245
+ | 38 | 106 |
246
+ | 39 | 129 |
247
+ | 40 | 98 |
248
+ | 41 | 82 |
249
+ | 42 | 121 |
250
+ | 43 | 120 |
251
+ | 44 | 105 |
252
+ | 45 | 159 |
253
+ | 46 | 143 |
254
+ | 47 | 149 |
255
+ | 48 | 148 |
256
+ | 49 | 115 |
257
+ | 50 | 95 |
258
+ | 51 | 162 |
259
+ | 52 | 169 |
260
+ | 53 | 161 |
261
+ | 54 | 129 |
262
+ | 55 | 108 |
263
+ | 56 | 111 |
264
+ | 57 | 114 |
265
+ | 58 | 114 |
266
+ | 59 | 145 |
267
+ | 60 | 97 |
268
+ | 61 | 146 |
269
+ | 62 | 103 |
270
+ | 63 | 175 |
271
+ | 64 | 172 |
272
+ | 65 | 113 |
273
+ | 66 | 171 |
274
+ | 67 | 128 |
275
+ | 68 | 102 |
276
+ | 69 | 104 |
277
+ | 70 | 113 |
278
+ | 71 | 126 |
279
+ | 72 | 41 |
280
+ | 73 | 135 |
281
+ | 74 | 121 |
282
+ | 75 | 180 |
283
+ | 76 | 163 |
284
+
285
+ ### Training Hyperparameters
286
+ - batch_size: (16, 16)
287
+ - num_epochs: (1, 1)
288
+ - max_steps: -1
289
+ - sampling_strategy: oversampling
290
+ - num_iterations: 20
291
+ - body_learning_rate: (2e-05, 1e-05)
292
+ - head_learning_rate: 0.01
293
+ - loss: CosineSimilarityLoss
294
+ - distance_metric: cosine_distance
295
+ - margin: 0.25
296
+ - end_to_end: False
297
+ - use_amp: False
298
+ - warmup_proportion: 0.1
299
+ - seed: 42
300
+ - eval_max_steps: -1
301
+ - load_best_model_at_end: False
302
+
303
+ ### Training Results
304
+ | Epoch | Step | Training Loss | Validation Loss |
305
+ |:------:|:-----:|:-------------:|:---------------:|
306
+ | 0.0000 | 1 | 0.3308 | - |
307
+ | 0.0020 | 50 | 0.3355 | - |
308
+ | 0.0040 | 100 | 0.2973 | - |
309
+ | 0.0060 | 150 | 0.2882 | - |
310
+ | 0.0080 | 200 | 0.2114 | - |
311
+ | 0.0100 | 250 | 0.1366 | - |
312
+ | 0.0120 | 300 | 0.1641 | - |
313
+ | 0.0140 | 350 | 0.0941 | - |
314
+ | 0.0160 | 400 | 0.0899 | - |
315
+ | 0.0180 | 450 | 0.0607 | - |
316
+ | 0.0200 | 500 | 0.0672 | - |
317
+ | 0.0220 | 550 | 0.0454 | - |
318
+ | 0.0240 | 600 | 0.0983 | - |
319
+ | 0.0260 | 650 | 0.0877 | - |
320
+ | 0.0280 | 700 | 0.0937 | - |
321
+ | 0.0300 | 750 | 0.0625 | - |
322
+ | 0.0320 | 800 | 0.1028 | - |
323
+ | 0.0340 | 850 | 0.0244 | - |
324
+ | 0.0360 | 900 | 0.042 | - |
325
+ | 0.0380 | 950 | 0.0804 | - |
326
+ | 0.0400 | 1000 | 0.0163 | - |
327
+ | 0.0420 | 1050 | 0.0203 | - |
328
+ | 0.0440 | 1100 | 0.0835 | - |
329
+ | 0.0460 | 1150 | 0.0467 | - |
330
+ | 0.0480 | 1200 | 0.046 | - |
331
+ | 0.0500 | 1250 | 0.0275 | - |
332
+ | 0.0520 | 1300 | 0.0179 | - |
333
+ | 0.0540 | 1350 | 0.022 | - |
334
+ | 0.0560 | 1400 | 0.0617 | - |
335
+ | 0.0580 | 1450 | 0.0167 | - |
336
+ | 0.0600 | 1500 | 0.0182 | - |
337
+ | 0.0620 | 1550 | 0.0768 | - |
338
+ | 0.0640 | 1600 | 0.0807 | - |
339
+ | 0.0660 | 1650 | 0.0248 | - |
340
+ | 0.0680 | 1700 | 0.0283 | - |
341
+ | 0.0700 | 1750 | 0.0835 | - |
342
+ | 0.0720 | 1800 | 0.0073 | - |
343
+ | 0.0740 | 1850 | 0.0043 | - |
344
+ | 0.0760 | 1900 | 0.0569 | - |
345
+ | 0.0780 | 1950 | 0.062 | - |
346
+ | 0.0800 | 2000 | 0.0228 | - |
347
+ | 0.0820 | 2050 | 0.0493 | - |
348
+ | 0.0840 | 2100 | 0.0139 | - |
349
+ | 0.0860 | 2150 | 0.0524 | - |
350
+ | 0.0880 | 2200 | 0.0054 | - |
351
+ | 0.0900 | 2250 | 0.045 | - |
352
+ | 0.0920 | 2300 | 0.0304 | - |
353
+ | 0.0940 | 2350 | 0.0688 | - |
354
+ | 0.0960 | 2400 | 0.0372 | - |
355
+ | 0.0980 | 2450 | 0.0111 | - |
356
+ | 0.1000 | 2500 | 0.0068 | - |
357
+ | 0.1020 | 2550 | 0.0087 | - |
358
+ | 0.1040 | 2600 | 0.0032 | - |
359
+ | 0.1060 | 2650 | 0.0416 | - |
360
+ | 0.1080 | 2700 | 0.0172 | - |
361
+ | 0.1100 | 2750 | 0.0931 | - |
362
+ | 0.1120 | 2800 | 0.038 | - |
363
+ | 0.1140 | 2850 | 0.0342 | - |
364
+ | 0.1160 | 2900 | 0.0089 | - |
365
+ | 0.1180 | 2950 | 0.0064 | - |
366
+ | 0.1200 | 3000 | 0.0105 | - |
367
+ | 0.1220 | 3050 | 0.0026 | - |
368
+ | 0.1240 | 3100 | 0.0059 | - |
369
+ | 0.1260 | 3150 | 0.0028 | - |
370
+ | 0.1280 | 3200 | 0.0255 | - |
371
+ | 0.1300 | 3250 | 0.031 | - |
372
+ | 0.1320 | 3300 | 0.0017 | - |
373
+ | 0.1340 | 3350 | 0.0018 | - |
374
+ | 0.1360 | 3400 | 0.0033 | - |
375
+ | 0.1380 | 3450 | 0.0416 | - |
376
+ | 0.1400 | 3500 | 0.0283 | - |
377
+ | 0.1420 | 3550 | 0.0024 | - |
378
+ | 0.1440 | 3600 | 0.0029 | - |
379
+ | 0.1460 | 3650 | 0.0483 | - |
380
+ | 0.1480 | 3700 | 0.0057 | - |
381
+ | 0.1500 | 3750 | 0.0054 | - |
382
+ | 0.1520 | 3800 | 0.0254 | - |
383
+ | 0.1540 | 3850 | 0.0142 | - |
384
+ | 0.1560 | 3900 | 0.0448 | - |
385
+ | 0.1579 | 3950 | 0.0499 | - |
386
+ | 0.1599 | 4000 | 0.0021 | - |
387
+ | 0.1619 | 4050 | 0.0302 | - |
388
+ | 0.1639 | 4100 | 0.0115 | - |
389
+ | 0.1659 | 4150 | 0.0934 | - |
390
+ | 0.1679 | 4200 | 0.0083 | - |
391
+ | 0.1699 | 4250 | 0.002 | - |
392
+ | 0.1719 | 4300 | 0.0009 | - |
393
+ | 0.1739 | 4350 | 0.0015 | - |
394
+ | 0.1759 | 4400 | 0.007 | - |
395
+ | 0.1779 | 4450 | 0.0255 | - |
396
+ | 0.1799 | 4500 | 0.0057 | - |
397
+ | 0.1819 | 4550 | 0.0154 | - |
398
+ | 0.1839 | 4600 | 0.0018 | - |
399
+ | 0.1859 | 4650 | 0.0233 | - |
400
+ | 0.1879 | 4700 | 0.0368 | - |
401
+ | 0.1899 | 4750 | 0.001 | - |
402
+ | 0.1919 | 4800 | 0.0102 | - |
403
+ | 0.1939 | 4850 | 0.0051 | - |
404
+ | 0.1959 | 4900 | 0.0007 | - |
405
+ | 0.1979 | 4950 | 0.0176 | - |
406
+ | 0.1999 | 5000 | 0.0622 | - |
407
+ | 0.2019 | 5050 | 0.0161 | - |
408
+ | 0.2039 | 5100 | 0.0352 | - |
409
+ | 0.2059 | 5150 | 0.0614 | - |
410
+ | 0.2079 | 5200 | 0.0035 | - |
411
+ | 0.2099 | 5250 | 0.0045 | - |
412
+ | 0.2119 | 5300 | 0.0128 | - |
413
+ | 0.2139 | 5350 | 0.0012 | - |
414
+ | 0.2159 | 5400 | 0.0063 | - |
415
+ | 0.2179 | 5450 | 0.0602 | - |
416
+ | 0.2199 | 5500 | 0.0336 | - |
417
+ | 0.2219 | 5550 | 0.0018 | - |
418
+ | 0.2239 | 5600 | 0.0007 | - |
419
+ | 0.2259 | 5650 | 0.0142 | - |
420
+ | 0.2279 | 5700 | 0.001 | - |
421
+ | 0.2299 | 5750 | 0.0008 | - |
422
+ | 0.2319 | 5800 | 0.0018 | - |
423
+ | 0.2339 | 5850 | 0.0506 | - |
424
+ | 0.2359 | 5900 | 0.0026 | - |
425
+ | 0.2379 | 5950 | 0.0005 | - |
426
+ | 0.2399 | 6000 | 0.0014 | - |
427
+ | 0.2419 | 6050 | 0.0054 | - |
428
+ | 0.2439 | 6100 | 0.0297 | - |
429
+ | 0.2459 | 6150 | 0.0067 | - |
430
+ | 0.2479 | 6200 | 0.0331 | - |
431
+ | 0.2499 | 6250 | 0.0003 | - |
432
+ | 0.2519 | 6300 | 0.0068 | - |
433
+ | 0.2539 | 6350 | 0.0044 | - |
434
+ | 0.2559 | 6400 | 0.0124 | - |
435
+ | 0.2579 | 6450 | 0.0023 | - |
436
+ | 0.2599 | 6500 | 0.0007 | - |
437
+ | 0.2619 | 6550 | 0.0209 | - |
438
+ | 0.2639 | 6600 | 0.0009 | - |
439
+ | 0.2659 | 6650 | 0.0006 | - |
440
+ | 0.2679 | 6700 | 0.0018 | - |
441
+ | 0.2699 | 6750 | 0.0086 | - |
442
+ | 0.2719 | 6800 | 0.0005 | - |
443
+ | 0.2739 | 6850 | 0.0012 | - |
444
+ | 0.2759 | 6900 | 0.0081 | - |
445
+ | 0.2779 | 6950 | 0.0008 | - |
446
+ | 0.2799 | 7000 | 0.0013 | - |
447
+ | 0.2819 | 7050 | 0.0024 | - |
448
+ | 0.2839 | 7100 | 0.0024 | - |
449
+ | 0.2859 | 7150 | 0.0049 | - |
450
+ | 0.2879 | 7200 | 0.003 | - |
451
+ | 0.2899 | 7250 | 0.0015 | - |
452
+ | 0.2919 | 7300 | 0.0006 | - |
453
+ | 0.2939 | 7350 | 0.0568 | - |
454
+ | 0.2959 | 7400 | 0.0014 | - |
455
+ | 0.2979 | 7450 | 0.0017 | - |
456
+ | 0.2999 | 7500 | 0.0005 | - |
457
+ | 0.3019 | 7550 | 0.0056 | - |
458
+ | 0.3039 | 7600 | 0.0014 | - |
459
+ | 0.3059 | 7650 | 0.0013 | - |
460
+ | 0.3079 | 7700 | 0.0027 | - |
461
+ | 0.3099 | 7750 | 0.0027 | - |
462
+ | 0.3119 | 7800 | 0.0017 | - |
463
+ | 0.3139 | 7850 | 0.0308 | - |
464
+ | 0.3159 | 7900 | 0.0007 | - |
465
+ | 0.3179 | 7950 | 0.0026 | - |
466
+ | 0.3199 | 8000 | 0.0025 | - |
467
+ | 0.3219 | 8050 | 0.0005 | - |
468
+ | 0.3239 | 8100 | 0.0005 | - |
469
+ | 0.3259 | 8150 | 0.001 | - |
470
+ | 0.3279 | 8200 | 0.0049 | - |
471
+ | 0.3299 | 8250 | 0.0008 | - |
472
+ | 0.3319 | 8300 | 0.0019 | - |
473
+ | 0.3339 | 8350 | 0.0005 | - |
474
+ | 0.3359 | 8400 | 0.0022 | - |
475
+ | 0.3379 | 8450 | 0.001 | - |
476
+ | 0.3399 | 8500 | 0.0227 | - |
477
+ | 0.3419 | 8550 | 0.0006 | - |
478
+ | 0.3439 | 8600 | 0.0004 | - |
479
+ | 0.3459 | 8650 | 0.0002 | - |
480
+ | 0.3479 | 8700 | 0.0005 | - |
481
+ | 0.3499 | 8750 | 0.0009 | - |
482
+ | 0.3519 | 8800 | 0.001 | - |
483
+ | 0.3539 | 8850 | 0.0011 | - |
484
+ | 0.3559 | 8900 | 0.0011 | - |
485
+ | 0.3579 | 8950 | 0.0002 | - |
486
+ | 0.3599 | 9000 | 0.0845 | - |
487
+ | 0.3619 | 9050 | 0.002 | - |
488
+ | 0.3639 | 9100 | 0.003 | - |
489
+ | 0.3659 | 9150 | 0.0224 | - |
490
+ | 0.3679 | 9200 | 0.0023 | - |
491
+ | 0.3699 | 9250 | 0.0014 | - |
492
+ | 0.3719 | 9300 | 0.0018 | - |
493
+ | 0.3739 | 9350 | 0.0006 | - |
494
+ | 0.3759 | 9400 | 0.0015 | - |
495
+ | 0.3779 | 9450 | 0.0008 | - |
496
+ | 0.3799 | 9500 | 0.0019 | - |
497
+ | 0.3819 | 9550 | 0.0005 | - |
498
+ | 0.3839 | 9600 | 0.0474 | - |
499
+ | 0.3859 | 9650 | 0.0042 | - |
500
+ | 0.3879 | 9700 | 0.0032 | - |
501
+ | 0.3899 | 9750 | 0.0279 | - |
502
+ | 0.3919 | 9800 | 0.0011 | - |
503
+ | 0.3939 | 9850 | 0.003 | - |
504
+ | 0.3959 | 9900 | 0.0007 | - |
505
+ | 0.3979 | 9950 | 0.0016 | - |
506
+ | 0.3999 | 10000 | 0.0006 | - |
507
+ | 0.4019 | 10050 | 0.0011 | - |
508
+ | 0.4039 | 10100 | 0.0332 | - |
509
+ | 0.4059 | 10150 | 0.0006 | - |
510
+ | 0.4079 | 10200 | 0.0005 | - |
511
+ | 0.4099 | 10250 | 0.0009 | - |
512
+ | 0.4119 | 10300 | 0.0004 | - |
513
+ | 0.4139 | 10350 | 0.0006 | - |
514
+ | 0.4159 | 10400 | 0.0033 | - |
515
+ | 0.4179 | 10450 | 0.0011 | - |
516
+ | 0.4199 | 10500 | 0.0013 | - |
517
+ | 0.4219 | 10550 | 0.0004 | - |
518
+ | 0.4239 | 10600 | 0.0057 | - |
519
+ | 0.4259 | 10650 | 0.0038 | - |
520
+ | 0.4279 | 10700 | 0.0009 | - |
521
+ | 0.4299 | 10750 | 0.0018 | - |
522
+ | 0.4319 | 10800 | 0.0354 | - |
523
+ | 0.4339 | 10850 | 0.0007 | - |
524
+ | 0.4359 | 10900 | 0.0275 | - |
525
+ | 0.4379 | 10950 | 0.0007 | - |
526
+ | 0.4399 | 11000 | 0.0608 | - |
527
+ | 0.4419 | 11050 | 0.0008 | - |
528
+ | 0.4439 | 11100 | 0.0012 | - |
529
+ | 0.4459 | 11150 | 0.001 | - |
530
+ | 0.4479 | 11200 | 0.0029 | - |
531
+ | 0.4499 | 11250 | 0.0005 | - |
532
+ | 0.4519 | 11300 | 0.0003 | - |
533
+ | 0.4539 | 11350 | 0.0009 | - |
534
+ | 0.4559 | 11400 | 0.0002 | - |
535
+ | 0.4579 | 11450 | 0.0024 | - |
536
+ | 0.4599 | 11500 | 0.0022 | - |
537
+ | 0.4619 | 11550 | 0.0006 | - |
538
+ | 0.4639 | 11600 | 0.0018 | - |
539
+ | 0.4659 | 11650 | 0.0534 | - |
540
+ | 0.4679 | 11700 | 0.0005 | - |
541
+ | 0.4698 | 11750 | 0.0004 | - |
542
+ | 0.4718 | 11800 | 0.047 | - |
543
+ | 0.4738 | 11850 | 0.0021 | - |
544
+ | 0.4758 | 11900 | 0.0004 | - |
545
+ | 0.4778 | 11950 | 0.0006 | - |
546
+ | 0.4798 | 12000 | 0.0003 | - |
547
+ | 0.4818 | 12050 | 0.0049 | - |
548
+ | 0.4838 | 12100 | 0.0005 | - |
549
+ | 0.4858 | 12150 | 0.0003 | - |
550
+ | 0.4878 | 12200 | 0.0025 | - |
551
+ | 0.4898 | 12250 | 0.0011 | - |
552
+ | 0.4918 | 12300 | 0.0005 | - |
553
+ | 0.4938 | 12350 | 0.0064 | - |
554
+ | 0.4958 | 12400 | 0.0062 | - |
555
+ | 0.4978 | 12450 | 0.0046 | - |
556
+ | 0.4998 | 12500 | 0.0005 | - |
557
+ | 0.5018 | 12550 | 0.0003 | - |
558
+ | 0.5038 | 12600 | 0.0527 | - |
559
+ | 0.5058 | 12650 | 0.0013 | - |
560
+ | 0.5078 | 12700 | 0.0008 | - |
561
+ | 0.5098 | 12750 | 0.0003 | - |
562
+ | 0.5118 | 12800 | 0.0003 | - |
563
+ | 0.5138 | 12850 | 0.0004 | - |
564
+ | 0.5158 | 12900 | 0.0562 | - |
565
+ | 0.5178 | 12950 | 0.0003 | - |
566
+ | 0.5198 | 13000 | 0.0006 | - |
567
+ | 0.5218 | 13050 | 0.0009 | - |
568
+ | 0.5238 | 13100 | 0.0038 | - |
569
+ | 0.5258 | 13150 | 0.0006 | - |
570
+ | 0.5278 | 13200 | 0.0222 | - |
571
+ | 0.5298 | 13250 | 0.0003 | - |
572
+ | 0.5318 | 13300 | 0.0005 | - |
573
+ | 0.5338 | 13350 | 0.0003 | - |
574
+ | 0.5358 | 13400 | 0.0006 | - |
575
+ | 0.5378 | 13450 | 0.0003 | - |
576
+ | 0.5398 | 13500 | 0.0534 | - |
577
+ | 0.5418 | 13550 | 0.0005 | - |
578
+ | 0.5438 | 13600 | 0.001 | - |
579
+ | 0.5458 | 13650 | 0.0004 | - |
580
+ | 0.5478 | 13700 | 0.0008 | - |
581
+ | 0.5498 | 13750 | 0.0034 | - |
582
+ | 0.5518 | 13800 | 0.0018 | - |
583
+ | 0.5538 | 13850 | 0.0077 | - |
584
+ | 0.5558 | 13900 | 0.0003 | - |
585
+ | 0.5578 | 13950 | 0.0005 | - |
586
+ | 0.5598 | 14000 | 0.0012 | - |
587
+ | 0.5618 | 14050 | 0.0557 | - |
588
+ | 0.5638 | 14100 | 0.0015 | - |
589
+ | 0.5658 | 14150 | 0.0006 | - |
590
+ | 0.5678 | 14200 | 0.0005 | - |
591
+ | 0.5698 | 14250 | 0.0016 | - |
592
+ | 0.5718 | 14300 | 0.0007 | - |
593
+ | 0.5738 | 14350 | 0.0005 | - |
594
+ | 0.5758 | 14400 | 0.0006 | - |
595
+ | 0.5778 | 14450 | 0.0004 | - |
596
+ | 0.5798 | 14500 | 0.0021 | - |
597
+ | 0.5818 | 14550 | 0.0029 | - |
598
+ | 0.5838 | 14600 | 0.0025 | - |
599
+ | 0.5858 | 14650 | 0.0002 | - |
600
+ | 0.5878 | 14700 | 0.0164 | - |
601
+ | 0.5898 | 14750 | 0.0005 | - |
602
+ | 0.5918 | 14800 | 0.0026 | - |
603
+ | 0.5938 | 14850 | 0.0005 | - |
604
+ | 0.5958 | 14900 | 0.0003 | - |
605
+ | 0.5978 | 14950 | 0.0003 | - |
606
+ | 0.5998 | 15000 | 0.0003 | - |
607
+ | 0.6018 | 15050 | 0.0472 | - |
608
+ | 0.6038 | 15100 | 0.0004 | - |
609
+ | 0.6058 | 15150 | 0.0001 | - |
610
+ | 0.6078 | 15200 | 0.0005 | - |
611
+ | 0.6098 | 15250 | 0.0081 | - |
612
+ | 0.6118 | 15300 | 0.0561 | - |
613
+ | 0.6138 | 15350 | 0.0007 | - |
614
+ | 0.6158 | 15400 | 0.0028 | - |
615
+ | 0.6178 | 15450 | 0.0003 | - |
616
+ | 0.6198 | 15500 | 0.0006 | - |
617
+ | 0.6218 | 15550 | 0.0005 | - |
618
+ | 0.6238 | 15600 | 0.0003 | - |
619
+ | 0.6258 | 15650 | 0.0005 | - |
620
+ | 0.6278 | 15700 | 0.062 | - |
621
+ | 0.6298 | 15750 | 0.0002 | - |
622
+ | 0.6318 | 15800 | 0.0564 | - |
623
+ | 0.6338 | 15850 | 0.0576 | - |
624
+ | 0.6358 | 15900 | 0.0013 | - |
625
+ | 0.6378 | 15950 | 0.0026 | - |
626
+ | 0.6398 | 16000 | 0.0003 | - |
627
+ | 0.6418 | 16050 | 0.0013 | - |
628
+ | 0.6438 | 16100 | 0.0058 | - |
629
+ | 0.6458 | 16150 | 0.0554 | - |
630
+ | 0.6478 | 16200 | 0.0045 | - |
631
+ | 0.6498 | 16250 | 0.0011 | - |
632
+ | 0.6518 | 16300 | 0.0002 | - |
633
+ | 0.6538 | 16350 | 0.0063 | - |
634
+ | 0.6558 | 16400 | 0.0002 | - |
635
+ | 0.6578 | 16450 | 0.0006 | - |
636
+ | 0.6598 | 16500 | 0.0003 | - |
637
+ | 0.6618 | 16550 | 0.0003 | - |
638
+ | 0.6638 | 16600 | 0.0012 | - |
639
+ | 0.6658 | 16650 | 0.0003 | - |
640
+ | 0.6678 | 16700 | 0.0015 | - |
641
+ | 0.6698 | 16750 | 0.0004 | - |
642
+ | 0.6718 | 16800 | 0.0004 | - |
643
+ | 0.6738 | 16850 | 0.0005 | - |
644
+ | 0.6758 | 16900 | 0.0002 | - |
645
+ | 0.6778 | 16950 | 0.0004 | - |
646
+ | 0.6798 | 17000 | 0.0114 | - |
647
+ | 0.6818 | 17050 | 0.0004 | - |
648
+ | 0.6838 | 17100 | 0.0003 | - |
649
+ | 0.6858 | 17150 | 0.0007 | - |
650
+ | 0.6878 | 17200 | 0.0005 | - |
651
+ | 0.6898 | 17250 | 0.0022 | - |
652
+ | 0.6918 | 17300 | 0.0002 | - |
653
+ | 0.6938 | 17350 | 0.0002 | - |
654
+ | 0.6958 | 17400 | 0.0576 | - |
655
+ | 0.6978 | 17450 | 0.0002 | - |
656
+ | 0.6998 | 17500 | 0.0003 | - |
657
+ | 0.7018 | 17550 | 0.0005 | - |
658
+ | 0.7038 | 17600 | 0.0007 | - |
659
+ | 0.7058 | 17650 | 0.0002 | - |
660
+ | 0.7078 | 17700 | 0.0006 | - |
661
+ | 0.7098 | 17750 | 0.0003 | - |
662
+ | 0.7118 | 17800 | 0.0003 | - |
663
+ | 0.7138 | 17850 | 0.0002 | - |
664
+ | 0.7158 | 17900 | 0.0002 | - |
665
+ | 0.7178 | 17950 | 0.0263 | - |
666
+ | 0.7198 | 18000 | 0.0003 | - |
667
+ | 0.7218 | 18050 | 0.0003 | - |
668
+ | 0.7238 | 18100 | 0.0002 | - |
669
+ | 0.7258 | 18150 | 0.0007 | - |
670
+ | 0.7278 | 18200 | 0.0009 | - |
671
+ | 0.7298 | 18250 | 0.0002 | - |
672
+ | 0.7318 | 18300 | 0.0002 | - |
673
+ | 0.7338 | 18350 | 0.0004 | - |
674
+ | 0.7358 | 18400 | 0.0003 | - |
675
+ | 0.7378 | 18450 | 0.0002 | - |
676
+ | 0.7398 | 18500 | 0.0005 | - |
677
+ | 0.7418 | 18550 | 0.0002 | - |
678
+ | 0.7438 | 18600 | 0.0011 | - |
679
+ | 0.7458 | 18650 | 0.0005 | - |
680
+ | 0.7478 | 18700 | 0.0196 | - |
681
+ | 0.7498 | 18750 | 0.0003 | - |
682
+ | 0.7518 | 18800 | 0.0382 | - |
683
+ | 0.7538 | 18850 | 0.003 | - |
684
+ | 0.7558 | 18900 | 0.0003 | - |
685
+ | 0.7578 | 18950 | 0.0002 | - |
686
+ | 0.7598 | 19000 | 0.0002 | - |
687
+ | 0.7618 | 19050 | 0.0009 | - |
688
+ | 0.7638 | 19100 | 0.0002 | - |
689
+ | 0.7658 | 19150 | 0.0002 | - |
690
+ | 0.7678 | 19200 | 0.0002 | - |
691
+ | 0.7698 | 19250 | 0.0002 | - |
692
+ | 0.7718 | 19300 | 0.0002 | - |
693
+ | 0.7738 | 19350 | 0.0006 | - |
694
+ | 0.7758 | 19400 | 0.0003 | - |
695
+ | 0.7778 | 19450 | 0.0004 | - |
696
+ | 0.7798 | 19500 | 0.0002 | - |
697
+ | 0.7817 | 19550 | 0.0008 | - |
698
+ | 0.7837 | 19600 | 0.0002 | - |
699
+ | 0.7857 | 19650 | 0.0004 | - |
700
+ | 0.7877 | 19700 | 0.0002 | - |
701
+ | 0.7897 | 19750 | 0.0001 | - |
702
+ | 0.7917 | 19800 | 0.0027 | - |
703
+ | 0.7937 | 19850 | 0.0002 | - |
704
+ | 0.7957 | 19900 | 0.0006 | - |
705
+ | 0.7977 | 19950 | 0.0002 | - |
706
+ | 0.7997 | 20000 | 0.0003 | - |
707
+ | 0.8017 | 20050 | 0.1162 | - |
708
+ | 0.8037 | 20100 | 0.0056 | - |
709
+ | 0.8057 | 20150 | 0.0004 | - |
710
+ | 0.8077 | 20200 | 0.0021 | - |
711
+ | 0.8097 | 20250 | 0.0002 | - |
712
+ | 0.8117 | 20300 | 0.0002 | - |
713
+ | 0.8137 | 20350 | 0.0004 | - |
714
+ | 0.8157 | 20400 | 0.001 | - |
715
+ | 0.8177 | 20450 | 0.0005 | - |
716
+ | 0.8197 | 20500 | 0.0061 | - |
717
+ | 0.8217 | 20550 | 0.0002 | - |
718
+ | 0.8237 | 20600 | 0.0013 | - |
719
+ | 0.8257 | 20650 | 0.0007 | - |
720
+ | 0.8277 | 20700 | 0.0001 | - |
721
+ | 0.8297 | 20750 | 0.0006 | - |
722
+ | 0.8317 | 20800 | 0.0007 | - |
723
+ | 0.8337 | 20850 | 0.0007 | - |
724
+ | 0.8357 | 20900 | 0.0019 | - |
725
+ | 0.8377 | 20950 | 0.0001 | - |
726
+ | 0.8397 | 21000 | 0.0003 | - |
727
+ | 0.8417 | 21050 | 0.0002 | - |
728
+ | 0.8437 | 21100 | 0.0005 | - |
729
+ | 0.8457 | 21150 | 0.0001 | - |
730
+ | 0.8477 | 21200 | 0.0006 | - |
731
+ | 0.8497 | 21250 | 0.0002 | - |
732
+ | 0.8517 | 21300 | 0.0006 | - |
733
+ | 0.8537 | 21350 | 0.0008 | - |
734
+ | 0.8557 | 21400 | 0.0007 | - |
735
+ | 0.8577 | 21450 | 0.0007 | - |
736
+ | 0.8597 | 21500 | 0.0002 | - |
737
+ | 0.8617 | 21550 | 0.0002 | - |
738
+ | 0.8637 | 21600 | 0.0003 | - |
739
+ | 0.8657 | 21650 | 0.0003 | - |
740
+ | 0.8677 | 21700 | 0.0002 | - |
741
+ | 0.8697 | 21750 | 0.0002 | - |
742
+ | 0.8717 | 21800 | 0.0002 | - |
743
+ | 0.8737 | 21850 | 0.0015 | - |
744
+ | 0.8757 | 21900 | 0.0003 | - |
745
+ | 0.8777 | 21950 | 0.0013 | - |
746
+ | 0.8797 | 22000 | 0.0002 | - |
747
+ | 0.8817 | 22050 | 0.0004 | - |
748
+ | 0.8837 | 22100 | 0.0002 | - |
749
+ | 0.8857 | 22150 | 0.0097 | - |
750
+ | 0.8877 | 22200 | 0.0002 | - |
751
+ | 0.8897 | 22250 | 0.0003 | - |
752
+ | 0.8917 | 22300 | 0.0002 | - |
753
+ | 0.8937 | 22350 | 0.0002 | - |
754
+ | 0.8957 | 22400 | 0.0002 | - |
755
+ | 0.8977 | 22450 | 0.0002 | - |
756
+ | 0.8997 | 22500 | 0.0002 | - |
757
+ | 0.9017 | 22550 | 0.0002 | - |
758
+ | 0.9037 | 22600 | 0.0011 | - |
759
+ | 0.9057 | 22650 | 0.0003 | - |
760
+ | 0.9077 | 22700 | 0.0003 | - |
761
+ | 0.9097 | 22750 | 0.0004 | - |
762
+ | 0.9117 | 22800 | 0.0002 | - |
763
+ | 0.9137 | 22850 | 0.0001 | - |
764
+ | 0.9157 | 22900 | 0.0006 | - |
765
+ | 0.9177 | 22950 | 0.0002 | - |
766
+ | 0.9197 | 23000 | 0.0004 | - |
767
+ | 0.9217 | 23050 | 0.0002 | - |
768
+ | 0.9237 | 23100 | 0.0002 | - |
769
+ | 0.9257 | 23150 | 0.0003 | - |
770
+ | 0.9277 | 23200 | 0.0034 | - |
771
+ | 0.9297 | 23250 | 0.0003 | - |
772
+ | 0.9317 | 23300 | 0.0486 | - |
773
+ | 0.9337 | 23350 | 0.0015 | - |
774
+ | 0.9357 | 23400 | 0.0007 | - |
775
+ | 0.9377 | 23450 | 0.0002 | - |
776
+ | 0.9397 | 23500 | 0.0004 | - |
777
+ | 0.9417 | 23550 | 0.0003 | - |
778
+ | 0.9437 | 23600 | 0.0597 | - |
779
+ | 0.9457 | 23650 | 0.0559 | - |
780
+ | 0.9477 | 23700 | 0.0003 | - |
781
+ | 0.9497 | 23750 | 0.0009 | - |
782
+ | 0.9517 | 23800 | 0.0008 | - |
783
+ | 0.9537 | 23850 | 0.0001 | - |
784
+ | 0.9557 | 23900 | 0.0006 | - |
785
+ | 0.9577 | 23950 | 0.0002 | - |
786
+ | 0.9597 | 24000 | 0.0001 | - |
787
+ | 0.9617 | 24050 | 0.0003 | - |
788
+ | 0.9637 | 24100 | 0.0001 | - |
789
+ | 0.9657 | 24150 | 0.0002 | - |
790
+ | 0.9677 | 24200 | 0.0002 | - |
791
+ | 0.9697 | 24250 | 0.0003 | - |
792
+ | 0.9717 | 24300 | 0.0001 | - |
793
+ | 0.9737 | 24350 | 0.0001 | - |
794
+ | 0.9757 | 24400 | 0.0003 | - |
795
+ | 0.9777 | 24450 | 0.0005 | - |
796
+ | 0.9797 | 24500 | 0.0003 | - |
797
+ | 0.9817 | 24550 | 0.0026 | - |
798
+ | 0.9837 | 24600 | 0.0003 | - |
799
+ | 0.9857 | 24650 | 0.0001 | - |
800
+ | 0.9877 | 24700 | 0.0003 | - |
801
+ | 0.9897 | 24750 | 0.0003 | - |
802
+ | 0.9917 | 24800 | 0.0001 | - |
803
+ | 0.9937 | 24850 | 0.0002 | - |
804
+ | 0.9957 | 24900 | 0.0002 | - |
805
+ | 0.9977 | 24950 | 0.002 | - |
806
+ | 0.9997 | 25000 | 0.0002 | - |
807
+
808
+ ### Framework Versions
809
+ - Python: 3.10.12
810
+ - SetFit: 1.0.1
811
+ - Sentence Transformers: 2.2.2
812
+ - Transformers: 4.35.2
813
+ - PyTorch: 2.1.0+cu121
814
+ - Datasets: 2.15.0
815
+ - Tokenizers: 0.15.0
816
+
817
+ ## Citation
818
+
819
+ ### BibTeX
820
+ ```bibtex
821
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
822
+ doi = {10.48550/ARXIV.2209.11055},
823
+ url = {https://arxiv.org/abs/2209.11055},
824
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
825
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
826
+ title = {Efficient Few-Shot Learning Without Prompts},
827
+ publisher = {arXiv},
828
+ year = {2022},
829
+ copyright = {Creative Commons Attribution 4.0 International}
830
+ }
831
+ ```
832
+
833
+ <!--
834
+ ## Glossary
835
+
836
+ *Clearly define terms in order to be accessible across audiences.*
837
+ -->
838
+
839
+ <!--
840
+ ## Model Card Authors
841
+
842
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
843
+ -->
844
+
845
+ <!--
846
+ ## Model Card Contact
847
+
848
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
849
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/.cache/torch/sentence_transformers/thenlper_gte-large/",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.35.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "2.2.2",
4
+ "transformers": "4.35.2",
5
+ "pytorch": "2.1.0+cu121"
6
+ }
7
+ }
config_setfit.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": null
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f19e3030df1b20f145e88ca8e1e5ad76fa75ee48b111553927d0899f474cd73
3
+ size 1340612432
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2422746ebbedfab4f3ebd024d11c244fda86e65296ccece21ac17be70bacacc0
3
+ size 632847
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 128,
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_to_multiple_of": null,
51
+ "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "BertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff