Model reference · open weights
bce-embedding is an open-weight embedding model from maidalun1020. 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 by | maidalun1020 |
|---|---|
| Type | Embedding models |
| Task | Embeddings |
| Context | 514 tokens |
| Runs with | sentence-transformers |
| Released | 2023-12-29 |
| Popularity | 2k downloads / month |
| Licence | Open weights |
About
最新、最详细的bce-embedding-base_v1相关信息,请移步(The latest "Updates" should be checked in):
EmbeddingModel不需要“精心设计”instruction,尽可能召回有用片段。 (No need for "instruction")recall"; 2. Rerank passages with bce-reranker-base_v1 and get top 5-10 for "precision" finally. )BCEmbedding技术博客( Technical Blog ): 为RAG而生-BCEmbedding技术报告transformers, sentence-transformers)langchain, llama_index)Bilingual and Crosslingual Embedding (BCEmbedding), developed by NetEase Youdao, encompasses EmbeddingModel and RerankerModel. The EmbeddingModel specializes in generating semantic vectors, playing a crucial role in semantic search and question-answering, and the RerankerModel excels at refining search results and ranking tasks.
BCEmbedding serves as the cornerstone of Youdao's Retrieval Augmented Generation (RAG) implmentation, notably QAnything [github], an open-source implementation widely integrated in various Youdao products like Youdao Speed Reading and Youdao Translation.
Distinguished for its bilingual and crosslingual proficiency, BCEmbedding excels in bridging Chinese and English linguistic gaps, which achieves
A high performence on Semantic Representation Evaluations in MTEB;
A new benchmark in the realm of RAG Evaluations in LlamaIndex.
BCEmbedding是由网易有道开发的双语和跨语种语义表征算法模型库,其中包含EmbeddingModel和RerankerModel两类基础模型。EmbeddingModel专门用于生成语义向量,在语义搜索和问答中起着关键作用,而RerankerModel擅长优化语义搜索结果和语义相关顺序精排。
BCEmbedding作为有道的检索增强生成式应用(RAG)的基石,特别是在QAnything [github]中发挥着重要作用。QAnything作为一个网易有道开源项目,在有道许多产品中有很好的应用实践,比如有道速读和有道翻译
BCEmbedding以其出色的双语和跨语种能力而著称,在语义检索中消除中英语言之间的差异,从而实现:
Existing embedding models often encounter performance challenges in bilingual and crosslingual scenarios, particularly in Chinese, English and their crosslingual tasks. BCEmbedding, leveraging the strength of Youdao's translation engine, excels in delivering superior performance across monolingual, bilingual, and crosslingual settings.
EmbeddingModel supports Chinese (ch) and English (en) (more languages support will come soon), while RerankerModel supports Chinese (ch), English (en), Japanese (ja) and Korean (ko).
现有的单个语义表征模型在双语和跨语种场景中常常表现不佳,特别是在中文、英文及其跨语种任务中。BCEmbedding充分利用有道翻译引擎的优势,实现只需一个模型就可以在单语、双语和跨语种场景中表现出卓越的性能。
EmbeddingModel支持中文和英文(之后会支持更多语种);RerankerModel支持中文,英文,日文和韩文。
Bilingual and Crosslingual Proficiency: Powered by Youdao's translation engine, excelling in Chinese, English and their crosslingual retrieval task, with upcoming support for additional languages.
RAG-Optimized: Tailored for diverse RAG tasks including translation, summarization, and question answering, ensuring accurate query understanding. See RAG Evaluations in LlamaIndex.
Efficient and Precise Retrieval: Dual-encoder for efficient retrieval of EmbeddingModel in first stage, and cross-encoder of RerankerModel for enhanced precision and deeper semantic analysis in second stage.
Broad Domain Adaptability: Trained on diverse datasets for superior performance across various fields.
User-Friendly Design: Instruction-free, versatile use for multiple tasks without specifying query instruction for each task.
Meaningful Reranking Scores: RerankerModel provides relevant scores to improve result quality and optimize large language model performance.
Proven in Production: Successfully implemented and validated in Youdao's products.
双语和跨语种能力:基于有道翻译引擎的强大能力,我们的BCEmbedding具备强大的中英双语和跨语种语义表征能力。
RAG适配:面向RAG做了针对性优化,可以适配大多数相关任务,比如翻译,摘要,问答等。此外,针对问题理解(query understanding)也做了针对优化,详见 基于LlamaIndex的RAG评测指标。
高效且精确的语义检索:EmbeddingModel采用双编码器,可以在
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys bce-embedding for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (bce-embedding 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":"bce-embedding","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.