pm commited on
Commit
0245c4f
1 Parent(s): 221d10d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -4,11 +4,18 @@ license: apache-2.0
4
  base_model: distilbert/distilroberta-base
5
  tags:
6
  - generated_from_trainer
 
7
  model-index:
8
  - name: go-emotions-plus-other-datasets-fine-tuned-distilroberta
9
  results: []
10
  datasets:
11
  - google-research-datasets/go_emotions
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,7 +23,13 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # go-emotions-plus-other-datasets-fine-tuned-distilroberta
18
 
19
- This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the None dataset.
 
 
 
 
 
 
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.0719
22
  - Micro Precision: 0.7358
 
4
  base_model: distilbert/distilroberta-base
5
  tags:
6
  - generated_from_trainer
7
+ - sentiment_analysis
8
  model-index:
9
  - name: go-emotions-plus-other-datasets-fine-tuned-distilroberta
10
  results: []
11
  datasets:
12
  - google-research-datasets/go_emotions
13
+ language:
14
+ - en
15
+ metrics:
16
+ - f1
17
+ - precision
18
+ - recall
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
23
 
24
  # go-emotions-plus-other-datasets-fine-tuned-distilroberta
25
 
26
+ This model is a fine-tuned version of [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the these datasets:
27
+ - [GoEmotions](https://github.com/google-research/google-research/tree/master/goemotions)
28
+ - [sem_eval_2018_task_1 (English)](https://huggingface.co/datasets/SemEvalWorkshop/sem_eval_2018_task_1)
29
+ - [Emotion Detection from Text - Pashupati Gupta](https://www.kaggle.com/datasets/pashupatigupta/emotion-detection-from-text/data)
30
+ - [Emotions dataset for NLP - praveengovi](https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp/data)
31
+
32
+
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0719
35
  - Micro Precision: 0.7358