English
LlavaOLMoBitnet1B / llava /model /download_pretrain_dataset.py
naveensp's picture
all the files required for inference
2ce0406
raw
history blame
135 Bytes
from datasets import load_dataset
dataset = load_dataset("liuhaotian/LLaVA-Pretrain")
dataset.save_to_disk("LLaVa_Pretrain_dataset")