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.
08
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 pairsimages/- 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
- pppop7/LLaVA-Instruct-150K - Instruction tuning data
