salmaaidli commited on
Commit
ebf331e
1 Parent(s): e5b4f36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -11,11 +11,12 @@ model-index:
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # roberta-sentiment-analysis-finetune
15
 
16
- This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on the tweet_eval dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 0.8863
 
19
 
20
  ## Model description
21
 
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # roberta-sentiment
15
 
16
+ RoBERTa est un modèle d'analyse sentimentale développé par Facebook AI. Il est basé
17
+ sur l'architecture des transformers et est pré-entraîné sur une grande quantité de
18
+ données variées. RoBERTa est capable de comprendre et prédire avec précision le ton
19
+ émotionnel (positif, négatif ou neutre) d'un texte.
20
 
21
  ## Model description
22