From 17ae0363db481b75b2507d0cb5f041ee0726b71e Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Wed, 6 May 2020 16:38:29 +0200 Subject: [PATCH] Fix markdown to show the results table properly (#4119) --- .../mrm8488/distilroberta-base-finetuned-sentiment/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_cards/mrm8488/distilroberta-base-finetuned-sentiment/README.md b/model_cards/mrm8488/distilroberta-base-finetuned-sentiment/README.md index f1ad6844ad..8e0df76935 100644 --- a/model_cards/mrm8488/distilroberta-base-finetuned-sentiment/README.md +++ b/model_cards/mrm8488/distilroberta-base-finetuned-sentiment/README.md @@ -1,6 +1,6 @@ # DistilRoBERTa + Sentiment Analysis 😂😢😡😃😯 -This in an adaption version of [@omarsar0](https://twitter.com/omarsar0) [tutorial](https://t.co/WMnATW0Hwf?amp=1) +This in an adapted version of [@omarsar0](https://twitter.com/omarsar0) [tutorial](https://t.co/WMnATW0Hwf?amp=1) He explains everything so detailed and provided the dataset. I just changed some parameters and created the ```config.json```file to upload it to [🤗Transformers HUB](https://huggingface.co/) @@ -28,7 +28,7 @@ The base model used is [DistilRoBERTa](https://huggingface.co/distilroberta-base ## Results after training 🏋️‍♀️🧾 -emotion |precision |recall| f1-score| support| +|emotion |precision |recall| f1-score| support| |-------|-------------|------|----------|----------| |sadness| 0.973868 |0.949066 |0.961307| 589| |joy |0.970313 |0.901306 |0.934537| 689|