File size: 1,024 Bytes
94189dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
--- language: es tags: - sagemaker - roberta - ruperta - TextClassification license: apache-2.0 datasets: - IMDbreviews_es model-index: - name: {model_name} results: - task: name: Sentiment Analysis type: sentiment-analysis dataset: name: "IMDb Reviews in Spanish" type: IMDbreviews_es metrics: - name: Accuracy type: accuracy value: 0.881866 - name: F1 Score type: f1 value: 0.008272 - name: Precision type: precision value: 0.858605 - name: Recall type: recall value: 0.920062 ## `{model_name}` This model was trained using Amazon SageMaker and the new Hugging Face Deep Learning container. The base model is RuPERTa-base (uncased) which is a RoBERTa model trained on a uncased version of big Spanish corpus. It was trained by mrm8488, Manuel Romero. ## Hyperparameters {hyperparameters} ## Usage ## Results {eval_results} |