MeanBean-05 commited on
Commit
c98e8a0
1 Parent(s): 27a23fa

Upload 13 files

Browse files

Fine-tuned the model on bank_conversation data.

1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md CHANGED
@@ -1,3 +1,382 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: setfit
3
+ tags:
4
+ - setfit
5
+ - sentence-transformers
6
+ - text-classification
7
+ - generated_from_setfit_trainer
8
+ base_model: avsolatorio/GIST-small-Embedding-v0
9
+ metrics:
10
+ - accuracy
11
+ widget:
12
+ - text: 'User: Hello, I want to transfer some funds to another bank account.
13
+
14
+ Bank Bot: Hi, you can do that through our online banking system. Can you please
15
+ confirm the amount and the account details?
16
+
17
+ User: Sure, I want to transfer $500 to account number 123456789.
18
+
19
+ Bank Bot: Okay, I have processed your request to transfer $500 to account number
20
+ 123456789. Is there anything else I can assist you with?
21
+
22
+ User: No, actually I wanted to transfer $1000, not $500.'
23
+ - text: 'User: Hello, I''m having trouble with my ATM card.
24
+
25
+ Bank Bot: I''m sorry to hear that. To assist you further, could you please provide
26
+ me with your account number.
27
+
28
+ User: Yeah, 1234454673838 this is my account number.
29
+
30
+ Bank Bot: It seems like your account is blocked. We will investigate and get back
31
+ to you. Do you have any other issues?
32
+
33
+ User: That''s all I needed help with. Thank you for your assistance.'
34
+ - text: 'User: Hello, how do I transfer funds to my friend''s account?
35
+
36
+ Bank Bot: Hi, you can transfer funds through our online banking system or mobile
37
+ banking app. Which one would you prefer?
38
+
39
+ User: I would prefer the mobile banking app.
40
+
41
+ Bank Bot: Great! To transfer funds through the app, you need to login first. Once
42
+ logged in, select the option "Transfer Funds" from the menu.
43
+
44
+ User: Okay, I have logged in and selected "Transfer Funds". What details do I
45
+ need to provide?
46
+
47
+ Bank Bot: You need to provide the account number, name of the recipient, and the
48
+ bank name and branch where your friend''s account is held. Do you have these details
49
+ handy?
50
+
51
+ User: Yes, I do. But can you confirm the daily transfer limit for me?'
52
+ - text: 'User: Hello, I''m having trouble with my ATM card.
53
+
54
+ Bank Bot: I''m sorry to hear that. To assist you further, could you please provide
55
+ me with your account number.
56
+
57
+ User: Yes, my account number is 9872123424.
58
+
59
+ Bank Bot: When did you transferred your money?
60
+
61
+ User: The transaction happened on 5th September.
62
+
63
+ Bank Bot: Okay, I''ll investigate.
64
+
65
+ User: Sorry, I provided the wrong date for the transaction. It was actually on
66
+ 6th September.'
67
+ - text: 'User: Hello, how do I transfer funds to my friend''s account?
68
+
69
+ Bank Bot: Hi, you can transfer funds through our online banking system or mobile
70
+ banking app. Which one would you prefer?
71
+
72
+ User: I would prefer the online banking.
73
+
74
+ Bank Bot: Alright. Can you please provide me the account number of your friend
75
+ to initiate the transfer?
76
+
77
+ User: I''m sorry, I cannot provide you with that information.
78
+
79
+ Bank Bot: I understand. However, we need the account number to initiate the transfer.
80
+ Alternatively, you can ask your friend to provide their account number to you
81
+ and then initiate the transfer.
82
+
83
+ User: I still refuse to provide the account number. Is there any other way to
84
+ transfer funds?'
85
+ pipeline_tag: text-classification
86
+ inference: true
87
+ model-index:
88
+ - name: SetFit with avsolatorio/GIST-small-Embedding-v0
89
+ results:
90
+ - task:
91
+ type: text-classification
92
+ name: Text Classification
93
+ dataset:
94
+ name: Unknown
95
+ type: unknown
96
+ split: test
97
+ metrics:
98
+ - type: accuracy
99
+ value: 0.5714285714285714
100
+ name: Accuracy
101
+ ---
102
+
103
+ # SetFit with avsolatorio/GIST-small-Embedding-v0
104
+
105
+ This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [avsolatorio/GIST-small-Embedding-v0](https://huggingface.co/avsolatorio/GIST-small-Embedding-v0) 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.
106
+
107
+ The model has been trained using an efficient few-shot learning technique that involves:
108
+
109
+ 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
110
+ 2. Training a classification head with features from the fine-tuned Sentence Transformer.
111
+
112
+ ## Model Details
113
+
114
+ ### Model Description
115
+ - **Model Type:** SetFit
116
+ - **Sentence Transformer body:** [avsolatorio/GIST-small-Embedding-v0](https://huggingface.co/avsolatorio/GIST-small-Embedding-v0)
117
+ - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
118
+ - **Maximum Sequence Length:** 512 tokens
119
+ - **Number of Classes:** 14 classes
120
+ <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
121
+ <!-- - **Language:** Unknown -->
122
+ <!-- - **License:** Unknown -->
123
+
124
+ ### Model Sources
125
+
126
+ - **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
127
+ - **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
128
+ - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
129
+
130
+ ### Model Labels
131
+ | Label | Examples |
132
+ |:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
133
+ | Restart Conversation | <ul><li>"User: HEY! TRANSFER FUNDS. MY TRANSFER NOT PROCESS. PLS HELP.\nBot: Hello there. I'm happy to assist you with your fund transfer. Can you please provide me with the transaction details?\nUser: SRY I NO MEMB I THINK 50 DOLLAR TO MOM.\nBot: I see. Do you have your mom's account details and can you please confirm the amount and reference number of the transaction?\nUser: I THINK YES, WAIT PLS. AHA IT 123456.\nBot: Thank you. I'm checking the transaction now. Please hold on for a moment.\nUser: KK.\nBot: I've checked the transaction and it appears to be successful. Can you please check your mom's account to confirm?\nUser: OH OKAY. I SEE NOW. THNK U SO MUCH. I'm sorry for the mistakes in my previous texts. Can we start over again, please?"</li><li>"User: Hi, I'd like to dispute a transaction on my account.\nBank Bot: I'm sorry to hear that. To assist you further, could you please provide me with the details of the transaction you wish to dispute, including the transaction amount, date, and description?\nUser: Can we start over? I missed the details you asked for earlier.\nBank Bot: Of course. Could you please provide me with the specifics of the transaction you are disputing, including the transaction amount, date, and description?\nUser: $100 on March 15th, at a restaurant. However, I don't recall making this transaction.\nBank Bot: Thank you for providing the details. Based on your information, I can see that the transaction was made at a restaurant. Do you often dine at this particular restaurant?\nUser: No, I have never been there before.\nBank Bot: I'm sorry to hear that. Have you checked with anyone who may have access to your card information, such as a family member or friend?\nUser: Yes, I have checked with my family and friends, but none of them made this transaction.\nBank Bot: I see. In this case, I will need to escalate the issue to our dispute resolution team. Can you please confirm that you did not authorize this transaction?\nUser: Actually I've lost in process can we restart it?"</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: Actually, let's start over. My account was hacked, and someone made a withdrawal of $1000 that I did not authorize.\nBank Bot: I see. When did this happen, and which transaction specifically are you disputing?\nUser: I forgot the context, can we restart it?"</li></ul> |
134
+ | Correction Request | <ul><li>'User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: Actually, I had selected the wrong option earlier. I am interested in opening a checking account.\nBank Assist Bot: No worries at all! Can you please provide your name and contact number so we can begin the process again?\nUser: Yes, my name is Jake Miller and my contact number is 555-555-5555.\nBank Assist Bot: Thanks, Jake! Before we proceed further, may I know if you already have an existing account with our bank?\nUser: Yes, I do.\nBank Assist Bot: Great! Can you please provide your account number and social security number to proceed?\nUser: Yes, my account number is 123456789 and my social security number is 123-45-6789.\nBank Assist Bot: Thanks for sharing the information, Jake. Can you please verify your date of birth as well?\nUser: Oops, I had given the wrong account number. It is actually 987654321.'</li><li>"User: Hi, I would like to dispute a transaction on my account.\nBank bot: Sure, can you please provide me with the details of the transaction you wish to dispute?\nUser: Yes, it was a charge of $100 on my account that I didn't authorize.\nBank bot: I see. During our investigation, we found that the transaction was made through your debit card. Can you confirm if you have authorized any transactions through your card?\nUser: No, I haven't made any such transaction. I think my card details were stolen."</li><li>"User: hi, i have to talk to you about a transfer. i don't know what to do.\nBot: Of course, I'd be happy to assist you with that. Can you be more specific about the transfer you'd like to dispute?\nUser: i don t knw rly. some sort of mistake with my account or smth.\nBot: I understand, could you please provide me with your account number and the date of the transaction so I can take a closer look at the issue and help you resolve it?\nUser: umm.. i think it was two weeks ago and the account number is 12345.\nBot: Thank you for that information. Could you please tell me your full name for verification purposes?\nUser: sure, my name is Emma.\nBot: Thank you, Emma. I'll check that transaction and get back to you with an update shortly.\nUser: oh wait, actually my account number is wrong. It's 54321"</li></ul> |
135
+ | Affirmative Confirmation | <ul><li>"User: I want to dispute a transaction.\nBank bot: Sure, I'd be happy to help. Can you tell me the date and amount of the transaction?\nUser: Yes, it was on June 15th for $50.\nBank bot : Are you sure?\nUser : Yes."</li><li>"User: hi im not suree if i transfered mony but my balence is to low can u help\nBot: Hello, I'm sorry for the confusion. Can you provide me with more information regarding the transfer in question?\nUser: yea its from cheking to savInc and was $300 last week tuesday\nBot: Alright, thank you for clarifying that for me. I see the transfer you mentioned. It looks like your balance is reflecting that transaction. Is there anything else you're unsure about?\nUser: no thats it thx your helpful"</li><li>'User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: A savings account.\nBank Assist Bot: Fantastic! Would you prefer one with a higher interest rate or more flexibility with withdrawals?\nUser: I would prefer a higher interest rate.\nBank Assist Bot: Alright, thank you. Can you please provide me with your name and contact number to begin the process of opening the account?\nUser: Yes, my name is John Smith and my contact number is 555-555-5555.\nBank Assist Bot: Perfect! Before we proceed further, may I know if you have an existing account with our bank?\nUser: Yes'</li></ul> |
136
+ | Questions Requiring External Information | <ul><li>"User: Hi, I think something went wrong with my accunt. There is transaction that I did not make and it think I have been charged.\nBot: I'm sorry to hear that. Could you please give me more information about the transaction so I can investigate?\nUser: Ya, it was on November 20th for about $150. I id not recognize the recipient and id not approve the payment.\nBot: I see. Based on the information you provided, it sounds like this may be fraud. I willassist you with disputing the transaction. Please confirm if you contacted the recipient regarding this issue.\nUser: I did not contact them yet. How do I do it?\nBot: Just get in touch with the merchant or seller involved in the transaction and try to get a refund or more information on what the transaction was for. If you're not able to resolve it that way, we can start the dispute process. Is there anything else I can help you with?\nUser: Not really, thanks. Just one question, how do I make a transfer to other bank accounts?"</li><li>"Certainly! Here's another example:\nUser: Hi, I need to dispute a transaction.\nBank Bot: Okay, I’m sorry to hear that. Could you please provide some more details about the transaction?\nUser: Yes, I see a charge of $200 that I didn’t make.\nBank Bot: I understand. Could you please confirm the date and the name of the merchant?\nUser: It was on September 5th and the name is ABC Electronics.\nBank Bot: Thank you for the information. Is there anything else you'd like to add or modify?\nUser: Can you provide me with the status of my recent deposit?"</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: This is ridiculous! Someone has stolen $1000 from my account, and I want it back immediately!\nBank Bot: I'm sorry to hear about the unauthorized transaction on your account. Could you please confirm the details of the transaction and your account information to help me assist you better?\nUser: Can you tell me if the transaction was made from a foreign country?"</li></ul> |
137
+ | Repeat Conversation | <ul><li>"User: Hello, I'd like to dispute a transaction on my account.Bank \nBot: I'm sorry to hear that. Could you please provide me with the details of the transaction you wish to dispute?\nUser: The transaction was for $500 on April 1st, and it was for an online purchase. However, I did not authorize this transaction.\nBank Bot: Thank you for bringing this to our attention. Could you please provide me with your account number and contact information in case we need to follow up with you?\nUser: Sorry, could you Restart Conversation that? I didn't catch the last part."</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: What did you say? I couldn't hear you properly."</li><li>"User: Hello, I'd like to dispute a transaction on my account.\nBank Bot: I'm sorry to hear that. Could you please provide me with the details of the transaction you wish to dispute?\nUser: The transaction was for $500 on April 1st, and it was for an online purchase. However, I did not authorise this transaction.\nBank Bot: The transaction you reported was for $500 on April 1st and was an online purchase. Please confirm if this is correct.\nUser: Sorry, could you please Restart Conversation the details?"</li></ul> |
138
+ | Pause Conversation | <ul><li>"User: Hi, I want to dispute a transaction on my account.\nBank Bot: Hi there! I'd be happy to assist you with that. Can you please provide me with the details of the transaction you wish to dispute?\nUser: I noticed a charge on my account for $100 that I don't recognize.\nBank Bot: I'm sorry to hear that. Can you please tell me the date the transaction took place and the name of the merchant that charged your account?\nUser: It happened on June 1st and the merchant is called XYZ Company.\nBank Bot: Thanks for the information. We'll need to investigate it further. Can you confirm that you did not authorize this transaction?\nUser: Can I pause the conversation for a moment, please?"</li><li>"User: My transaction is wrong, somthing's happend and I don't recognize this transaction.\nBot: I'm sorry, could you please provide more information regarding the transaction in question such as the date and amount?\nUser: I not know the exact date but the ammaunt was around $30. Let me give second."</li><li>'User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: Can I pause for a moment? I need to grab some information first.\nBank Assist Bot: Of course! Take your time and let me know when you are ready.\nUser: Sorry for the wait. I am interested in opening a checking account.\nBank Assist Bot: No problem at all! Can you please provide your name and contact information to begin the process?\nUser: Yes, my name is Sarah Smith and my contact number is 555-555-5555.\nBank Assist Bot: Great, Sarah! Before we proceed further, may I know if you already have an existing account with our bank?\nUser: No, I do not. Can we take a pause here.'</li></ul> |
139
+ | Negative Confirmation | <ul><li>"User: Hi, I noticed a transaction on my account that I don't recognize. Can you help me with this?\nBank Bot: Sure, I can assist you with that. Can you please provide me with the details of the transaction in question?\nUser: It's a charge for $100 to a website I've never heard of.\nBank Bot: I see. Based on our records, the transaction was processed on the 15th of this month. Are you disputing the transaction?\nUser: No I did not make this transaction."</li><li>"User: Hi there, I need to speak to someone about a problem I'm having with a recent transaction.\nBank Bot: Alright, I'm here to help. What seems to be the issue?\nUser: I received a charge on my account that I don't recognize. Can you tell me what it's for?\nBank Bot: Yes, it looks like the charge is from a restaurant on Main Street for $100. Is that familiar to you?\nUser: No, it's definitely not. I haven't been to Main Street in months."</li><li>"User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: Actually, I wanted to check the status of my existing account.\nBank Assist Bot: Oh, I see. Apologies for the confusion. Can you please tell me your account number?\nUser: Actually, I don't have it with me right now."</li></ul> |
140
+ | Continue Conversation | <ul><li>"User: Hi, I want to dispute a transaction on my account.\nBank Bot: Hi there! I'd be happy to assist you with that. Can you please provide me with the details of the transaction you wish to dispute?\nUser: I noticed a charge on my account for $100 that I don't recognize.\nBank Bot: I'm sorry to hear that. Can you please tell me the date the transaction took place and the name of the merchant that charged your account?\nUser: It happened on June 1st and the merchant is called XYZ Company."</li><li>"User: Hello, I'd like to dispute a transaction on my account.\nBank Bot: I'm sorry to hear that. Could you please provide me with the details of the transaction you wish to dispute?\nUser: The transaction was for $500 on April 1st, and it was for an online purchase. However, I did not authorise this transaction.\nBank Bot: Thank you for providing me with the information. We will investigate this transaction and get back to you with an update as soon as possible. Do you have any other transaction disputes that you want to report?\nUser: No, this is the only one. Thank you for your help.\nBank Bot: You're welcome. Is there anything else I can assist you with today?\nUser: No, that's all for now. Thank you again."</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: This is ridiculous! Someone has stolen $1000 from my account, and I want it back immediately!\nBank Bot: I completely understand your frustration. Can you please tell me which transaction you are disputing and when it took place?\nUser: It happened on September 15th, and it was a withdrawal at an ATM that I didn't make.\nBank Bot: I see. Just to clarify, was this at an ATM that you normally use?\nUser: No, it was at a different location that I have never been to before.\nBank Bot: Thank you for providing that information. We will investigate this immediately and get back to you with the results. Is there anything else that I can assist you with?\nUser: No, just please resolve this issue as soon as possible."</li></ul> |
141
+ | End Conversation | <ul><li>"User: Hi, I am not sure about the transaction I made yesterday.\nBot: Hello, I'm sorry to hear that. Can you please elaborate on the transaction in question?\nUser: Yeah, I transferred funds to a friend, but I think it's not reflecting in his account.\nBot: I understand your concern. Could you please tell me the transaction details such as the amount and the recipient's account details? I can check our records and provide a solution.\nUser: Oh sure, let me check the details and get back to you.\nBot: Alright, take your time and let me know if you need any further assistance. Have a good day!\nUser: Thank you, bye."</li><li>'User: I want to dispute a transaction.\nBank Bot: Sure, please provide me with the details of the transaction.\nUser: There was a charge of $75 from a restaurant that I never went to.\nBank Bot: I understand. Can you please provide me with the transaction date and amount?\nUser: The transaction was on September 1st for $75.\nBank Bot: Okay, I have initiated the dispute process. You will receive an update within the next 7 business days.\nUser: Thank you, I appreciate your help.'</li><li>"User: I need help disputing a transaction.\nBank Bot: Sure, I can help you with that. Can you please provide me with the details of the transaction?\nUser: It was a charge of $50 from a vendor I don't recognize.\nBank Bot: Okay, I will need to verify some information to start the dispute process. Can you please confirm the date and amount of the transaction?\nUser: The transaction was on August 25th for $50.\nBank Bot: Thank you. I will initiate the dispute process and provide you with updates promptly.\nUser: Alright, thanks for your help."</li></ul> |
142
+ | New Inquiry or Request | <ul><li>"User: Hi, I was looking at my account and noticed a transaction that I don't recognize. Can you explain it to me please?\nBot: Of course, I'd be glad to help. Can you provide me with the transaction details (date, amount, description)?\nUser: Sorry, I don't have the details at the moment. But can you check if there's any discrepancy in my account?\nBot: Sure, I can review your account transactions for any inaccuracies. However, it would be helpful if you could provide me with more information about the transaction in question.\nUser: I understand. I'll check my records and get back to you. By the way, can you tell me if your bank offers international transfer services?"</li><li>"User: hai, i need helpe with my accaunt. ive been charge for something i didn't dorecentely.\nBot: Hello, I apologize but I did not understand your request. Could you please provide more details about the transaction in question?\nUser: Yes soree, i meen i woz chargd for a purchaes that i didnt mad laat week. Can you helip?\nBot: I see. I believe you are notifying me of an unauthorized charge on your account. To help resolve this issue, please provide the date, amount, and description of the transaction so that I can investigate further.\nUser: Ok, lemmi chek. By the waay, i judt want to knoe if i can take a hom loan?"</li><li>"User: Hi, I have a question about disputing a transaction on my account.\nBank Bot: Hello! I'm happy to help. Please provide me with some details about the transaction in question.\nUser: I received a product that was damaged, but the merchant has refused to issue a refund. What can I do?\nBank Bot: I'm sorry to hear that. Have you tried contacting the merchant to resolve the issue?\nUser: Yes, but they are not being cooperative. Can you help me dispute the transaction?"</li></ul> |
143
+ | Questions Answerable by Conversational Context / History | <ul><li>"User: Hello, I'd like to dispute a transaction on my account.Bank \nBot: I'm sorry to hear that. Could you please provide me with the details of the transaction you wish to dispute?\nUser: The transaction was for $500 on April 1st, and it was for an online purchase. However, I did not authorize this transaction.\nBank Bot: Thank you for bringing this to our attention. Could you please provide me with your account number and contact information in case we need to follow up with you?\nUser: Sure, my account number is XXXXXXXX and my phone number is XXX-XXX-XXXX.\nBank Bot: Thank you for the information. We will investigate the transaction and get back to you within 3-5 business days.\nUser: How long will it take?"</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: This is ridiculous! Someone has stolen $1000 from my account, and I want it back immediately!\nBank Bot: I'm sorry to hear about the unauthorized transaction on your account. Could you please confirm the details of the transaction and your account information to help me assist you better?\nUser: Can you tell me if there have been any other unauthorized transactions on my account?"</li><li>"User: Hi, I'd like to dispute a transaction on my account.\nBank Bot: I'm sorry to hear that. To assist you further, could you please provide me with the details of the transaction you wish to dispute, including the transaction amount, date, and description?\nUser: Yes, my account number is 12937492174.\nBank Bot: Thank you for providing the details. Based on your information, I can see that the transaction was made at a restaurant. Do you often dine at this particular restaurant?\nUser: No, I have never been there before.\nBank Bot: I'm sorry to hear that. Have you checked with anyone who may have access to your card information, such as a family member or friend?\nUser: Yes, I have checked with my family and friends, but none of them made this transaction.\nBank Bot: I see. In this case, I will need to escalate the issue to our dispute resolution team. Can you please confirm that you did not authorize this transaction?\nUser: Yes, I did not authorize this transaction.\nBank Bot: Great, I will initiate the dispute process for you and send you an update via email within the next 5-7 business days. Is there anything else I can assist you with today?\nUser: Could you let me know what the dispute process entails?"</li></ul> |
144
+ | Refuse to Answer | <ul><li>"User: Hello, I'd like to dispute a transaction on my account.Bank \nBot: I'm sorry to hear that. Could you please provide me with the details of the transaction you wish to dispute?\nUser: The transaction was for $500 on April 1st, and it was for an online purchase. However, I did not authorize this transaction.\nBank Bot: Thank you for bringing this to our attention. Could you please provide me with your account number and contact information in case we need to follow up with you?\nUser: I'd rather not give out my personal information."</li><li>"User: I demand to speak to someone about a fraudulent transaction on my account right now!\nBank Bot: I'm sorry to hear about your experience. To assist you further, could you please provide me with the details of the transaction you wish to dispute?\nUser: That's none of your business. Just help me get my money back."</li><li>"User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: I don't feel comfortable giving out my personal information."</li></ul> |
145
+ | Transfer to Human Agent | <ul><li>"User: Hi, I want to dispute a transaction on my account.\nBank Bot: Hi there! I'd be happy to assist you with that. Can you please provide me with the details of the transaction you wish to dispute?\nUser: I noticed a charge on my account for $100 that I don't recognize.\nBank Bot: I'm sorry to hear that. Can you please tell me the date the transaction took place and the name of the merchant that charged your account?\nUser: It happened on June 1st and the merchant is called XYZ Company.\nBank Bot: Thanks for the information. We'll need to investigate it further. Can you confirm that you did not authorize this transaction?\nUser: Transfer to a human agent please."</li><li>"User: What the hell is going on with this transaction? I'm having serious issues, and your bot is so useless.\nBot: I'm sorry for any inconvenience caused. Can you please provide me with the transaction details so I can assist you better?\nUser: I don't have time to waste. Why can't you understand my problem? Your bot is such a waste of time.\nBot: I apologize for any frustration you're experiencing. Can you please explain the problem you're facing so I can forward this to our customer support executive?\nUser: Just transfer me to a human agent right now. I'm done with your bot."</li><li>"User: Hi, I'd like to dispute a transaction on my account.\nBank Bot: I'm sorry to hear that. To assist you further, could you please provide me with the details of the transaction you wish to dispute, including the transaction amount, date, and description?\nUser: I've already provided that information. Can I please speak with a human agent about this?"</li></ul> |
146
+ | Questions on Process | <ul><li>'User: What the hell is this? I did not authorize a transaction for $100 with "Dan\'s Pizza"! This is ridiculous!\nBot: I\'m sorry for the inconvenience you\'ve experienced, and I would be happy to help. Can you please confirm your name and the last four digits of your credit card number so I can pull up your account and investigate the transaction?\nUser: My name is John Doe and the last four digits of my card are 6789. This is such bullshit, I have never even been to Dan\'s Pizza!\nBot: Thank you for providing me with that information. I understand how frustrating and concerning this is for you, and I apologize for any inconvenience caused. Our team will investigate the transaction and follow up with you within 2-3 business days with more information or next steps.\nUser: I need to know what steps are being taken in this process?'</li><li>"User: Hi, I want to open a new account. Can you help me?\nBank Assist Bot: Yes, absolutely! What kind of account are you looking for?\nUser: A savings account with higher interest rates.\nBank Assist Bot: Great! Can you please provide me with your name and contact number to begin the process of opening the account?\nUser: Yes, my name is Jane Smith and my contact number is 555-555-5555.\nBank Assist Bot: Perfect! Before we proceed further, can you please confirm that you do not have an existing account with our bank?\nUser: That's correct, I don't.\nBank Assist Bot: Understood. To open a new account, we will need some additional information from you. Can you please provide your date of birth and address?\nUser: Sure, my date of birth is 01/01/1990 and my address is 123 Main Street.\nBank Assist Bot: Thank you for that, Jane. Please note that it might take up to 24-48 hours to process your application and create your account. Is there anything else you need assistance with?\nUser: Yes, actually. Can you explain what happens after I submit my application?"</li><li>'User: Can you please explain the process for disputing a transaction?\nBank Bot: Absolutely. First, you need to report the transaction as unauthorized or fraudulent within 60 days of the date it appeared on your statement. Then, we will investigate the issue and work with you to resolve it.\nUser: What kind of information do I need to provide during the investigation?\nBank Bot: You will need to provide documentation proving that you did not make the transaction, such as a police report or signed affidavit. In some cases, we may also need additional information about the transaction in question.\nUser: How long does the investigation typically take?'</li></ul> |
147
+
148
+ ## Evaluation
149
+
150
+ ### Metrics
151
+ | Label | Accuracy |
152
+ |:--------|:---------|
153
+ | **all** | 0.5714 |
154
+
155
+ ## Uses
156
+
157
+ ### Direct Use for Inference
158
+
159
+ First install the SetFit library:
160
+
161
+ ```bash
162
+ pip install setfit
163
+ ```
164
+
165
+ Then you can load this model and run inference.
166
+
167
+ ```python
168
+ from setfit import SetFitModel
169
+
170
+ # Download from the 🤗 Hub
171
+ model = SetFitModel.from_pretrained("setfit_model_id")
172
+ # Run inference
173
+ preds = model("User: Hello, I'm having trouble with my ATM card.
174
+ Bank Bot: I'm sorry to hear that. To assist you further, could you please provide me with your account number.
175
+ User: Yeah, 1234454673838 this is my account number.
176
+ Bank Bot: It seems like your account is blocked. We will investigate and get back to you. Do you have any other issues?
177
+ User: That's all I needed help with. Thank you for your assistance.")
178
+ ```
179
+
180
+ <!--
181
+ ### Downstream Use
182
+
183
+ *List how someone could finetune this model on their own dataset.*
184
+ -->
185
+
186
+ <!--
187
+ ### Out-of-Scope Use
188
+
189
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
190
+ -->
191
+
192
+ <!--
193
+ ## Bias, Risks and Limitations
194
+
195
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
196
+ -->
197
+
198
+ <!--
199
+ ### Recommendations
200
+
201
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
202
+ -->
203
+
204
+ ## Training Details
205
+
206
+ ### Training Set Metrics
207
+ | Training set | Min | Median | Max |
208
+ |:-------------|:----|:---------|:----|
209
+ | Word count | 34 | 109.9786 | 227 |
210
+
211
+ | Label | Training Sample Count |
212
+ |:---------------------------------------------------------|:----------------------|
213
+ | Continue Conversation | 10 |
214
+ | Pause Conversation | 10 |
215
+ | Restart Conversation | 10 |
216
+ | Repeat Conversation | 10 |
217
+ | End Conversation | 10 |
218
+ | Refuse to Answer | 10 |
219
+ | Affirmative Confirmation | 10 |
220
+ | Negative Confirmation | 10 |
221
+ | Correction Request | 10 |
222
+ | Questions Answerable by Conversational Context / History | 10 |
223
+ | Questions Requiring External Information | 10 |
224
+ | Questions on Process | 10 |
225
+ | New Inquiry or Request | 10 |
226
+ | Transfer to Human Agent | 10 |
227
+
228
+ ### Training Hyperparameters
229
+ - batch_size: (12, 12)
230
+ - num_epochs: (3, 3)
231
+ - max_steps: -1
232
+ - sampling_strategy: oversampling
233
+ - body_learning_rate: (2e-05, 1e-05)
234
+ - head_learning_rate: 0.01
235
+ - loss: CosineSimilarityLoss
236
+ - distance_metric: cosine_distance
237
+ - margin: 0.25
238
+ - end_to_end: False
239
+ - use_amp: False
240
+ - warmup_proportion: 0.1
241
+ - seed: 42
242
+ - eval_max_steps: -1
243
+ - load_best_model_at_end: False
244
+
245
+ ### Training Results
246
+ | Epoch | Step | Training Loss | Validation Loss |
247
+ |:------:|:----:|:-------------:|:---------------:|
248
+ | 0.0007 | 1 | 0.3613 | - |
249
+ | 0.0330 | 50 | 0.3367 | - |
250
+ | 0.0659 | 100 | 0.2621 | - |
251
+ | 0.0989 | 150 | 0.1997 | - |
252
+ | 0.1318 | 200 | 0.1906 | - |
253
+ | 0.1648 | 250 | 0.1034 | - |
254
+ | 0.1978 | 300 | 0.0784 | - |
255
+ | 0.2307 | 350 | 0.1119 | - |
256
+ | 0.2637 | 400 | 0.0694 | - |
257
+ | 0.2966 | 450 | 0.0693 | - |
258
+ | 0.3296 | 500 | 0.0542 | - |
259
+ | 0.3626 | 550 | 0.0669 | - |
260
+ | 0.3955 | 600 | 0.0594 | - |
261
+ | 0.4285 | 650 | 0.0175 | - |
262
+ | 0.4614 | 700 | 0.0125 | - |
263
+ | 0.4944 | 750 | 0.0057 | - |
264
+ | 0.5274 | 800 | 0.0086 | - |
265
+ | 0.5603 | 850 | 0.076 | - |
266
+ | 0.5933 | 900 | 0.0077 | - |
267
+ | 0.6262 | 950 | 0.0135 | - |
268
+ | 0.6592 | 1000 | 0.012 | - |
269
+ | 0.6922 | 1050 | 0.0094 | - |
270
+ | 0.7251 | 1100 | 0.0735 | - |
271
+ | 0.7581 | 1150 | 0.0047 | - |
272
+ | 0.7910 | 1200 | 0.0699 | - |
273
+ | 0.8240 | 1250 | 0.0063 | - |
274
+ | 0.8570 | 1300 | 0.0044 | - |
275
+ | 0.8899 | 1350 | 0.0028 | - |
276
+ | 0.9229 | 1400 | 0.0706 | - |
277
+ | 0.9558 | 1450 | 0.0047 | - |
278
+ | 0.9888 | 1500 | 0.0711 | - |
279
+ | 1.0218 | 1550 | 0.0036 | - |
280
+ | 1.0547 | 1600 | 0.0024 | - |
281
+ | 1.0877 | 1650 | 0.1245 | - |
282
+ | 1.1206 | 1700 | 0.0044 | - |
283
+ | 1.1536 | 1750 | 0.0566 | - |
284
+ | 1.1866 | 1800 | 0.0045 | - |
285
+ | 1.2195 | 1850 | 0.0046 | - |
286
+ | 1.2525 | 1900 | 0.0033 | - |
287
+ | 1.2854 | 1950 | 0.0031 | - |
288
+ | 1.3184 | 2000 | 0.0095 | - |
289
+ | 1.3514 | 2050 | 0.0034 | - |
290
+ | 1.3843 | 2100 | 0.0031 | - |
291
+ | 1.4173 | 2150 | 0.049 | - |
292
+ | 1.4502 | 2200 | 0.0023 | - |
293
+ | 1.4832 | 2250 | 0.0034 | - |
294
+ | 1.5162 | 2300 | 0.0039 | - |
295
+ | 1.5491 | 2350 | 0.0056 | - |
296
+ | 1.5821 | 2400 | 0.0027 | - |
297
+ | 1.6150 | 2450 | 0.0025 | - |
298
+ | 1.6480 | 2500 | 0.0014 | - |
299
+ | 1.6809 | 2550 | 0.0029 | - |
300
+ | 1.7139 | 2600 | 0.0024 | - |
301
+ | 1.7469 | 2650 | 0.0017 | - |
302
+ | 1.7798 | 2700 | 0.0018 | - |
303
+ | 1.8128 | 2750 | 0.0018 | - |
304
+ | 1.8457 | 2800 | 0.0018 | - |
305
+ | 1.8787 | 2850 | 0.0025 | - |
306
+ | 1.9117 | 2900 | 0.0024 | - |
307
+ | 1.9446 | 2950 | 0.0022 | - |
308
+ | 1.9776 | 3000 | 0.002 | - |
309
+ | 2.0105 | 3050 | 0.0017 | - |
310
+ | 2.0435 | 3100 | 0.0021 | - |
311
+ | 2.0765 | 3150 | 0.0019 | - |
312
+ | 2.1094 | 3200 | 0.0016 | - |
313
+ | 2.1424 | 3250 | 0.0017 | - |
314
+ | 2.1753 | 3300 | 0.0016 | - |
315
+ | 2.2083 | 3350 | 0.0015 | - |
316
+ | 2.2413 | 3400 | 0.0017 | - |
317
+ | 2.2742 | 3450 | 0.0015 | - |
318
+ | 2.3072 | 3500 | 0.0014 | - |
319
+ | 2.3401 | 3550 | 0.0012 | - |
320
+ | 2.3731 | 3600 | 0.0011 | - |
321
+ | 2.4061 | 3650 | 0.0015 | - |
322
+ | 2.4390 | 3700 | 0.0016 | - |
323
+ | 2.4720 | 3750 | 0.0018 | - |
324
+ | 2.5049 | 3800 | 0.0012 | - |
325
+ | 2.5379 | 3850 | 0.0021 | - |
326
+ | 2.5709 | 3900 | 0.0014 | - |
327
+ | 2.6038 | 3950 | 0.0014 | - |
328
+ | 2.6368 | 4000 | 0.0013 | - |
329
+ | 2.6697 | 4050 | 0.0014 | - |
330
+ | 2.7027 | 4100 | 0.0016 | - |
331
+ | 2.7357 | 4150 | 0.0016 | - |
332
+ | 2.7686 | 4200 | 0.0019 | - |
333
+ | 2.8016 | 4250 | 0.0014 | - |
334
+ | 2.8345 | 4300 | 0.0015 | - |
335
+ | 2.8675 | 4350 | 0.0012 | - |
336
+ | 2.9005 | 4400 | 0.0011 | - |
337
+ | 2.9334 | 4450 | 0.0013 | - |
338
+ | 2.9664 | 4500 | 0.0016 | - |
339
+ | 2.9993 | 4550 | 0.0014 | - |
340
+
341
+ ### Framework Versions
342
+ - Python: 3.10.12
343
+ - SetFit: 1.0.3
344
+ - Sentence Transformers: 2.7.0
345
+ - Transformers: 4.40.1
346
+ - PyTorch: 2.2.1+cu121
347
+ - Datasets: 2.19.0
348
+ - Tokenizers: 0.19.1
349
+
350
+ ## Citation
351
+
352
+ ### BibTeX
353
+ ```bibtex
354
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
355
+ doi = {10.48550/ARXIV.2209.11055},
356
+ url = {https://arxiv.org/abs/2209.11055},
357
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
358
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
359
+ title = {Efficient Few-Shot Learning Without Prompts},
360
+ publisher = {arXiv},
361
+ year = {2022},
362
+ copyright = {Creative Commons Attribution 4.0 International}
363
+ }
364
+ ```
365
+
366
+ <!--
367
+ ## Glossary
368
+
369
+ *Clearly define terms in order to be accessible across audiences.*
370
+ -->
371
+
372
+ <!--
373
+ ## Model Card Authors
374
+
375
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
376
+ -->
377
+
378
+ <!--
379
+ ## Model Card Contact
380
+
381
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
382
+ -->
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "avsolatorio/GIST-small-Embedding-v0",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 1536,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.40.1",
28
+ "type_vocab_size": 2,
29
+ "use_cache": true,
30
+ "vocab_size": 30522
31
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "2.2.2",
4
+ "transformers": "4.28.1",
5
+ "pytorch": "1.13.0+cu117"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null
9
+ }
config_setfit.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": [
4
+ "Continue Conversation",
5
+ "Pause Conversation",
6
+ "Restart Conversation",
7
+ "Repeat Conversation",
8
+ "End Conversation",
9
+ "Refuse to Answer",
10
+ "Affirmative Confirmation",
11
+ "Negative Confirmation",
12
+ "Correction Request",
13
+ "Questions Answerable by Conversational Context / History",
14
+ "Questions Requiring External Information",
15
+ "Questions on Process",
16
+ "New Inquiry or Request",
17
+ "Transfer to Human Agent"
18
+ ]
19
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8967acd284446df222daaca66a115768c90b5a54ff85215998e99dd5acba144a
3
+ size 133462128
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef01af7e4b506aecc9c411e7357dc79f13a3baff519a837fe0823bac4e5565ef
3
+ size 47095
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": true
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff