-
Notifications
You must be signed in to change notification settings - Fork 31.2k
Open
Labels
Description
Model description
Jina AI has just released an open source embedding model that can handle 8k sequence on huggingface:
- https://huggingface.co/jinaai/jina-embeddings-v2-base-en
- https://huggingface.co/jinaai/jina-embeddings-v2-small-en
These models however, currently require the trust_remote_code flag as they reference a custom model implementation specified at https://huggingface.co/jinaai/jina-embedding-v2/tree/main. It should be relatively simple to upstream the model implementation as it is already implemented to work when trust_remote_code is passed.
Open source status
- The model implementation is available
- The model weights are available
Provide useful links for the implementation
zacheusz