Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- utkarsharora100/google_go_emotions_hindi_translated
|
4 |
+
language:
|
5 |
+
- hi
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy 0.6997
|
9 |
+
- f1 0.6750
|
10 |
+
- precision 0.6761
|
11 |
+
- recall 0.6997
|
12 |
+
- roc_auc 0.8207
|
13 |
+
base_model:
|
14 |
+
- ai4bharat/indic-bert
|
15 |
+
pipeline_tag: text-classification
|
16 |
+
---
|
17 |
+
Summary
|
18 |
+
The model achieved its best performance on Epoch 5, with an accuracy of 0.6997, F1 score of 0.6750, precision of 0.6761, recall of 0.6997, and ROC AUC of 0.8207.
|
19 |
+
The model shows stable performance across later epochs, with slight fluctuations in metrics but generally consistent results.
|
20 |
+
Training Details
|
21 |
+
Model: ai4bharat/indic-bert
|
22 |
+
Dataset: Google Go Emotions Hindi Translated
|
23 |
+
Labels: Anger, Disgust, Fear, Joy, Neutral, Sadness, Surprise
|
24 |
+
Epochs: 10
|
25 |
+
Batch Size: 16
|
26 |
+
Learning Rate: 1e-5
|