Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ This model is meant to generate "Intent" for a given customer query on bank's ne
|
|
79 |
|
80 |
How to use :
|
81 |
|
82 |
-
1. Type a query such as "Tell me my last 10 transactions" or "I am senior citizen. What is FD rates" or "I want to send money to my brother" etc.
|
83 |
2. This engine will understand the "intent" behind the query and return the value of LABEL_0 to LABEL_50.
|
84 |
3. The LABEL having maximum value (which will be at the top in the result) will be the identified "intent"
|
85 |
4. Use above mapping table and convert LABEL to Code. So, for example, LABEL_34 means "Senior Citizen Fixed Deposit Rate" and so on.
|
|
|
79 |
|
80 |
How to use :
|
81 |
|
82 |
+
1. Type a query such as "Tell me my last 10 transactions" or "I am senior citizen. What is FD rates" or "I want to send money to my brother" or "I want Fixed Deposit rate for 2 Crore INR" etc.
|
83 |
2. This engine will understand the "intent" behind the query and return the value of LABEL_0 to LABEL_50.
|
84 |
3. The LABEL having maximum value (which will be at the top in the result) will be the identified "intent"
|
85 |
4. Use above mapping table and convert LABEL to Code. So, for example, LABEL_34 means "Senior Citizen Fixed Deposit Rate" and so on.
|