BToks-MMEB-train / README.md
siyrus's picture
Update dataset card source information
2f1db50 verified
|
Raw
History Blame Contribute Delete
1.49 kB
---
pretty_name: "BToks MMEB-train"
language:
- en
tags:
- bottleneck-tokens
- btoks
- multimodal-retrieval
- lance
- reproducibility
task_categories:
- image-to-text
- visual-question-answering
- text-retrieval
license: other
viewer: false
---
# BToks MMEB-train
This dataset repository contains Lance-format converted data used by the open-source reproduction code for **Bottleneck Tokens for Unified Multimodal Retrieval** (arXiv:2604.11095).
## Source
Converted from [TIGER-Lab/MMEB-train](https://huggingface.co/datasets/TIGER-Lab/MMEB-train). This repository does not change upstream ownership, licensing, citation requirements, or usage restrictions.
## Format
The data is stored as Lance tables for the BToks/VLM2Emb training and evaluation scripts. The Hugging Face Dataset Viewer is disabled because this repository is not stored as standard Parquet or JSON splits.
## Usage
Use this repository ID in the corresponding dataset config:
```yaml
dataset_name: siyrus/BToks-MMEB-train
```
See the public BToks code repository for the config schema, training presets, and evaluation commands: https://github.com/siryuson/BottleneckTokens
## License and Citation
Users must follow the license, citation requirements, and usage restrictions of the upstream source dataset.
```bibtex
@article{sun2026bottlenecktokens,
title={Bottleneck Tokens for Unified Multimodal Retrieval},
author={Sun, Siyu and others},
journal={arXiv preprint arXiv:2604.11095},
year={2026}
}
```