Update README.md
This commit is contained in:
parent
75b9a09857
commit
80a6c9d881
|
@ -1,6 +1,6 @@
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This deep neural network classifies the emotions in English text data. The model was trained on diverse datasets and predicts 7 emotions:
|
With this model, you can classify emotions in English text data. The model was trained on diverse datasets and predicts 7 emotions:
|
||||||
|
|
||||||
1) anger
|
1) anger
|
||||||
2) disgust
|
2) disgust
|
||||||
|
@ -18,4 +18,8 @@ a) Run emotion model with 3 lines of code on single text example using Hugging F
|
||||||
|
|
||||||
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):
|
||||||
|
|
||||||
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
|
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
Please reach out to jochen.hartmann@uni-hamburg.de if you have any questions or feedback.
|
Loading…
Reference in New Issue