will33am commited on
Commit
ab39fa2
·
1 Parent(s): b89dc7e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: img
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': airplane
11
+ '1': automobile
12
+ '2': bird
13
+ '3': cat
14
+ '4': deer
15
+ '5': dog
16
+ '6': frog
17
+ '7': horse
18
+ '8': ship
19
+ '9': truck
20
+ - name: id
21
+ dtype: int64
22
+ splits:
23
+ - name: test
24
+ num_bytes: 22811580.0
25
+ num_examples: 10000
26
+ download_size: 22845872
27
+ dataset_size: 22811580.0
28
+ ---
29
+ # Dataset Card for "CIFAR10_test"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)