información de tarjet y fuente de la data.
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
@@ -29,10 +29,16 @@ More information needed
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
|
|
|
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
Se entrena un modelo que es capaz de clasificar si es un comentario postivo o negativo.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
Se entrenó el modelo usando comentarios de peliculas de la página $https://www.filmaffinity.com/es/main.html$
|
33 |
+
- Estos comentarios estan en la base de datos alojada en Kaggle,
|
34 |
+
url : https://www.kaggle.com/ricardomoya/criticas-peliculas-filmaffinity-en-espaniol/code
|
35 |
|
36 |
## Training procedure
|
37 |
|
38 |
+
La variable review_rate se usó para clasificar los comentarios positivos y negativos así:
|
39 |
+
Positivos: los rating con 8,9,10.
|
40 |
+
Negativos: Los rating con 3,2,1.
|
41 |
+
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|