Spaces:
Build error
Build error
Vincent Claes commited on
Commit ·
1ae0f82
1
Parent(s): 804947e
update documentation
Browse files
app.py
CHANGED
|
@@ -66,6 +66,8 @@ article = """
|
|
| 66 |
\n
|
| 67 |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| 68 |
\n
|
|
|
|
|
|
|
| 69 |
# Context
|
| 70 |
I fine tuned Open Ai's CLIP model on both text (tweets) and images of emoji's!\n
|
| 71 |
The current model you can play with is fine-tuned on 15 samples per emoji.
|
|
@@ -74,7 +76,7 @@ The current model you can play with is fine-tuned on 15 samples per emoji.
|
|
| 74 |
- dataset: https://huggingface.co/datasets/vincentclaes/emoji-predictor \n
|
| 75 |
- profile: https://huggingface.co/vincentclaes \n
|
| 76 |
|
| 77 |
-
#
|
| 78 |
|
| 79 |
Below you can find a table with the precision for predictions and suggestions
|
| 80 |
for a range of samples per emoji we fine-tuned CLIP on.
|
|
|
|
| 66 |
\n
|
| 67 |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| 68 |
\n
|
| 69 |
+
#### Let's connect on Linkedin: https://www.linkedin.com/in/vincent-claes-0b346337/
|
| 70 |
+
\n
|
| 71 |
# Context
|
| 72 |
I fine tuned Open Ai's CLIP model on both text (tweets) and images of emoji's!\n
|
| 73 |
The current model you can play with is fine-tuned on 15 samples per emoji.
|
|
|
|
| 76 |
- dataset: https://huggingface.co/datasets/vincentclaes/emoji-predictor \n
|
| 77 |
- profile: https://huggingface.co/vincentclaes \n
|
| 78 |
|
| 79 |
+
# Precision
|
| 80 |
|
| 81 |
Below you can find a table with the precision for predictions and suggestions
|
| 82 |
for a range of samples per emoji we fine-tuned CLIP on.
|