jinho8345 commited on
Commit
7b424c4
1 Parent(s): 11936fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: img
5
+ dtype: image
6
+ - name: filename
7
+ dtype: string
8
+ - name: boxes
9
+ sequence:
10
+ sequence: int64
11
+ - name: labels
12
+ sequence: string
13
+ - name: words
14
+ list:
15
+ list:
16
+ - name: box
17
+ sequence: int64
18
+ - name: text
19
+ dtype: string
20
+ - name: linkings
21
+ sequence:
22
+ sequence:
23
+ sequence: int64
24
+ - name: ids
25
+ sequence: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 13690247.0
29
+ num_examples: 149
30
+ - name: test
31
+ num_bytes: 4885049.0
32
+ num_examples: 50
33
+ download_size: 16731921
34
+ dataset_size: 18575296.0
35
+ ---
36
+ # Dataset Card for "funsd"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)