File size: 4,232 Bytes
6e52dd9
42bda6f
 
799e948
 
42bda6f
 
 
 
 
799e948
42bda6f
 
 
799e948
42bda6f
 
 
 
abcfe92
6e52dd9
42bda6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
799e948
 
abcfe92
42bda6f
 
 
799e948
42bda6f
 
 
 
 
 
 
799e948
42bda6f
 
 
 
 
 
 
 
 
799e948
 
42bda6f
 
 
 
 
799e948
 
42bda6f
 
 
799e948
 
 
 
42bda6f
 
 
 
 
799e948
42bda6f
 
 
 
 
799e948
42bda6f
 
 
 
 
799e948
42bda6f
 
 
799e948
42bda6f
 
 
799e948
42bda6f
 
 
 
 
799e948
42bda6f
 
 
799e948
42bda6f
 
 
799e948
42bda6f
 
 
 
 
799e948
 
42bda6f
 
 
 
 
 
 
 
799e948
 
 
42bda6f
799e948
42bda6f
799e948
42bda6f
 
799e948
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
---
annotations_creators:
- crowdsourced
language:
- en
language_creators:
- crowdsourced
license:
- apache-2.0
multilinguality: []
pretty_name: Imagenette
size_categories:
- 1K<n<10K
source_datasets:
- extended
task_categories:
- image-classification
task_ids:
- image-classification
paperswithcode_id: imagenette
---

# Dataset Card for OpenFire

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:** https://github.com/fastai/imagenette
- **Repository:** https://github.com/fastai/imagenette
- **Leaderboard:** https://paperswithcode.com/sota/image-classification-on-imagenette

### Dataset Summary

A smaller subset of 10 easily classified classes from [Imagenet](https://huggingface.co/datasets/imagenet-1k#dataset-summary), and a little more French.

### Supported Tasks and Leaderboards

- `image-classification`: The dataset can be used to train a model for Image Classification.

### Languages

The class labels in the dataset are in English.

## Dataset Structure

### Data Instances

A data point comprises an image URL and its binary label.

```
{
  'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1024x755 at 0x19FA12186D8>,
  'label': 'tench',
}
```

### Data Fields

- `image`: A `PIL.Image.Image` object containing the image.
- `label`: the expected class label of the image.

### Data Splits

|          |train|validation|
|----------|----:|---------:|
|imagenette| 9469|      3925|


## Dataset Creation

### Curation Rationale

cf. https://huggingface.co/datasets/imagenet-1k#curation-rationale

### Source Data

#### Initial Data Collection and Normalization

Imagenette is a subset of [ImageNet](https://huggingface.co/datasets/imagenet-1k). Information about data collection of the source data can be found [here](https://huggingface.co/datasets/imagenet-1k#initial-data-collection-and-normalization).

### Annotations

#### Annotation process

cf. https://huggingface.co/datasets/imagenet-1k#annotation-process

#### Who are the annotators?

cf. https://huggingface.co/datasets/imagenet-1k#who-are-the-annotators

### Personal and Sensitive Information

cf. https://huggingface.co/datasets/imagenet-1k#personal-and-sensitive-information

## Considerations for Using the Data

### Social Impact of Dataset

cf. https://huggingface.co/datasets/imagenet-1k#social-impact-of-dataset

### Discussion of Biases

cf. https://huggingface.co/datasets/imagenet-1k#discussion-of-biases

### Other Known Limitations

cf. https://huggingface.co/datasets/imagenet-1k#other-known-limitations

## Additional Information

### Dataset Curators

cf. https://huggingface.co/datasets/imagenet-1k#dataset-curators
and Jeremy Howard

### Licensing Information

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).

### Citation Information

```
@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}
}
```

### Contributions

This dataset was added to HuggingFace Datasets by [@frgfm](https://huggingface.co/frgfm).