muthuramkumar commited on
Commit
7bc2e14
1 Parent(s): f7fa344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -35
README.md CHANGED
@@ -9,62 +9,70 @@ base_model: avsolatorio/GIST-all-MiniLM-L6-v2
9
  metrics:
10
  - accuracy
11
  widget:
12
- - text: 'User: My ATM card is not working properly.
 
13
 
14
- Bank Bot: I''m sorry to hear that. Can you please provide me with your account
15
- number and the nature of the issue?
16
 
17
- User: My account number is 987654321. I need to pause this conversation for a
18
- few minutes to check my card and provide more information.'
19
- - text: 'User: Hi, I''d like to open a new savings account.
 
20
 
21
- Bank Bot: Great! I can help you with that. To get started, I''ll need some information
22
- from you. Can you confirm your full name, date of birth, and current address?
 
23
 
24
- User: My name is Alex Johnson, my date of birth is September 12th, 1990, and my
25
- current address is 789 Maple Avenue.
26
 
27
- Bank Bot: Thank you, Alex. Now, I''ll need to verify your identity. Can you please
28
- provide me with your Social Security Number (SSN) or another form of identification?
 
29
 
30
- User: Actually, my date of birth is incorrect. It''s actually September 15th,
31
- 1990.'
32
- - text: 'User: Hello, I''m having trouble with my ATM card.
 
33
 
34
- Bank Bot: I''m sorry to hear that. To assist you further, could you please provide
35
- me with your account number.
36
 
37
  User: My account number is 79102374973.
38
 
39
  Bank Bot: Do you want new card?
40
 
41
- User: No, I don''t want.'
42
- - text: 'User: Hi, I need help with my ATM card.
 
43
 
44
- Bank Bot: Of course. Can you please provide me with your account number and the
45
- issue you''re facing?
46
 
47
- User: Well, I tried to withdraw money from an ATM but the transaction was not
48
- successful even though I had sufficient funds.
49
 
50
- Bank Bot: I see. Can you please confirm the date and time of the transaction?
 
51
 
52
- User: Actually, I want to restart this conversation. Can we start over?'
53
- - text: 'User: Hi, I want to open a new account. Can you help me?
 
54
 
55
  Bank Assist Bot: Yes, absolutely! What kind of account are you looking for?
56
 
57
- User: Before I proceed, I just want to understand the account opening process.
58
- What steps do I need to take?
59
 
60
- Bank Assist Bot: Sure, we can provide you an overview of the process. To start,
61
- we will require personal information such as your full name, contact information,
62
- and a valid ID. Then, we will generate and send the account opening documents
63
- to you via email for your review and signature. Once we receive your completed
64
- documents, we will process your request and activate the account within one business
65
- day.
66
 
67
- User: Got it, thanks for explaining that. Can I complete the process online.'
68
  pipeline_tag: text-classification
69
  inference: true
70
  model-index:
@@ -81,6 +89,11 @@ model-index:
81
  - type: accuracy
82
  value: 0.7857142857142857
83
  name: Accuracy
 
 
 
 
 
84
  ---
85
 
86
  # SetFit with avsolatorio/GIST-all-MiniLM-L6-v2
 
9
  metrics:
10
  - accuracy
11
  widget:
12
+ - text: >-
13
+ User: My ATM card is not working properly.
14
 
15
+ Bank Bot: I'm sorry to hear that. Can you please provide me with your
16
+ account number and the nature of the issue?
17
 
18
+ User: My account number is 987654321. I need to pause this conversation for
19
+ a few minutes to check my card and provide more information.
20
+ - text: >-
21
+ User: Hi, I'd like to open a new savings account.
22
 
23
+ Bank Bot: Great! I can help you with that. To get started, I'll need some
24
+ information from you. Can you confirm your full name, date of birth, and
25
+ current address?
26
 
27
+ User: My name is Alex Johnson, my date of birth is September 12th, 1990, and
28
+ my current address is 789 Maple Avenue.
29
 
30
+ Bank Bot: Thank you, Alex. Now, I'll need to verify your identity. Can you
31
+ please provide me with your Social Security Number (SSN) or another form of
32
+ identification?
33
 
34
+ User: Actually, my date of birth is incorrect. It's actually September 15th,
35
+ 1990.
36
+ - text: >-
37
+ User: Hello, I'm having trouble with my ATM card.
38
 
39
+ Bank Bot: I'm sorry to hear that. To assist you further, could you please
40
+ provide me with your account number.
41
 
42
  User: My account number is 79102374973.
43
 
44
  Bank Bot: Do you want new card?
45
 
46
+ User: No, I don't want.
47
+ - text: >-
48
+ User: Hi, I need help with my ATM card.
49
 
50
+ Bank Bot: Of course. Can you please provide me with your account number and
51
+ the issue you're facing?
52
 
53
+ User: Well, I tried to withdraw money from an ATM but the transaction was
54
+ not successful even though I had sufficient funds.
55
 
56
+ Bank Bot: I see. Can you please confirm the date and time of the
57
+ transaction?
58
 
59
+ User: Actually, I want to restart this conversation. Can we start over?
60
+ - text: >-
61
+ User: Hi, I want to open a new account. Can you help me?
62
 
63
  Bank Assist Bot: Yes, absolutely! What kind of account are you looking for?
64
 
65
+ User: Before I proceed, I just want to understand the account opening
66
+ process. What steps do I need to take?
67
 
68
+ Bank Assist Bot: Sure, we can provide you an overview of the process. To
69
+ start, we will require personal information such as your full name, contact
70
+ information, and a valid ID. Then, we will generate and send the account
71
+ opening documents to you via email for your review and signature. Once we
72
+ receive your completed documents, we will process your request and activate
73
+ the account within one business day.
74
 
75
+ User: Got it, thanks for explaining that. Can I complete the process online.
76
  pipeline_tag: text-classification
77
  inference: true
78
  model-index:
 
89
  - type: accuracy
90
  value: 0.7857142857142857
91
  name: Accuracy
92
+ license: mit
93
+ datasets:
94
+ - muthuramkumar/bank-bot-conversation
95
+ language:
96
+ - en
97
  ---
98
 
99
  # SetFit with avsolatorio/GIST-all-MiniLM-L6-v2