Update README.md
Browse files
README.md
CHANGED
|
@@ -83,6 +83,13 @@ Texts are tokenized and padded to the same length (64 tokens).
|
|
| 83 |
|
| 84 |
The model was trained on 16 TPU-v4 chips for three days.
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
### BibTeX entry and citation info
|
| 87 |
|
| 88 |
```bibtex
|
|
|
|
| 83 |
|
| 84 |
The model was trained on 16 TPU-v4 chips for three days.
|
| 85 |
|
| 86 |
+
## Evaluation results
|
| 87 |
+
|
| 88 |
+
Evaluation of SigLIP compared to CLIP is shown below (taken from the paper).
|
| 89 |
+
|
| 90 |
+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/model_doc/siglip_table.jpeg"
|
| 91 |
+
alt="drawing" width="600"/>
|
| 92 |
+
|
| 93 |
### BibTeX entry and citation info
|
| 94 |
|
| 95 |
```bibtex
|