Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
imagewidth (px)
400
1.98k
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Sample Image Dataset

test change!!! This is a sample dataset containing a few images and their labels.

Structure

  • images/: Contains the image files.
  • metadata.csv: Contains the metadata with image filenames and labels.

Usage

You can load this dataset using the datasets library.

from datasets import load_dataset

dataset = load_dataset("username/sample_dataset")
Downloads last month
9