BossBossNJb commited on
Commit
9ce82dd
·
1 Parent(s): 5e437c4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: img
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': airplane
18
+ '1': automobile
19
+ '2': bird
20
+ '3': cat
21
+ '4': deer
22
+ '5': dog
23
+ '6': frog
24
+ '7': horse
25
+ '8': ship
26
+ '9': truck
27
+ - name: en
28
+ dtype: string
29
+ - name: th
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 115003310.0
34
+ num_examples: 50000
35
+ - name: test
36
+ num_bytes: 23002580.0
37
+ num_examples: 10000
38
+ download_size: 144125889
39
+ dataset_size: 138005890.0
40
+ ---
41
+ # Dataset Card for "cifar10_dataset_th_en"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)