Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10M - 100M
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,24 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: image
|
|
@@ -359,6 +379,7 @@ dataset_info:
|
|
| 359 |
download_size: 18927763475
|
| 360 |
dataset_size: 19761125464.75
|
| 361 |
---
|
| 362 |
-
# Dataset Card for "quickdraw"
|
| 363 |
|
| 364 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- machine-generated
|
| 4 |
+
language_creators:
|
| 5 |
+
- crowdsourced
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license:
|
| 9 |
+
- cc-by-4.0
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10M<n<100M
|
| 14 |
+
source_datasets:
|
| 15 |
+
- original
|
| 16 |
+
task_categories:
|
| 17 |
+
- image-classification
|
| 18 |
+
task_ids:
|
| 19 |
+
- multi-class-image-classification
|
| 20 |
+
paperswithcode_id: quick-draw-dataset
|
| 21 |
+
pretty_name: Quick, Draw!
|
| 22 |
dataset_info:
|
| 23 |
features:
|
| 24 |
- name: image
|
|
|
|
| 379 |
download_size: 18927763475
|
| 380 |
dataset_size: 19761125464.75
|
| 381 |
---
|
|
|
|
| 382 |
|
| 383 |
+
# Dataset Card for Quick, Draw!
|
| 384 |
+
|
| 385 |
+
This is a processed version of Google's [Quick, Draw](https://huggingface.co/datasets/quickdraw/) dataset to be compatible with the latest versions of 🤗 Datasets that support .parquet files. NOTE: this dataset only contains the "preprocessed_bitmaps" subset of the original dataset.
|