Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pretty_name: Control+Shift
|
4 |
+
size_categories:
|
5 |
+
- n<1K
|
6 |
+
task_categories:
|
7 |
+
- image-classification
|
8 |
+
- distribution-shift
|
9 |
+
task_ids:
|
10 |
+
- distribution-shift
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: shift_type
|
14 |
+
dtype: string
|
15 |
+
- name: shift_amount
|
16 |
+
dtype: int8
|
17 |
+
- name: image
|
18 |
+
dtype: image
|
19 |
+
- name: label
|
20 |
+
dtype: int8
|
21 |
+
---
|