Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

LLaVA-Pretrain Dataset

Pretraining data for LLaVA (Large Language and Vision Assistant).

Description

This dataset contains the pretraining data used in LLaVA training, including:

  • blip_laion_cc_sbu_558k.json - Annotation file with 558K image-caption pairs
  • images/ - Corresponding images

Usage

from huggingface_hub import snapshot_download

# Download the dataset
snapshot_download(
    repo_id="pppop7/LLaVA-Pretrain",
    repo_type="dataset",
    local_dir="./llava_pretrain"
)

Related Datasets

Reference

Downloads last month
19

Paper for pppop7/LLaVA-Pretrain