Light-Dav commited on
Commit
627a079
·
verified ·
1 Parent(s): 6f87e79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -1,2 +1,22 @@
1
- # sentiment-analysis-bert
2
- Análisis de sentimientos sobre reseñas (por ejemplo, de películas o productos), dado que combina NLP con despliegue de modelo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - stanfordnlp/imdb
4
+ - McAuley-Lab/Amazon-Reviews-2023
5
+ - fancyzhx/yelp_polarity
6
+ language:
7
+ - es
8
+ - en
9
+ metrics:
10
+ - accuracy
11
+ - f1
12
+ - precision
13
+ - recall
14
+ base_model: google-bert/bert-base-uncased
15
+ library_name: transformers
16
+ tags:
17
+ - NLP
18
+ - Bert
19
+ - sentiment-analysis
20
+ pipeline_tag: text-classification
21
+ license: mit
22
+ ---