edumunozsala commited on
Commit
09ed312
1 Parent(s): 4c12604

Update README.md

Browse files

Add an updated version of the README file

Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -36,19 +36,19 @@ widget:
36
  - text: "Se trata de una película interesante, con un solido argumento y un gran interpretación de su actor principal"
37
  ---
38
 
39
- ## Model `bertin_base_sentiment_analysis_es`
40
 
41
- ### **A finetuned model for Sentiment analysis in Spanish**
42
 
43
  This model was trained using Amazon SageMaker and the new Hugging Face Deep Learning container,
44
  The base model is **Bertin base** which is a RoBERTa-base model pre-trained on the Spanish portion of mC4 using Flax.
45
  It was trained by the Bertin Project.[Link to base model](https://huggingface.co/bertin-project/bertin-roberta-base-spanish)
46
 
47
  Article: BERTIN: Efficient Pre-Training of a Spanish Language Model using Perplexity Sampling
48
- Author = Javier De la Rosa y Eduardo G. Ponferrada y Manu Romero y Paulo Villegas y Pablo González de Prado Salas y María Grandury,
49
- journal = Procesamiento del Lenguaje Natural,
50
- volume = 68, number = 0, year = 2022
51
- url = {http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6403},
52
 
53
  ## Dataset
54
  The dataset is a collection of movie reviews in Spanish, about 50,000 reviews. The dataset is balanced and provides every review in english, in spanish and the label in both languages.
@@ -75,10 +75,14 @@ This model is intented for Sentiment Analysis for spanish corpus and finetuned s
75
  }
76
 
77
  ## Evaluation results
78
- Accuracy = 0.8989333333333334
79
- F1 Score = 0.8989063750333421
80
- Precision = 0.877147319104633
81
- Recall = 0.9217724288840262
 
 
 
 
82
 
83
  ## Test results
84
 
 
36
  - text: "Se trata de una película interesante, con un solido argumento y un gran interpretación de su actor principal"
37
  ---
38
 
39
+ # Model bertin_base_sentiment_analysis_es
40
 
41
+ ## **A finetuned model for Sentiment analysis in Spanish**
42
 
43
  This model was trained using Amazon SageMaker and the new Hugging Face Deep Learning container,
44
  The base model is **Bertin base** which is a RoBERTa-base model pre-trained on the Spanish portion of mC4 using Flax.
45
  It was trained by the Bertin Project.[Link to base model](https://huggingface.co/bertin-project/bertin-roberta-base-spanish)
46
 
47
  Article: BERTIN: Efficient Pre-Training of a Spanish Language Model using Perplexity Sampling
48
+ - Author = Javier De la Rosa y Eduardo G. Ponferrada y Manu Romero y Paulo Villegas y Pablo González de Prado Salas y María Grandury,
49
+ - journal = Procesamiento del Lenguaje Natural,
50
+ - volume = 68, number = 0, year = 2022
51
+ - url = http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6403
52
 
53
  ## Dataset
54
  The dataset is a collection of movie reviews in Spanish, about 50,000 reviews. The dataset is balanced and provides every review in english, in spanish and the label in both languages.
 
75
  }
76
 
77
  ## Evaluation results
78
+
79
+ - Accuracy = 0.8989333333333334
80
+
81
+ - F1 Score = 0.8989063750333421
82
+
83
+ - Precision = 0.877147319104633
84
+
85
+ - Recall = 0.9217724288840262
86
 
87
  ## Test results
88