CoolFace
Datasetpublic

pppop7/LLaVA-Pretrain

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"… See the full description on the dataset page: https://huggingface.co/datasets/pppop7/LLaVA-Pretrain.

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes8downloads
Dataset Card

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

python
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