metadata
license: apache-2.0
task_categories:
- image-to-text
- visual-question-answering
language:
- en
Prime-X12 30B training data
This repository contains the verified Prime-X12 multimodal training package used
for clonelabs/prime-x12-30b.
One-command download
huggingface-cli download clonelabs/prime-x12-30b-data \
archives/prime-x12-30b-data-aa5447e6.zip \
--repo-type dataset \
--local-dir .
unzip archives/prime-x12-30b-data-aa5447e6.zip -d prime-x12-30b-data
Verify the download before extracting:
huggingface-cli download clonelabs/prime-x12-30b-data \
archives/prime-x12-30b-data-aa5447e6.zip.sha256 \
--repo-type dataset \
--local-dir .
(cd archives && sha256sum -c prime-x12-30b-data-aa5447e6.zip.sha256)
The ZIP is stored without recompressing images (zip -0) and contains:
data/train.jsonl— 24,929 examplesdata/validation.jsonl— 100 examplesimages/— every image referenced by the two splitsimage_manifest.jsonl— path, byte size, and SHA-256 for each imagemetadata.jsonsource_split_manifest.json
Desktop-1, Desktop-2, and OpenCUA sources are mixed with a fixed seed. Targets
use the standard <think> tag.