Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
IntelLabs
/
LlavaOLMoBitnet1B
like
30
Follow
Intel Labs
16
English
arxiv:
2408.13402
License:
apache-2.0
Model card
Files
Files and versions
Community
1
5a23ab0
LlavaOLMoBitnet1B
/
llava
/
model
/
download_pretrain_dataset.py
naveensp
all the files required for inference
2ce0406
3 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
from
datasets
import
load_dataset
dataset = load_dataset(
"liuhaotian/LLaVA-Pretrain"
)
dataset.save_to_disk(
"LLaVa_Pretrain_dataset"
)