example-documents
收藏资源简介:
该数据集是 Sentence Transformers 库用于检索示例的小型多模态文档集合,包含图像、音频和视频三种模态共13个文件。具体包括:4张文档页面图像(doc1.jpg至doc4.jpg)、2张其他图像(llama4_hgf.png、qwen2.5omni_hgf.png)、5段音频(其中2段音乐:jay_chou_superman_cant_fly.mp3、joe_hisaishi_summer.mp3;3段语音对话:conversation1.mp3、conversation2.mp3、conversation3.mp3),以及2段视频(mapo_tofu.mp4、zhajiang_noodle.mp4)。这些文件可通过 Hugging Face 数据集解析后的 URL 直接引用,适用于测试 Sentence Transformers 的多向量编码器(MultiVectorEncoder)或单向量模型(SentenceTransformer)的多模态文档检索功能。数据集中的文档页面图像来自 vidore/colpali_train_set,部分图像、音乐和视频来源于 Tevatron/OmniEmbed-v0.1,语音片段来自 eustlb/dailytalk-conversations-grouped。
This dataset is a small multimodal document collection used by the Sentence Transformers library for retrieval examples, containing 13 files across three modalities: images, audio, and video. Specifically, it includes: 4 document page images (doc1.jpg to doc4.jpg), 2 other images (llama4_hgf.png, qwen2.5omni_hgf.png), 5 audio clips (2 music tracks: jay_chou_superman_cant_fly.mp3, joe_hisaishi_summer.mp3; 3 speech conversations: conversation1.mp3, conversation2.mp3, conversation3.mp3), and 2 videos (mapo_tofu.mp4, zhajiang_noodle.mp4). These files can be directly referenced via the parsed URLs of the Hugging Face dataset, suitable for testing the multimodal document retrieval functionality of Sentence Transformers MultiVectorEncoder or single-vector model (SentenceTransformer). The document page images in the dataset come from vidore/colpali_train_set, some images, music, and videos come from Tevatron/OmniEmbed-v0.1, and the speech clips come from eustlb/dailytalk-conversations-grouped.
数据集详情总结:Example Documents
基本信息
- 数据集名称:Example Documents
- 数据集用途:为 Sentence Transformers 的检索示例和文档提供一套跨模态(图像、音频、视频)的小型示例文档,用于
model.encode_document(...)的输入示例,也可安全地用于模型卡片中的示例资源。
数据集内容
| 文件 | 模态 |
|---|---|
doc1.jpg 至 doc4.jpg |
图像(文档页面) |
llama4_hgf.png |
图像 |
qwen2.5omni_hgf.png |
图像 |
jay_chou_superman_cant_fly.mp3 |
音频(音乐) |
joe_hisaishi_summer.mp3 |
音频(音乐) |
conversation1.mp3 |
音频(语音) |
conversation2.mp3 |
音频(语音) |
conversation3.mp3 |
音频(语音) |
mapo_tofu.mp4 |
视频 |
zhajiang_noodle.mp4 |
视频 |
使用方式
可通过文件的解析 URL 引用任意文件,并使用多向量编码器(MultiVectorEncoder)或单向量 SentenceTransformer 进行文档编码。示例代码展示了如何将文件 URL 作为文档输入,计算查询与文档之间的相似度。
数据来源与致谢
- 文档页面图像(
doc1.jpg至doc4.jpg):来源于 vidore/colpali_train_set 的前四个测试文档。 - 图像、音乐、视频(
llama4_hgf.png、qwen2.5omni_hgf.png、jay_chou_superman_cant_fly.mp3、joe_hisaishi_summer.mp3、mapo_tofu.mp4、zhajiang_noodle.mp4):复制自 Tevatron/OmniEmbed-v0.1,感谢 Tevatron 团队。 - 语音片段(
conversation1.mp3至conversation3.mp3):节选自 eustlb/dailytalk-conversations-grouped,每段约 30 秒。




