数据集:
frgfm/imagenette
A smaller subset of 10 easily classified classes from Imagenet , and a little more French. This dataset was created by Jeremy Howard , and this repository is only there to share his work on this platform. The repository owner takes no credit of any kind in the creation, curation or packaging of the dataset.
The class labels in the dataset are in English.
A data point comprises an image URL and its classification label.
{ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=320x320 at 0x19FA12186D8>, 'label': 'tench', }
train | validation | |
---|---|---|
imagenette | 9469 | 3925 |
cf. https://huggingface.co/datasets/imagenet-1k#curation-rationale
Imagenette is a subset of ImageNet . Information about data collection of the source data can be found here .
cf. https://huggingface.co/datasets/imagenet-1k#annotation-process
Who are the annotators?cf. https://huggingface.co/datasets/imagenet-1k#who-are-the-annotators
cf. https://huggingface.co/datasets/imagenet-1k#personal-and-sensitive-information
cf. https://huggingface.co/datasets/imagenet-1k#social-impact-of-dataset
cf. https://huggingface.co/datasets/imagenet-1k#discussion-of-biases
cf. https://huggingface.co/datasets/imagenet-1k#other-known-limitations
cf. https://huggingface.co/datasets/imagenet-1k#dataset-curators and Jeremy Howard
@software{Howard_Imagenette_2019, title={Imagenette: A smaller subset of 10 easily classified classes from Imagenet}, author={Jeremy Howard}, year={2019}, month={March}, publisher = {GitHub}, url = {https://github.com/fastai/imagenette} }
This dataset was created by Jeremy Howard and published on Github . It was then only integrated into HuggingFace Datasets by @frgfm .