EstherT commited on
Commit
b887863
1 Parent(s): 6c702f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -7,32 +7,34 @@ metrics:
7
  model-index:
8
  - name: clasificador-muchocine
9
  results: []
 
 
 
 
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
15
  # clasificador-muchocine
16
 
17
- This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 1.3389
20
  - Accuracy: 0.4671
21
 
22
  ## Model description
23
 
24
- More information needed
25
-
26
- ## Intended uses & limitations
27
 
28
- More information needed
29
 
30
  ## Training and evaluation data
31
 
32
- More information needed
33
 
34
  ## Training procedure
35
 
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
@@ -58,4 +60,4 @@ The following hyperparameters were used during training:
58
  - Transformers 4.26.0
59
  - Pytorch 1.13.1+cu116
60
  - Datasets 2.9.0
61
- - Tokenizers 0.13.2
 
7
  model-index:
8
  - name: clasificador-muchocine
9
  results: []
10
+ datasets:
11
+ - muchocine
12
+ language:
13
+ - es
14
  ---
15
 
16
+
 
17
 
18
  # clasificador-muchocine
19
 
20
+ This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on the 'muchocine' dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.3389
23
  - Accuracy: 0.4671
24
 
25
  ## Model description
26
 
27
+ This model predicts a star_rating for a movie based on a summarized 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 dataset was randomized and subsequently split into a training set (80%) and a testing set (20%)
37
+
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
 
60
  - Transformers 4.26.0
61
  - Pytorch 1.13.1+cu116
62
  - Datasets 2.9.0
63
+ - Tokenizers 0.13.2