jamarks commited on
Commit
6dfd407
1 Parent(s): aa0dccf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -107
README.md CHANGED
@@ -49,7 +49,7 @@ dataset_summary: '
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
- dataset = load_from_hub("jamarks/emnist-letters-tiny")
53
 
54
 
55
  # Launch the App
@@ -66,6 +66,8 @@ dataset_summary: '
66
  <!-- Provide a quick summary of the dataset. -->
67
 
68
 
 
 
69
 
70
 
71
  ![image/png](dataset_preview.png)
@@ -89,7 +91,7 @@ from fiftyone.utils.huggingface import load_from_hub
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
- dataset = load_from_hub("jamarks/emnist-letters-tiny")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)
@@ -110,120 +112,32 @@ session = fo.launch_app(dataset)
110
  - **Language(s) (NLP):** en
111
  - **License:** [More Information Needed]
112
 
113
- ### Dataset Sources [optional]
114
 
115
  <!-- Provide the basic links for the dataset. -->
116
 
117
- - **Repository:** [More Information Needed]
118
- - **Paper [optional]:** [More Information Needed]
119
- - **Demo [optional]:** [More Information Needed]
120
-
121
- ## Uses
122
-
123
- <!-- Address questions around how the dataset is intended to be used. -->
124
-
125
- ### Direct Use
126
-
127
- <!-- This section describes suitable use cases for the dataset. -->
128
-
129
- [More Information Needed]
130
-
131
- ### Out-of-Scope Use
132
-
133
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
134
-
135
- [More Information Needed]
136
-
137
- ## Dataset Structure
138
-
139
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
140
-
141
- [More Information Needed]
142
-
143
- ## Dataset Creation
144
-
145
- ### Curation Rationale
146
-
147
- <!-- Motivation for the creation of this dataset. -->
148
-
149
- [More Information Needed]
150
-
151
- ### Source Data
152
-
153
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
154
-
155
- #### Data Collection and Processing
156
-
157
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
158
-
159
- [More Information Needed]
160
-
161
- #### Who are the source data producers?
162
-
163
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
164
-
165
- [More Information Needed]
166
-
167
- ### Annotations [optional]
168
 
169
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
170
 
171
- #### Annotation process
172
-
173
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
174
-
175
- [More Information Needed]
176
-
177
- #### Who are the annotators?
178
-
179
- <!-- This section describes the people or systems who created the annotations. -->
180
-
181
- [More Information Needed]
182
-
183
- #### Personal and Sensitive Information
184
-
185
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
186
-
187
- [More Information Needed]
188
-
189
- ## Bias, Risks, and Limitations
190
-
191
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
192
-
193
- [More Information Needed]
194
-
195
- ### Recommendations
196
-
197
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
198
-
199
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
200
-
201
- ## Citation [optional]
202
-
203
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
204
 
 
205
  **BibTeX:**
206
 
207
- [More Information Needed]
208
-
209
- **APA:**
210
-
211
- [More Information Needed]
212
-
213
- ## Glossary [optional]
214
-
215
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
216
-
217
- [More Information Needed]
218
-
219
- ## More Information [optional]
220
-
221
- [More Information Needed]
222
 
223
- ## Dataset Card Authors [optional]
224
 
225
- [More Information Needed]
226
 
227
- ## Dataset Card Contact
228
 
229
- [More Information Needed]
 
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
+ dataset = load_from_hub("Voxel51/emnist-letters-tiny")
53
 
54
 
55
  # Launch the App
 
66
  <!-- Provide a quick summary of the dataset. -->
67
 
68
 
69
+ A random subset of the train and test splits from the letters portion of [EMNIST](https://pytorch.org/vision/0.18/generated/torchvision.datasets.EMNIST.html)
70
+
71
 
72
 
73
  ![image/png](dataset_preview.png)
 
91
 
92
  # Load the dataset
93
  # Note: other available arguments include 'max_samples', etc
94
+ dataset = load_from_hub("Voxel51/emnist-letters-tiny")
95
 
96
  # Launch the App
97
  session = fo.launch_app(dataset)
 
112
  - **Language(s) (NLP):** en
113
  - **License:** [More Information Needed]
114
 
115
+ ### Dataset Sources
116
 
117
  <!-- Provide the basic links for the dataset. -->
118
 
119
+ - **Homepage:** https://www.nist.gov/itl/products-and-services/emnist-dataset
120
+ - **Paper :** https://arxiv.org/abs/1702.05373v1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
 
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
+ ## Citation
125
  **BibTeX:**
126
 
127
+ ```bibtex
128
+ @misc{cohen2017emnistextensionmnisthandwritten,
129
+ title={EMNIST: an extension of MNIST to handwritten letters},
130
+ author={Gregory Cohen and Saeed Afshar and Jonathan Tapson and André van Schaik},
131
+ year={2017},
132
+ eprint={1702.05373},
133
+ archivePrefix={arXiv},
134
+ primaryClass={cs.CV},
135
+ url={https://arxiv.org/abs/1702.05373},
136
+ }
137
+ ```
 
 
 
 
138
 
 
139
 
140
+ ## Dataset Card Author
141
 
142
+ [Jacob Marks](https://huggingface.co/jamarks)
143