Update dataset card source information
Browse files
README.md
CHANGED
|
@@ -18,25 +18,29 @@ viewer: false
|
|
| 18 |
|
| 19 |
# BToks MMEB-train
|
| 20 |
|
| 21 |
-
This dataset repository
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
```yaml
|
| 30 |
dataset_name: siyrus/BToks-MMEB-train
|
| 31 |
```
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
## Data Sources and License
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
```bibtex
|
| 42 |
@article{sun2026bottlenecktokens,
|
|
|
|
| 18 |
|
| 19 |
# BToks MMEB-train
|
| 20 |
|
| 21 |
+
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).
|
| 22 |
|
| 23 |
+
## Source
|
| 24 |
+
|
| 25 |
+
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.
|
| 26 |
+
|
| 27 |
+
## Format
|
| 28 |
+
|
| 29 |
+
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.
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
+
Use this repository ID in the corresponding dataset config:
|
| 34 |
|
| 35 |
```yaml
|
| 36 |
dataset_name: siyrus/BToks-MMEB-train
|
| 37 |
```
|
| 38 |
|
| 39 |
+
See the public BToks code repository for the config schema, training presets, and evaluation commands: https://github.com/siryuson/BottleneckTokens
|
|
|
|
|
|
|
| 40 |
|
| 41 |
+
## License and Citation
|
| 42 |
|
| 43 |
+
Users must follow the license, citation requirements, and usage restrictions of the upstream source dataset.
|
| 44 |
|
| 45 |
```bibtex
|
| 46 |
@article{sun2026bottlenecktokens,
|