Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1M - 10M
License:
evanarlian
commited on
Commit
•
8de107e
1
Parent(s):
0aec923
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,11 +7,8 @@ language:
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
10 |
-
license_details: imagenet-agreement
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
paperswithcode_id: imagenet
|
14 |
-
pretty_name: ImageNet Resized 256
|
15 |
size_categories:
|
16 |
- 1M<n<10M
|
17 |
source_datasets:
|
@@ -20,9 +17,12 @@ task_categories:
|
|
20 |
- image-classification
|
21 |
task_ids:
|
22 |
- multi-class-image-classification
|
23 |
-
|
|
|
|
|
|
|
24 |
extra_gated_fields:
|
25 |
-
|
26 |
dataset_info:
|
27 |
features:
|
28 |
- name: image
|
@@ -1050,16 +1050,25 @@ dataset_info:
|
|
1050 |
'999': toilet tissue, toilet paper, bathroom tissue
|
1051 |
splits:
|
1052 |
- name: train
|
1053 |
-
num_bytes:
|
1054 |
num_examples: 1281167
|
1055 |
- name: val
|
1056 |
-
num_bytes:
|
1057 |
num_examples: 50000
|
1058 |
- name: test
|
1059 |
-
num_bytes:
|
1060 |
num_examples: 100000
|
1061 |
-
download_size:
|
1062 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1063 |
---
|
1064 |
# Dataset Card for "imagenet_1k_resized_256"
|
1065 |
|
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
|
|
12 |
size_categories:
|
13 |
- 1M<n<10M
|
14 |
source_datasets:
|
|
|
17 |
- image-classification
|
18 |
task_ids:
|
19 |
- multi-class-image-classification
|
20 |
+
paperswithcode_id: imagenet
|
21 |
+
pretty_name: ImageNet Resized 256
|
22 |
+
license_details: imagenet-agreement
|
23 |
+
extra_gated_prompt: https://huggingface.co/datasets/imagenet-1k
|
24 |
extra_gated_fields:
|
25 |
+
I have agreed to the original ImageNet dataset: checkbox
|
26 |
dataset_info:
|
27 |
features:
|
28 |
- name: image
|
|
|
1050 |
'999': toilet tissue, toilet paper, bathroom tissue
|
1051 |
splits:
|
1052 |
- name: train
|
1053 |
+
num_bytes: 25757593104.281
|
1054 |
num_examples: 1281167
|
1055 |
- name: val
|
1056 |
+
num_bytes: 752578700.0
|
1057 |
num_examples: 50000
|
1058 |
- name: test
|
1059 |
+
num_bytes: 1748575400.0
|
1060 |
num_examples: 100000
|
1061 |
+
download_size: 25143755650
|
1062 |
+
dataset_size: 28258747204.281
|
1063 |
+
configs:
|
1064 |
+
- config_name: default
|
1065 |
+
data_files:
|
1066 |
+
- split: train
|
1067 |
+
path: data/train-*
|
1068 |
+
- split: val
|
1069 |
+
path: data/val-*
|
1070 |
+
- split: test
|
1071 |
+
path: data/test-*
|
1072 |
---
|
1073 |
# Dataset Card for "imagenet_1k_resized_256"
|
1074 |
|