Tom Aarsen commited on
Commit
3cf20e1
·
2 Parent(s): 4247ba3c265bb8

Merge branch 'main' of https://huggingface.co/tomaarsen/jina-clip-implementation-st

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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