vincentclaes
commited on
Commit
·
ab41dce
1
Parent(s):
b336711
Update README.md
Browse files
README.md
CHANGED
@@ -6,3 +6,21 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
- pretrained model: https://huggingface.co/openai/clip-vit-base-patch32
|
8 |
- dataset: https://huggingface.co/datasets/vincentclaes/emoji-predictor
|
9 |
+
|
10 |
+
Precision for predictions and suggestions for a range of sample:
|
11 |
+
|
12 |
+
```
|
13 |
+
| Samples | Prediction | Suggestion |
|
14 |
+
|--------- |------------ |------------ |
|
15 |
+
| 0 | 0.13 | 0.33 |
|
16 |
+
| 1 | 0.11 | 0.30 |
|
17 |
+
| 5 | 0.14 | 0.38 |
|
18 |
+
| 10 | 0.20 | 0.45 |
|
19 |
+
| 15 | 0.22 | 0.51 |
|
20 |
+
| 20 | 0.19 | 0.49 |
|
21 |
+
| 25 | 0.24 | 0.54 |
|
22 |
+
| 50 | 0.23 | 0.53 |
|
23 |
+
| 100 | 0.25 | 0.57 |
|
24 |
+
| 250 | 0.29 | 0.62 |
|
25 |
+
| 500 | 0.29 | 0.63 |
|
26 |
+
```
|