From f7dc7cd81ab696ece482133c3138908dcc756e36 Mon Sep 17 00:00:00 2001 From: Hartmann Date: Wed, 16 Jun 2021 09:48:55 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 584231c..e84c4e0 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ The model is a fine-tuned checkpoint of DistilRoBERTa-base. ## Application -a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command: +a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb) -b) Run emotion model on multiple examples and full datasets (e.g., .csv files): +b) Run emotion model on multiple examples and full datasets (e.g., .csv files) on Google Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)