Update README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
This model predicts a star_rating for a movie based on a
|
28 |
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
The model uses the train split of the muchocine dataset, containing 3,872 reviews.
|
33 |
|
34 |
## Training procedure
|
35 |
|
36 |
-
The dataset was randomized and subsequently split into a training set (80%) and a testing set (20%).
|
37 |
|
38 |
### Training hyperparameters
|
39 |
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model predicts a 1-5 star_rating for a movie based on a short review in Spanish.
|
28 |
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
The model uses the train split of the 'muchocine' dataset, containing 3,872 reviews.
|
33 |
|
34 |
## Training procedure
|
35 |
|
36 |
+
The original dataset was randomized and subsequently split into a training set (80%) and a testing set (20%).
|
37 |
|
38 |
### Training hyperparameters
|
39 |
|