erikaxenia commited on
Commit
dfc50b6
1 Parent(s): 9de2d08

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: image
12
+ dtype: image
13
+ - name: label
14
+ dtype: int64
15
+ - name: ground_truth
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 151698325.0
20
+ num_examples: 529
21
+ - name: test
22
+ num_bytes: 16112586.0
23
+ num_examples: 58
24
+ download_size: 165957552
25
+ dataset_size: 167810911.0
26
+ ---
27
+ # Dataset Card for "id_card_class_v2"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)