Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ metrics:
|
|
6 |
- accuracy
|
7 |
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']
|
@@ -28,6 +30,4 @@ 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 |
-
|
|
|
6 |
- accuracy
|
7 |
library_name: transformers
|
8 |
pipeline_tag: text-classification
|
9 |
+
datasets:
|
10 |
+
- GautamR/grievance_agri
|
11 |
---
|
12 |
Model to classify grievances into 3 buckets :
|
13 |
The buckets are : ['Account number is not Correct' ,'Installment not received', 'Others']
|
|
|
30 |
Epoch 6/15 - Loss: 0.0883 - Accuracy: 1.0000 - F1 Score: 1.0000
|
31 |
Epoch 7/15 - Loss: 0.0592 - Accuracy: 1.0000 - F1 Score: 1.0000
|
32 |
Epoch 8/15 - Loss: 0.0418 - Accuracy: 1.0000 - F1 Score: 1.0000
|
33 |
+
Epoch 9/15 - Loss: 0.0321 - Accuracy: 1.0000 - F1 Score: 1.0000
|
|
|
|