Model reference · open weights

gte-en

gte-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 351k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What gte-en is

gte-base-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: Use with infinity: Infinity is a MIT licensed server for OpenAI-compatible deployment. 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-2048: lr 5e-4, mlmprobability 0.3, batchsize 4096, numsteps 70000, ropebase 10000 - MLM-8192: lr 5e-5, mlmprobability 0.3, batchsize 1024, numsteps 20000, ropebase 500000 - CPT: maxlen 512, lr 2e-4, batchsize 32768, 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 (eq

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)137M
Context8k tokens
Variants1
Runs withtransformers
Released2024-04-20
Popularity351k downloads / month
Likes71
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-base-en-v1.5137MBF16~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.791
ClassificationMTEB AmazonCounterfactualClassification (en)ap37.054
ClassificationMTEB AmazonCounterfactualClassification (en)f168.511
ClassificationMTEB AmazonPolarityClassificationaccuracy93.017
ClassificationMTEB AmazonPolarityClassificationap89.178
ClassificationMTEB AmazonPolarityClassificationf192.997
ClassificationMTEB AmazonReviewsClassification (en)accuracy53.312
ClassificationMTEB AmazonReviewsClassification (en)f152.982
RetrievalMTEB ArguAnamap_at_138.193
RetrievalMTEB ArguAnamap_at_1054.848
RetrievalMTEB ArguAnamap_at_10055.388
RetrievalMTEB ArguAnamap_at_100055.389
RetrievalMTEB ArguAnamap_at_350.427
RetrievalMTEB ArguAnamap_at_553.105
RetrievalMTEB ArguAnamrr_at_139.047
RetrievalMTEB ArguAnamrr_at_1055.153
RetrievalMTEB ArguAnamrr_at_10055.686
RetrievalMTEB ArguAnamrr_at_100055.688
RetrievalMTEB ArguAnamrr_at_350.676
RetrievalMTEB ArguAnamrr_at_553.417
RetrievalMTEB ArguAnandcg_at_138.193
RetrievalMTEB ArguAnandcg_at_1063.486
RetrievalMTEB ArguAnandcg_at_10065.58
RetrievalMTEB ArguAnandcg_at_100065.61

Using it via the API

Call it like any OpenAI endpoint

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

Details

Languages, data & research

Languages

en

Tags

transformers onnx safetensors new feature-extraction sentence-transformers gte mteb transformers.js sentence-similarity custom_code en 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 gte-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