|
||
---|---|---|
.gitattributes | ||
README.md | ||
config.json | ||
merges.txt | ||
pytorch_model.bin | ||
special_tokens_map.json | ||
tokenizer.json | ||
tokenizer_config.json | ||
training_args.bin | ||
vocab.json |
README.md
Description
With this model, you can classify emotions in English text data. The model was trained on diverse datasets and predicts 7 emotions:
- anger
- disgust
- fear
- joy
- neutral
- sadness
- surprise
Application
a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
b) Run emotion model on multiple examples and full datasets (e.g., .csv files):
Contact
Please reach out to jochen.hartmann@uni-hamburg.de if you have any questions or feedback.