Update README.md

This commit is contained in:
Hartmann 2021-06-16 09:48:55 +00:00 committed by huggingface-web
parent 93618c7327
commit f7dc7cd81a
1 changed files with 2 additions and 2 deletions

View File

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