Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
0514cb7
1 Parent(s): d304c31

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -22,6 +22,33 @@ task_ids:
22
  paperswithcode_id: metashift
23
  tags:
24
  - domain-generalization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for MetaShift
 
22
  paperswithcode_id: metashift
23
  tags:
24
  - domain-generalization
25
+ dataset_info:
26
+ features:
27
+ - name: image_id
28
+ dtype: string
29
+ - name: image
30
+ dtype: image
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ 0: cat
36
+ 1: dog
37
+ 2: bus
38
+ 3: truck
39
+ 4: elephant
40
+ 5: horse
41
+ 6: bowl
42
+ 7: cup
43
+ - name: context
44
+ dtype: string
45
+ config_name: metashift
46
+ splits:
47
+ - name: train
48
+ num_bytes: 16333509
49
+ num_examples: 86808
50
+ download_size: 21878013674
51
+ dataset_size: 16333509
52
  ---
53
 
54
  # Dataset Card for MetaShift