nmarinnn commited on
Commit
522bd5b
1 Parent(s): 847d1af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,7 +4,18 @@ language:
4
  base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
5
  pipeline_tag: text-classification
6
  tags:
7
- - text-classification
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # BERT Bregman - Modelo de Análisis de Sentimientos en Español
 
4
  base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
5
  pipeline_tag: text-classification
6
  tags:
7
+ - sentiment-analysis
8
+ - text-classification
9
+ - spanish
10
+ - xlm-roberta
11
+ widget:
12
+ - text: "Me encanta este producto, es excelente!"
13
+ example_title: "Ejemplo positivo"
14
+ - text: "No estoy seguro si me gusta o no."
15
+ example_title: "Ejemplo neutro"
16
+ - text: "Este servicio es terrible, nunca lo recomendaría."
17
+ example_title: "Ejemplo negativo"
18
+
19
  ---
20
 
21
  # BERT Bregman - Modelo de Análisis de Sentimientos en Español