Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
[](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):
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)