siyrus commited on
Commit
2f1db50
·
verified ·
1 Parent(s): f3f0462

Update dataset card source information

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -18,25 +18,29 @@ viewer: false
18
 
19
  # BToks MMEB-train
20
 
21
- This dataset repository stores a Lance-format conversion used by the open-source reproduction code for **Bottleneck Tokens for Unified Multimodal Retrieval** (arXiv:2604.11095).
22
 
23
- The repository is intended to be consumed by the BToks/VLM2Emb training and evaluation scripts. It is not a standalone benchmark definition, and the Hugging Face Dataset Viewer is disabled because the data is stored as Lance tables rather than standard Parquet/JSON splits.
 
 
 
 
 
 
24
 
25
  ## Usage
26
 
27
- Install the project dependencies, then point the corresponding dataset config entry to this Hugging Face dataset ID:
28
 
29
  ```yaml
30
  dataset_name: siyrus/BToks-MMEB-train
31
  ```
32
 
33
- The public code repository documents the expected config schema, training presets, and evaluation commands.
34
-
35
- ## Data Sources and License
36
 
37
- The converted records come from upstream public datasets used for multimodal retrieval, visual question answering, document retrieval, or video understanding experiments. This repository does not change the upstream ownership or licensing terms. Users are responsible for checking and following the licenses, citation requirements, and usage restrictions of the original datasets.
38
 
39
- ## Citation
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,