Commit ·
0af1841
1
Parent(s): 90d2196
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Emoji Predictor
|
| 2 |
+
|
| 3 |
+
Dataset consists of raw tweets as text and an emoji as the label.
|
| 4 |
+
original dataset: https://huggingface.co/datasets/AlekseyDorkin/extended_tweet_emojis
|
| 5 |
+
|
| 6 |
+
- Fine-tuned model: https://huggingface.co/vincentclaes/emoji-predictor
|
| 7 |
+
- Try the model here: https://huggingface.co/spaces/vincentclaes/emoji-predictor
|