Visual Instruction Tuning
Paper • 2304.08485 • Published • 21
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Pretraining data for LLaVA (Large Language and Vision Assistant).
This dataset contains the pretraining data used in LLaVA training, including:
blip_laion_cc_sbu_558k.json - Annotation file with 558K image-caption pairsimages/ - Corresponding imagesfrom huggingface_hub import snapshot_download
# Download the dataset
snapshot_download(
repo_id="pppop7/LLaVA-Pretrain",
repo_type="dataset",
local_dir="./llava_pretrain"
)