vincentclaes commited on
Commit
7d76ff8
1 Parent(s): 0f47f09

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Emoji Predictor
2
+
3
+ This model is CLIP, fine tuned on a few samples.
4
+
5
+ Try it here: https://huggingface.co/spaces/vincentclaes/emoji-predictor
6
+
7
+ - pretrained model: https://huggingface.co/openai/clip-vit-base-patch32
8
+ - dataset: https://huggingface.co/datasets/vincentclaes/emoji-predictor
9
+ - code: https://github.com/vincentclaes/emoji-predictor