BAAI/BGE-VL-v1.5-zs 已完整同步
MegaPairs: Massive Data Synthesis For Universal Multimodal Retrieval
</a>
<a href="https://github.com/VectorSpaceLab/MegaPairs">
</a>
<a href="https://huggingface.co/datasets/JUNJIE99/MegaPairs">
</a>
<a href="https://huggingface.co/BAAI/BGE-VL-large">
</a>
<a href="https://huggingface.co/BAAI/BGE-VL-MLLM-S1">
</a>
<a href="https://huggingface.co/BAAI/BGE-VL-MLLM-S2">
</a>
News
2025-4-13 🎉🎉 We have uploaded our MegaPairs dataset to 🤗Hugging Face, which contains over 26 million multimodal retrieval instruction-tuning triplets. To reduce upload time and enhance data accessibility, we resized all images to a resolution of 512 × 512 instead of using their original size. This adjustment has minimal impact on performance, considering that most vision-language models (e.g., CLIP) use even smaller input image sizes. Dataset Card
2025-4-2 🌟🌟 BGE-VL models are also available on WiseModel.
2025-3-6 📰📰 Thank you to SyncedTech (机器之心), QbitAI (量子位), and AI Era (新智元) for reporting on our work!
2025-3-4 🚀🚀 We have released the BGE-VL-MLLM models on Huggingface: BGE-VL-MLLM-S1 and BGE-VL-MLLM-S2. BGE-VL-MLLM-S1 is trained exclusively on our MegaPairs dataset, achieving outstanding performance in composed image retrieval, with an 8.1% improvement on the CIRCO benchmark (mAP@5) over the previous state-of-the-art. BGE-VL-MLLM-S2 builds on BGE-VL-MLLM-S1 with an additional epoch of fine-tuning on the MMEB benchmark training set, delivering enhanced performance across a broader range of multimodal embedding tasks.
2024-12-27 🚀🚀 BGE-VL-CLIP models are released on Huggingface: BGE-VL-base and BGE-VL-large.
2024-12-19 🎉🎉 Release our paper: MegaPairs: Massive Data Synthesis For Universal Multimodal Retrieval.
Release Plan
- Paper
- BGE-VL-base and BGE-VL-large models
- BGE-VL-MLLM model
- MegaPairs Dataset
- Evaluation code examples
- Fine-tuning code
Introduction
In this work, we introduce MegaPairs, a novel data synthesis method that leverages open-domain images to create heterogeneous KNN triplets for universal multimodal retrieval. Our MegaPairs dataset contains over 26 million triplets, and we have trained a series of multimodal retrieval models, BGE-VL, including BGE-VL-CLIP (base and large) and BGE-VL-MLLM.
BGE-VL achieve state-of-the-a
29 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c --overwrite
仅包含匹配路径
wehub datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_4023_6be4c3227c --revision a7ca46102a1a8be517e85cc1f03d1df39498e56c --output ./ds_ext_4023_6be4c3227c --jobs 8
完整帮助:wehub datasets download --help