Model reference · open weights

bge-en-angle

Available as managed deployment Embeddings khoa-klaytn · community Embeddings 1 variants 1k dl/mo

bge-en-angle is an open-weight embedding model from khoa-klaytn. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bykhoa-klaytn
TypeEmbedding models
TaskEmbeddings
Parameters (lead)109M
Context512 tokens
Runs withsentence-transformers
Released2024-01-10
Popularity1k downloads / month
LicenceOpen weights

About

What bge-en-angle is

More details please refer to our Github: FlagEmbedding.

English | 中文

FlagEmbedding can map any text to a low-dimensional dense vector which can be used for tasks like retrieval, classification, clustering, or semantic search. And it also can be used in vector databases for LLMs.

************* 🌟Updates🌟 *************

  • 10/12/2023: Release LLM-Embedder, a unified embedding model to support diverse retrieval augmentation needs for LLMs. Paper :fire:

  • 09/15/2023: The technical report of BGE has been released

Read the full model card
  • 09/15/2023: The masive training data of BGE has been released

  • 09/12/2023: New models:

    • New reranker model: release cross-encoder models BAAI/bge-reranker-base and BAAI/bge-reranker-large, which are more powerful than embedding model. We recommend to use/fine-tune them to re-rank top-k documents returned by embedding models.
    • update embedding model: release bge-*-v1.5 embedding model to alleviate the issue of the similarity distribution, and enhance its retrieval ability without instruction.
  • 09/07/2023: Update fine-tune code: Add script to mine hard negatives and support adding instruction during fine-tuning.

  • 08/09/2023: BGE Models are integrated into Langchain, you can use it like this; C-MTEB leaderboard is available.

  • 08/05/2023: Release base-scale and small-scale models, best performance among the models of the same size 🤗

  • 08/02/2023: Release bge-large-*(short for BAAI General Embedding) Models, rank 1st on MTEB and C-MTEB benchmark! :tada: :tada:

  • 08/01/2023: We release the Chinese Massive Text Embedding Benchmark (C-MTEB), consisting of 31 test dataset.

  • Model List

    bge is short for BAAI general embedding.

    ModelLanguageDescriptionquery instruction for retrieval [1]
    BAAI/llm-embedderEnglishInference Fine-tunea unified embedding model to support diverse retrieval augmentation needs for LLMsSee README
    BAAI/bge-reranker-largeChinese and EnglishInference Fine-tunea cross-encoder model which is more accurate but less efficient [2]
    BAAI/bge-reranker-baseChinese and EnglishInference Fine-tunea cross-encoder model which is more accurate but less efficient [2]
    BAAI/bge-large-en-v1.5EnglishInference Fine-tuneversion 1.5 with more reasonable similarity distributionRepresent this sentence for searching relevant passages:
    BAAI/bge-base-en-v1.5EnglishInference Fine-tuneversion 1.5 with more reasonable similarity distributionRepresent this sentence for searching relevant passages:
    BAAI/bge-small-en-v1.5EnglishInference Fine-tuneversion 1.5 with more reasonable similarity distributionRepresent this sentence for searching relevant passages:
    BAAI/bge-large-zh-v1.5ChineseInference Fine-tuneversion 1.5 with more reasonable similarity distribution为这个句子生成表示以用于检索相关文章:
    BAAI/bge-base-zh-v1.5ChineseInference Fine-tuneversion 1.5 with more reasonable similarity distribution为这个句子生成表示以用于检索相关文章:
    BAAI/bge-small-zh-v1.5ChineseInference Fine-tuneversion 1.5 with more reasonable similarity distribution为这个句子生成表示以用于检索相关文章:
    BAAI/bge-large-enEnglishInference Fine-tune:trophy: rank 1st in MTEB leaderboardRepresent this sentence for searching relevant passages:
    BAAI/bge-base-enEnglishInference Fine-tunea base-scale model but with similar ability to bge-large-enRepresent this sentence for searching relevant passages:
    [BAAI/bge-small-en](https://huggingface.co

    From the published model card. Full card on the HuggingFace links in the sidebar.

    Benchmarks

    Reported results

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

    TaskDatasetMetricScore
    ClassificationMTEB AmazonCounterfactualClassification (en)accuracy76.149
    ClassificationMTEB AmazonCounterfactualClassification (en)ap39.323
    ClassificationMTEB AmazonCounterfactualClassification (en)f170.169
    ClassificationMTEB AmazonPolarityClassificationaccuracy93.387
    ClassificationMTEB AmazonPolarityClassificationap90.213
    ClassificationMTEB AmazonPolarityClassificationf193.377
    ClassificationMTEB AmazonReviewsClassification (en)accuracy48.846
    ClassificationMTEB AmazonReviewsClassification (en)f148.146
    RetrievalMTEB ArguAnamap_at_140.754
    RetrievalMTEB ArguAnamap_at_1055.761
    RetrievalMTEB ArguAnamap_at_10056.331
    RetrievalMTEB ArguAnamap_at_100056.334
    RetrievalMTEB ArguAnamap_at_351.920
    RetrievalMTEB ArguAnamap_at_554.011
    RetrievalMTEB ArguAnamrr_at_141.181
    RetrievalMTEB ArguAnamrr_at_1055.968
    RetrievalMTEB ArguAnamrr_at_10056.538
    RetrievalMTEB ArguAnamrr_at_100056.542
    RetrievalMTEB ArguAnamrr_at_351.980
    RetrievalMTEB ArguAnamrr_at_554.209
    RetrievalMTEB ArguAnandcg_at_140.754
    RetrievalMTEB ArguAnandcg_at_1063.605
    RetrievalMTEB ArguAnandcg_at_10066.052
    RetrievalMTEB ArguAnandcg_at_100066.120

    Using it via the API

    Call it like any OpenAI endpoint

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

    Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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