sfaezella commited on
Commit
3a92c7d
·
verified ·
1 Parent(s): f2010d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-classification
19
 
20
  This model is designed for emotion recognition in Persian text. It predicts the presence of six emotions: anger, disgust, fear, sadness, happiness, and surprise, as well as the primary emotion within these categories, including an "other" category for cases when none of the specified emotions are present. The model leverages XLM-RoBERTa, a pre-trained transformer-based language model, fine-tuned on two datasets: EmoPars and ArmanEmo. It includes a Bidirectional Gated Recurrent Unit (BiGRU) layer to better capture contextual dependencies, improving performance on emotion classification tasks.
21
 
22
- - **Developed by:** Faezeh Sarlakifar, Morteza Mahdavi Mortazavi, Mehrnoush Shamsfard
23
  - **Model type:** Text Emotion Classification (Transformer + BiGRU)
24
  - **Language(s):** Persian
25
  - **License:** MIT
 
19
 
20
  This model is designed for emotion recognition in Persian text. It predicts the presence of six emotions: anger, disgust, fear, sadness, happiness, and surprise, as well as the primary emotion within these categories, including an "other" category for cases when none of the specified emotions are present. The model leverages XLM-RoBERTa, a pre-trained transformer-based language model, fine-tuned on two datasets: EmoPars and ArmanEmo. It includes a Bidirectional Gated Recurrent Unit (BiGRU) layer to better capture contextual dependencies, improving performance on emotion classification tasks.
21
 
22
+ - **Developed by:** Morteza Mahdavi Mortazavi and Faezeh Sarlakifar
23
  - **Model type:** Text Emotion Classification (Transformer + BiGRU)
24
  - **Language(s):** Persian
25
  - **License:** MIT