macostaplata commited on
Commit
014e06d
·
verified ·
1 Parent(s): 72ec866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -22,18 +22,20 @@ It achieves the following results on the evaluation set:
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
 
22
 
23
  ## Model description
24
 
25
+ This model enables the classification of user movie reviews written in Spanish into 5 categories corresponding to the number of stars provided in the review (label_0 corresponds to 1 star and label_4 to 5 stars)
26
 
27
  ## Intended uses & limitations
28
 
29
+ Please, note that this model has been trained with a Spanish dataset and may therefore not be suitable for classifying texts written in other languages. Also, note that the achieved accuracy in the evaluation tests is around 43%.
30
 
31
  ## Training and evaluation data
32
 
33
+ The dataset employed was randomly divided for the following purposes: 80% training data - 20% test data.
34
 
35
  ## Training procedure
36
 
37
+ The model has been trained following a 3-epoch cycle.
38
+
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training: