friedmanroy commited on
Commit
1e81d68
·
verified ·
1 Parent(s): f6c6d54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
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
+ ---