pm commited on
Commit
8ad3b5c
1 Parent(s): 2adcf7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,8 +30,8 @@ This model is a fine-tuned version of [distilbert/distilroberta-base](https://hu
30
  - [Emotions dataset for NLP - praveengovi](https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp/data)
31
  It has also been data augmented using TextAttack.
32
  On top of the (first version)[https://huggingface.co/paradoxmaske/augmented-go-emotions-plus-other-datasets-fine-tuned-distilroberta] of the model, V3 added more data augmentation
33
- - EasyDataAugmenter on all labels except neutral (27), sadness (25), joy (17), love (18), anger (2).
34
- - CharSwapAugmenter on all labels relief (23), confusion (6), disappointment (9), realization (22), caring (5), excitement (13), desire (8), remorse (24), embarrassment (12), nervousness (19), pride (21), grief (16).
35
 
36
 
37
 
 
30
  - [Emotions dataset for NLP - praveengovi](https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp/data)
31
  It has also been data augmented using TextAttack.
32
  On top of the (first version)[https://huggingface.co/paradoxmaske/augmented-go-emotions-plus-other-datasets-fine-tuned-distilroberta] of the model, V3 added more data augmentation
33
+ - EasyDataAugmenter on all labels except labels with a lot of examples [neutral (27), sadness (25), joy (17), love (18), anger (2)].
34
+ - CharSwapAugmenter on labels with very few examples compared to others: relief (23), confusion (6), disappointment (9), realization (22), caring (5), excitement (13), desire (8), remorse (24), embarrassment (12), nervousness (19), pride (21), grief (16).
35
 
36
 
37