GautamR commited on
Commit
4e15d8c
·
1 Parent(s): 0a1cfdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -8,8 +8,26 @@ library_name: transformers
8
  pipeline_tag: text-classification
9
  ---
10
  Model to classify grievances into 3 buckets :
11
- The buckets are : ['Account number is not Correct' ,'Installment not received', 'Others']
 
 
 
12
 
13
  'Account number not correct' is for those grievances/ feedback which talk about the bank account not being correct on the portal for these farmers.
14
  'Installment not received' is for those feedback which talk about the farmer not receiving the installment/money for that month.
15
- 'Others' cover all other types of grievances - including 'Gender being wrong ,'Online Application pnding approval,' pther Payment Related issues','Problem in Adhaar Correction' ,'problem in bio-metric based e-kyc','Problem in OTP based e-kyc', 'Tansaction Failed' etc etc.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pipeline_tag: text-classification
9
  ---
10
  Model to classify grievances into 3 buckets :
11
+ The buckets are : ['Account number is not Correct' ,'Installment not received', 'Others']
12
+ Label 0: 'Account number is not Correct'
13
+ Label 1: 'Installment not received'
14
+ Label 2: 'Others'
15
 
16
  'Account number not correct' is for those grievances/ feedback which talk about the bank account not being correct on the portal for these farmers.
17
  'Installment not received' is for those feedback which talk about the farmer not receiving the installment/money for that month.
18
+ 'Others' cover all other types of grievances - including 'Gender being wrong ,'Online Application pnding approval,' pther Payment Related issues','Problem in Adhaar Correction' ,'problem in bio-metric based e-kyc','Problem in OTP based e-kyc', 'Tansaction Failed' etc etc.
19
+
20
+
21
+
22
+ Training Epochs:
23
+ Epoch 1/15 - Loss: 1.0574 - Accuracy: 0.4242 - F1 Score: 0.4202
24
+ Epoch 2/15 - Loss: 0.7780 - Accuracy: 0.7500 - F1 Score: 0.6952
25
+ Epoch 3/15 - Loss: 0.5212 - Accuracy: 0.8939 - F1 Score: 0.8825
26
+ Epoch 4/15 - Loss: 0.3214 - Accuracy: 0.9773 - F1 Score: 0.9767
27
+ Epoch 5/15 - Loss: 0.1612 - Accuracy: 1.0000 - F1 Score: 1.0000
28
+ Epoch 6/15 - Loss: 0.0883 - Accuracy: 1.0000 - F1 Score: 1.0000
29
+ Epoch 7/15 - Loss: 0.0592 - Accuracy: 1.0000 - F1 Score: 1.0000
30
+ Epoch 8/15 - Loss: 0.0418 - Accuracy: 1.0000 - F1 Score: 1.0000
31
+ Epoch 9/15 - Loss: 0.0321 - Accuracy: 1.0000 - F1 Score: 1.0000
32
+
33
+