KhaldiAbderrhmane commited on
Commit
03256ec
·
verified ·
1 Parent(s): d2663f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -13,10 +13,9 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # dir
17
 
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
  - Loss: 0.1884
21
  - Accuracy: 0.936
22
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # bert-emotion
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [Emotions](https://www.kaggle.com/datasets/nelgiriyewithana/emotions) dataset from Kaggle, with the best results on that last it can also provide a verbose understanding of the general emotion themes of English text.
 
19
  - Loss: 0.1884
20
  - Accuracy: 0.936
21