jina-embeddings-v3
5.2M
1.1K
8K
GPT-3 class
93 languages
FP16
—
by
jinaai
Embedding Model
PYTORCH
High
5.2M downloads
Battle-tested
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
jina-embeddings-v3: Multilingual Embeddings With Task LoRA `jina-embeddings-v3` is a multilingual multi-task text embedding model designed for a variety of NLP applications.
Code Examples
bash
!pip install transformers torch einops
!pip install 'numpy<2'bash
!pip install flash-attn --no-build-isolationbash
!pip install -U sentence-transformerspython
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("jinaai/jina-embeddings-v3", trust_remote_code=True)
task = "retrieval.query"
embeddings = model.encode(
["What is the weather like in Berlin today?"],
task=task,
prompt_name=task,
)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.