Datasets:
added dataset_info
Browse files
README.md
CHANGED
@@ -5,4 +5,14 @@ size_categories:
|
|
5 |
- 10K<n<100K
|
6 |
task_categories:
|
7 |
- image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
|
|
5 |
- 10K<n<100K
|
6 |
task_categories:
|
7 |
- image-classification
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: shift_type
|
11 |
+
dtype: string
|
12 |
+
- name: shift_amount
|
13 |
+
dtype: int8
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: label
|
17 |
+
dtype: int8
|
18 |
---
|