donfour commited on
Commit
8f86924
1 Parent(s): 8faf2f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': button
11
+ '1': others
12
+ - name: ground_truth
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 14255527.349
17
+ num_examples: 1799
18
+ - name: test
19
+ num_bytes: 1265202.0
20
+ num_examples: 200
21
+ download_size: 15196840
22
+ dataset_size: 15520729.349
23
+ ---
24
+ # Dataset Card for "bricks_ui_elements_v5_donut"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)