Model reference · open weights

gte-large-en

gte-large-en is an open-weight embedding model from Alibaba-NLP, 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 Alibaba-NLP 1 variants 922k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What gte-large-en is

gte-large-en-v1.5 We introduce gte-v1.5 series, upgraded gte embeddings that support the context length of up to 8192, while further enhancing model performance. The models are built upon the transformer++ encoder backbone (BERT + RoPE + GLU). The gte-v1.5 series achieve state-of-the-art scores on the MTEB benchmark within the same model size category and prodvide competitive on the LoCo long-context retrieval tests (refer to Evaluation). We also present the gte-Qwen1.5-7B-instruct, a SOTA instruction-tuned multi-lingual embedding model that ranked 2nd in MTEB and 1st in C-MTEB. - Developed by: Institute for Intelligent Computing, Alibaba Group - Model type: Text Embeddings - Paper: [mGTE: Generalized Long-Context Text Representation and Reranking Models for Multilingual Text Retrieval](https://arxiv.org/pdf/2407.19669) Model list How to Get Started with the Model Use the code below to get started with the model. It is recommended to install xformers and enable unpadding for acceleration, refer to enable-unpadding-and-xformers. Use with sentence-transformers: Use with transformers.js: Training Details Training Data - Masked language modeling (MLM): c4-en - Weak-supervised contrastive pre-training (CPT): GTE pre-training data - Supervised contrastive fine-tuning: GTE fine-tuning data Training Procedure To enable the backbone model to support a context length of 8192, we adopted a multi-stage training strategy. The model first undergoes preliminary MLM pre-training on shorter lengths. And then, we resample the data, reducing the proportion of short texts, and continue the MLM pre-training. The entire training process is as follows: - MLM-512: lr 2e-4, mlmprobability 0.3, batchsize 4096, numsteps 300000, ropebase 10000 - MLM-2048: lr 5e-5, mlmprobability 0.3, batchsize 4096, numsteps 30000, ropebase 10000 - MLM-8192: lr 5e-5, mlmprobability 0.3, batchsize 1024, numsteps 30000, ropebase 160000 - CPT: maxlen 512, lr 5e-5, batchsize 28672, numsteps 100000 - Fine-tuning: TODO Evaluation MTEB The results of other models are retrieved from MTEB leaderboard. The gte evaluation setting: mteb==1.2.0, fp16 auto mix precision, maxlength=8192, and set ntk scaling factor to 2 (

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

Specifications

What it is

MakerAlibaba-NLP
TypeEmbedding models
Parameters (lead)434M
Context8k tokens
Variants1
Runs withtransformers
Released2024-04-20
Popularity922k downloads / month
Likes239
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
gte-large-en-v1.5434MBF16~1 GBWeights ↗

Benchmarks

Reported results

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

TaskDatasetMetricScore
ClassificationMTEB AmazonCounterfactualClassification (en)accuracy73.015
ClassificationMTEB AmazonCounterfactualClassification (en)ap35.053
ClassificationMTEB AmazonCounterfactualClassification (en)f166.713
ClassificationMTEB AmazonPolarityClassificationaccuracy93.972
ClassificationMTEB AmazonPolarityClassificationap90.595
ClassificationMTEB AmazonPolarityClassificationf193.958
ClassificationMTEB AmazonReviewsClassification (en)accuracy54.196
ClassificationMTEB AmazonReviewsClassification (en)f153.801
RetrievalMTEB ArguAnamap_at_147.297
RetrievalMTEB ArguAnamap_at_1064.303
RetrievalMTEB ArguAnamap_at_10064.541
RetrievalMTEB ArguAnamap_at_100064.541
RetrievalMTEB ArguAnamap_at_360.728
RetrievalMTEB ArguAnamap_at_563.114
RetrievalMTEB ArguAnamrr_at_148.435
RetrievalMTEB ArguAnamrr_at_1064.657
RetrievalMTEB ArguAnamrr_at_10064.901
RetrievalMTEB ArguAnamrr_at_100064.901
RetrievalMTEB ArguAnamrr_at_361.06
RetrievalMTEB ArguAnamrr_at_563.514
RetrievalMTEB ArguAnandcg_at_147.297
RetrievalMTEB ArguAnandcg_at_1072.107
RetrievalMTEB ArguAnandcg_at_10072.963
RetrievalMTEB ArguAnandcg_at_100072.963

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys gte-large-en for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (gte-large-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":"gte-large-en","input":"text to embed"}'

Details

Languages, data & research

Languages

en

Trained / evaluated on

allenai/c4

Tags

transformers onnx safetensors new feature-extraction sentence-transformers gte mteb transformers.js sentence-similarity custom_code en dataset:allenai/c4 model-index

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 gte-large-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