CoolFace
Datasetpublic

chandocchi/maltese-puppy-images

Maltese Puppy Images A collection of images of adorable white Maltese puppies.This dataset is structured in the imagefolder format and can be used for image classification or fine-tuning diffusion models. Example usage: from datasets import load_dataset dataset = load_dataset("chandocchi/maltese-puppy-images", trust_remote_code=True)

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes243downloads
Dataset Card

Maltese Puppy Images

A collection of images of adorable white Maltese puppies. This dataset is structured in the imagefolder format and can be used for image classification or fine-tuning diffusion models.

Example usage:

python
from datasets import load_dataset

dataset = load_dataset("chandocchi/maltese-puppy-images", trust_remote_code=True)