Sample Image Dataset
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_datset2")