模型

bge-m3

BAAI/bge-m3

查看上游原文 ↗
上游访问:公开 本站服务:可咨询 内容检查:AI 辅助整理并检查 许可证:mit 上游版本:5617a9f61b02

中文简介

BAAI/bge-m3 是 BAAI 在 Hugging Face 发布的模型仓库,当前卡片主要关联语义相似度、向量表示与检索。本站固定记录上游版本 5617a9f61b02,同步到 30 个文件,文件元数据合计 12.76 GB;访问状态为“公开”,许可证字段为“mit”。

UPSTREAM README

上游模型卡 / 数据集卡

在 Hugging Face 查看原文 ↗

【README 卡片中文译介】

以下内容依据上游仓库 BAAI/bge-m3 的固定版本 README、卡片字段和文件元数据进行中文结构化整理。它保留便于选型的关键信息,完整技术细节、代码示例和许可文本请同时查看上游原文。

【资源概览】
BAAI/bge-m3 是 BAAI 在 Hugging Face 发布的模型仓库,当前卡片主要关联语义相似度、向量表示与检索。本站固定记录上游版本 5617a9f61b02,同步到 30 个文件,文件元数据合计 12.76 GB;访问状态为“公开”,许可证字段为“mit”。

【适用方向】
适合在真实样本上评估语义相似度、向量表示与检索能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。

【版本与规格】
固定版本:5617a9f61b02。 任务标签:语义相似度、向量表示与检索。 架构:XLMRobertaModel。 库标记:sentence-transformers。 模型类型字段:xlm-roberta。 上游页面记录的最近更新时间:2024-07-03。

【文件信息】
上游 API 返回 30 个文件,文件元数据合计 12.76 GB。 已保存文件清单中的主要扩展名:.json 12 个、.jpg 6 个、无扩展名 3 个、.model 2 个、.pt 2 个、.bin 1 个。 当前较大的文件包括:pytorch_model.bin(2.12 GB);onnx/model.onnx_data(2.11 GB);tokenizer.json(16.31 MB)。

【运行或处理环境】
仓库文件元数据合计 12.76 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。

【使用边界】
许可证显示为“mit”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。

已有简体中文译文 · Codex 基于固定版本 README 与上游元数据生成中文结构化译介 · 2026-07-26 00:51

For more details please refer to our github repo: https://github.com/FlagOpen/FlagEmbedding BGE-M3 (paper, code) In this project, we introduce BGE-M3, which is distinguished for its versatility in Multi-Functionality, Multi-Linguality, and Multi-Granularity. Multi-Functionality: It can simultaneously perform the three common retrieval functionalities of embedding model: dense retrieval, multi-vector retrieval, and sparse retrieval. Multi-Linguality: It can support more than 100 working languages. Multi-Granularity: It is able to process inputs of different granularities, spanning from short sentences to long documents of up to 8192 tokens. Some suggestions for retrieval pipeline in RAG** We recommend to use the following pipeline: hybrid retrieval + re-ranking. Hybrid retrieval leverages the strengths of various methods, offering higher accuracy and stronger generalization capabilities. A classic example: using both embedding retrieval and the BM25 algorithm. Now, you can try to use BGE-M3, which supports both embedding and sparse retrieval. This allows you to obtain token weights (similar to the BM25) without any additional cost when generate dense embeddings. To use hybrid retrieval, you can refer to Vespa and Milvus. As cross-encoder models, re-ranker demonstrates higher accuracy than bi-encoder embedding model. Utilizing the re-ranking model (e.g., bge-reranker, bge-reranker-v2) after retrieval can further filter the selected text. News: 2024/7/1: **We update the MIRACL evaluation results of BGE-M3**. To reproduce the new results, you can refer to: bge-m3_miracl_2cr. We have also updated our paper on arXiv. Details The previous test results were lower because we mistakenly removed the passages that have the same id as the query from the search results. After correcting this mistake, the overall performance of BGE-M3 on MIRACL is higher than the previous results, but the experimental conclusion remains unchanged. The other results are not affected by this mistake

公开页仅展示原文摘录;完整模型卡或数据集卡请前往上游仓库查看。

适用场景

适合在真实样本上评估语义相似度、向量表示与检索能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。

模型参数

固定版本:5617a9f61b02。 任务标签:语义相似度、向量表示与检索。 架构:XLMRobertaModel。 库标记:sentence-transformers。 模型类型字段:xlm-roberta。 上游页面记录的最近更新时间:2024-07-03。

文件说明

上游 API 返回 30 个文件,文件元数据合计 12.76 GB。 已保存文件清单中的主要扩展名:.json 12 个、.jpg 6 个、无扩展名 3 个、.model 2 个、.pt 2 个、.bin 1 个。 当前较大的文件包括:pytorch_model.bin(2.12 GB);onnx/model.onnx_data(2.11 GB);tokenizer.json(16.31 MB)。

上游文件元数据

  • .gitattributes1.59 KB
  • 1_Pooling/config.json191 B
  • colbert_linear.pt2.00 MB
  • config.json687 B
  • config_sentence_transformers.json123 B
  • imgs/.DS_Store6.00 KB
  • imgs/bm25.jpg128.76 KB
  • imgs/long.jpg474.05 KB
  • imgs/miracl.jpg562.97 KB
  • imgs/mkqa.jpg593.78 KB
  • imgs/nqa.jpg154.65 KB
  • imgs/others.webp20.49 KB

硬件建议

仓库文件元数据合计 12.76 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。

注意事项

许可证显示为“mit”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。

获取、校验与交付

咨询此资源时只需发送本页链接或资源准确全称。橙子AI科技会继续核对版本、文件与类型、README资料卡、许可证和访问条件,并在合法访问权限、许可证及平台规则允许的前提下,协助海内外下载、完整性校验及网盘或硬盘交付;本官网本身不托管或下载资源文件。

第三方资源声明

本页面为橙子AI科技基于固定版本上游卡片整理的中文信息与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。