j-hartmann commited on
Commit
053c155
•
1 Parent(s): 0a8baea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,7 +14,7 @@ widget:
14
 
15
  ---
16
 
17
- ## Description
18
 
19
  With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets (see Appendix) and predicts Ekman's 6 basic emotions, plus a neutral class:
20
 
@@ -28,7 +28,7 @@ With this model, you can classify emotions in English text data. The model was t
28
 
29
  The model is a fine-tuned checkpoint of DistilRoBERTa-base.
30
 
31
- ## Application
32
 
33
  a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab:
34
 
@@ -38,13 +38,13 @@ b) Run emotion model on multiple examples and full datasets (e.g., .csv files) o
38
 
39
  [![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)
40
 
41
- ## Contact
42
 
43
  Please reach out to jochen.hartmann@uni-hamburg.de if you have any questions or feedback.
44
 
45
  Thanks to Samuel Domdey and chrsiebert for their support in making this model available.
46
 
47
- ## Appendix
48
 
49
  Please find an overview of the datasets used for training below. All datasets contain English text. The table summarizes which emotions are available in each of the datasets.
50
 
 
14
 
15
  ---
16
 
17
+ ## Description ℹ
18
 
19
  With this model, you can classify emotions in English text data. The model was trained on 6 diverse datasets (see Appendix) and predicts Ekman's 6 basic emotions, plus a neutral class:
20
 
 
28
 
29
  The model is a fine-tuned checkpoint of DistilRoBERTa-base.
30
 
31
+ ## Application 🚀
32
 
33
  a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab:
34
 
 
38
 
39
  [![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)
40
 
41
+ ## Contact 💻
42
 
43
  Please reach out to jochen.hartmann@uni-hamburg.de if you have any questions or feedback.
44
 
45
  Thanks to Samuel Domdey and chrsiebert for their support in making this model available.
46
 
47
+ ## Appendix 📚
48
 
49
  Please find an overview of the datasets used for training below. All datasets contain English text. The table summarizes which emotions are available in each of the datasets.
50