mishbahulal commited on
Commit
4a287c3
·
verified ·
1 Parent(s): 70e7dcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -18,9 +18,10 @@ tags:
18
  A **BERT-based emotion classification model** fine-tuned on the **GoEmotions dataset** to detect emotions in English text.
19
 
20
  The model predicts emotional categories from input sentences and can be used for **sentiment analysis, emotion detection, and conversational AI systems**.
 
21
 
22
- ---
23
-
24
  # Model Details
25
 
26
  | Property | Value |
 
18
  A **BERT-based emotion classification model** fine-tuned on the **GoEmotions dataset** to detect emotions in English text.
19
 
20
  The model predicts emotional categories from input sentences and can be used for **sentiment analysis, emotion detection, and conversational AI systems**.
21
+ version of the BERT base model. It was introduced in this paper. The code for the distillation process can be found here. This model is uncased: it does not make a difference between english and English.
22
 
23
+ **DistilBERT base model (uncased)**
24
+ This model is a distilled version of the BERT base model. It was introduced in this paper. The code for the distillation process can be found here. This model is uncased: it does not make a difference between english and English.
25
  # Model Details
26
 
27
  | Property | Value |