Merge branch 'main' of https://huggingface.co/tomaarsen/jina-clip-implementation-st
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
# Jina CLIP
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
The Jina CLIP implementation is hosted in this repository. The model uses:
|
| 4 |
* the EVA 02 architecture for the vision tower
|
| 5 |
* the Jina BERT with Flash Attention model as a text tower
|
|
|
|
| 1 |
# Jina CLIP
|
| 2 |
|
| 3 |
+
> [!WARNING]
|
| 4 |
+
> This is a testing repository to experiment with new functionality. Refer to [jinaai/jina-clip-implementation](https://huggingface.co/jinaai/jina-clip-implementation) for the original model.
|
| 5 |
+
|
| 6 |
The Jina CLIP implementation is hosted in this repository. The model uses:
|
| 7 |
* the EVA 02 architecture for the vision tower
|
| 8 |
* the Jina BERT with Flash Attention model as a text tower
|