emotion-english-distilrober.../README.md

7 lines
593 B
Markdown

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)