albarpambagio commited on
Commit
cc73619
1 Parent(s): 16a0925

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -25,7 +25,12 @@ should probably proofread and complete it, then remove this comment. -->
25
 
26
  # er-model
27
 
 
 
 
 
28
  This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on [The PRDECT-ID Dataset](https://www.kaggle.com/datasets/jocelyndumlao/prdect-id-indonesian-emotion-classification), it is a compilation of Indonesian product reviews that come with emotion and sentiment labels. These reviews were gathered from one of Indonesia's largest e-commerce platforms, Tokopedia..
 
29
  It achieves the following results on the evaluation set:
30
  - Loss: 0.6762
31
  - Accuracy: 0.6981
@@ -33,9 +38,6 @@ It achieves the following results on the evaluation set:
33
  - Recall: 0.6981
34
  - F1: 0.6963
35
 
36
- ## Model description
37
-
38
- It has been trained to classify text into six different emotion categories: happy, sadness, anger, love, and fear.
39
 
40
 
41
 
 
25
 
26
  # er-model
27
 
28
+
29
+
30
+ ## Model description
31
+
32
  This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on [The PRDECT-ID Dataset](https://www.kaggle.com/datasets/jocelyndumlao/prdect-id-indonesian-emotion-classification), it is a compilation of Indonesian product reviews that come with emotion and sentiment labels. These reviews were gathered from one of Indonesia's largest e-commerce platforms, Tokopedia..
33
+ It has been trained to classify text into six different emotion categories: happy, sadness, anger, love, and fear.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.6762
36
  - Accuracy: 0.6981
 
38
  - Recall: 0.6981
39
  - F1: 0.6963
40
 
 
 
 
41
 
42
 
43