Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Tags:
License:
lhoestq HF staff commited on
Commit
1d021ec
1 Parent(s): 86cb884

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -18,6 +18,34 @@ task_categories:
18
  - image-classification
19
  task_ids: []
20
  paperswithcode_id: cifar-10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Card for CIFAR-10
18
  - image-classification
19
  task_ids: []
20
  paperswithcode_id: cifar-10
21
+ dataset_info:
22
+ features:
23
+ - name: img
24
+ dtype: image
25
+ - name: label
26
+ dtype:
27
+ class_label:
28
+ names:
29
+ 0: airplane
30
+ 1: automobile
31
+ 2: bird
32
+ 3: cat
33
+ 4: deer
34
+ 5: dog
35
+ 6: frog
36
+ 7: horse
37
+ 8: ship
38
+ 9: truck
39
+ config_name: plain_text
40
+ splits:
41
+ - name: test
42
+ num_bytes: 22772838
43
+ num_examples: 10000
44
+ - name: train
45
+ num_bytes: 113854600
46
+ num_examples: 50000
47
+ download_size: 170498071
48
+ dataset_size: 136627438
49
  ---
50
 
51
  # Dataset Card for CIFAR-10