Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
LLaVA-Instruct-150K – Dataset by iiTzEddy | AlphaNeural AI
You can deploy this model and start earning money today!
iiTzEddy
/
LLaVA-Instruct-150K
like
0
visual-question-answering
en
other
100K<n<1M
us
Views
No views yet
Model card
Files and Versions
Community
API
LLaVA-Instruct-150K
A clean, simple dataset adapted from liuhaotian/LLaVA-Instruct-150K for visual instruction tuning.
Files
llava_instruct_150k.jsonl - 157K conversation examples (195 MB) images.tar - Corresponding images (6.93 GB)
Usage
Extract images and load with PyTorch: tar -xf images.tar
import json import os import tarfile import urllib.request from PIL import Image from torch.utils.data import Dataset
class LLaVADataset(Dataset): def… See the full description on the dataset page:
https://huggingface.co/datasets/iiTzEddy/LLaVA-Instruct-150K
.