Commit
·
c1f87b8
1
Parent(s):
cfeeb7b
Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
|
| 2 |
+
|
| 3 |
+
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb)
|
| 4 |
+
|
| 5 |
+
Run emotion model on multiple examples and full datasets (e.g., .csv files):
|
| 6 |
+
|
| 7 |
+
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
|