From c1f87b8b1a15a2d930e129ab35f6e0ff6a651643 Mon Sep 17 00:00:00 2001 From: Hartmann Date: Wed, 16 Jun 2021 09:29:04 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8476e1f..4ebfdc8 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -[![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) \ No newline at end of file +Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command: + +[![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) + +Run emotion model on multiple examples and full datasets (e.g., .csv files): + +[![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) \ No newline at end of file