Model reference · open weights

jina-embeddings-en

jina-embeddings-en is an open-weight embedding model from jinaai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Embeddings jinaai 1 variants 239k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What jina-embeddings-en is

Quick Start The easiest way to starting using jina-embeddings-v2-base-en is to use Jina AI's Embedding API. Intended Usage & Model Info jina-embeddings-v2-base-en is an English, monolingual embedding model supporting 8192 sequence length. It is based on a BERT architecture (JinaBERT) that supports the symmetric bidirectional variant of ALiBi to allow longer sequence length. The backbone jina-bert-v2-base-en is pretrained on the C4 dataset. The model is further trained on Jina AI's collection of more than 400 millions of sentence pairs and hard negatives. These pairs were obtained from various domains and were carefully selected through a thorough cleaning process. The embedding model was trained using 512 sequence length, but extrapolates to 8k sequence length (or even longer) thanks to ALiBi. This makes our model useful for a range of use cases, especially when processing long documents is needed, including long document retrieval, semantic textual similarity, text reranking, recommendation, RAG and LLM-based generative search, etc. With a standard size of 137 million parameters, the model enables fast inference while delivering better performance than our small model. It is recommended to use a single GPU for inference. Additionally, we provide the following embedding models: - jina-embeddings-v2-small-en: 33 million parameters. - jina-embeddings-v2-base-en: 137 million parameters (you are here). - jina-embeddings-v2-base-zh: Chinese-English Bilingual embeddings. - jina-embeddings-v2-base-de: German-English Bilingual embeddings. - jina-embeddings-v2-base-es: Spanish-English Bilingual embeddings. Data & Parameters Jina Embeddings V2 technical report Usage <details<summaryPlease apply mean pooling when integrating the model.</summary Why mean pooling? mean poooling takes all token embeddings from model output and averaging them at sentence/paragraph level. It has been proved to be the most effective way to produce high-quality sentence embeddings. We offer an encode function to deal with this. However, if you would like to do it without using the default encode function: You can use Jina Embedding models directly from transformers package. If you only want to ha

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerjinaai
TypeEmbedding models
Parameters (lead)137M
Context8k tokens
Variants1
Runs withsentence-transformers
Released2023-09-27
Popularity239k downloads / month
Likes736
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
jina-embeddings-v2-base-en137MBF16~0.3 GBWeights ↗

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
ClassificationMTEB AmazonCounterfactualClassification (en)accuracy74.731
ClassificationMTEB AmazonCounterfactualClassification (en)ap37.765
ClassificationMTEB AmazonCounterfactualClassification (en)f168.794
ClassificationMTEB AmazonPolarityClassificationaccuracy88.544
ClassificationMTEB AmazonPolarityClassificationap84.613
ClassificationMTEB AmazonPolarityClassificationf188.519
ClassificationMTEB AmazonReviewsClassification (en)accuracy45.264
ClassificationMTEB AmazonReviewsClassification (en)f143.779
RetrievalMTEB ArguAnamap_at_121.693
RetrievalMTEB ArguAnamap_at_1035.487
RetrievalMTEB ArguAnamap_at_10036.862
RetrievalMTEB ArguAnamap_at_100036.872
RetrievalMTEB ArguAnamap_at_330.05
RetrievalMTEB ArguAnamap_at_532.966
RetrievalMTEB ArguAnamrr_at_121.977
RetrievalMTEB ArguAnamrr_at_1035.566
RetrievalMTEB ArguAnamrr_at_10036.948
RetrievalMTEB ArguAnamrr_at_100036.958
RetrievalMTEB ArguAnamrr_at_330.121
RetrievalMTEB ArguAnamrr_at_533.051
RetrievalMTEB ArguAnandcg_at_121.693
RetrievalMTEB ArguAnandcg_at_1044.181
RetrievalMTEB ArguAnandcg_at_10049.982
RetrievalMTEB ArguAnandcg_at_100050.233

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys jina-embeddings-en for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (jina-embeddings-en below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"jina-embeddings-en","input":"text to embed"}'

Details

Languages, data & research

Languages

en

Trained / evaluated on

allenai/c4

Tags

sentence-transformers pytorch coreml onnx safetensors bert feature-extraction sentence-similarity mteb custom_code en dataset:allenai/c4 model-index text-embeddings-inference

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want jina-embeddings-en on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms