jinho8345 commited on
Commit
607902f
1 Parent(s): 3bf2bcf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: img
5
+ dtype: image
6
+ - name: labels
7
+ sequence: string
8
+ - name: words
9
+ sequence: string
10
+ - name: bboxes
11
+ sequence:
12
+ sequence: int64
13
+ - name: filename
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 13281297.0
18
+ num_examples: 149
19
+ - name: val
20
+ num_bytes: 4777640.0
21
+ num_examples: 50
22
+ download_size: 16636452
23
+ dataset_size: 18058937.0
24
+ ---
25
+ # Dataset Card for "funsd-bies"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)