Update README.md

This commit is contained in:
Hartmann 2021-06-16 09:29:04 +00:00 committed by huggingface-web
parent cfeeb7bac8
commit c1f87b8b1a
1 changed files with 7 additions and 1 deletions

View File

@ -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)
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)