CoolFace
Datasetpublic

yyy051007/vision-opd-vqa14k-fullimage-curriculum-v8

Vision-OPD VQA14K Full-Image Curriculum v8 Private single-image visual-question-answering dataset. Split Rows Train 14,000 Diagnostic validation 609 The repository contains 14,609 content-addressed media files (4,580,273,467 bytes). Paths in both Parquet files are relative to the repository root and follow media/<sha256-prefix>/<filename>. from pathlib import Path import pyarrow.parquet as pq from huggingface_hub import snapshot_download root =… See the full description on the dataset page: https://huggingface.co/datasets/yyy051007/vision-opd-vqa14k-fullimage-curriculum-v8.

sourceHugging Faceotherupdated 26d agoView on Hugging Face
0likes761downloads
Dataset Card

Vision-OPD VQA14K Full-Image Curriculum v8

Private single-image visual-question-answering dataset.

SplitRows
Train14,000
Diagnostic validation609

The repository contains 14,609 content-addressed media files (4,580,273,467 bytes). Paths in both Parquet files are relative to the repository root and follow media/<sha256-prefix>/<filename>.

python
from pathlib import Path

import pyarrow.parquet as pq
from huggingface_hub import snapshot_download

root = Path(snapshot_download(
    repo_id="yyy051007/vision-opd-vqa14k-fullimage-curriculum-v8",
    repo_type="dataset",
    token=True,
))
row = pq.read_table(root / "train.parquet").slice(0, 1).to_pylist()[0]
image_path = root / row["images"][0]["path"]
FileSHA-256
train.parquete684b5d0393c7abf2b52b80010aed5e24f9055421052b62991d3b7cea74dd1f7
diagnostic_validation.parquetf094454f14a51b995000a5cdc04c4ab77756608fc22701b75737c90e78cc25a8
media_index.json975d69d7b73f117db1d02c86902f7198d494eb5fd2a810db9252622004ac2740
yyy051007/vision-opd-vqa14k-fullimage-curriculum-v8 · CoolFace