bellelee commited on
Commit
b89cc25
·
1 Parent(s): b3f2cac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: pixel_values
5
+ dtype:
6
+ array3_d:
7
+ shape:
8
+ - 3
9
+ - 224
10
+ - 224
11
+ dtype: float32
12
+ - name: input_ids
13
+ sequence: int64
14
+ - name: attention_mask
15
+ sequence: int64
16
+ - name: bbox
17
+ dtype:
18
+ array2_d:
19
+ shape:
20
+ - 512
21
+ - 4
22
+ dtype: int64
23
+ - name: labels
24
+ sequence: int64
25
+ - name: ner_tags
26
+ sequence:
27
+ class_label:
28
+ names:
29
+ '0': O
30
+ '1': B-HEADER
31
+ '2': I-HEADER
32
+ '3': B-QUESTION
33
+ '4': I-QUESTION
34
+ '5': B-ANSWER
35
+ '6': I-ANSWER
36
+ splits:
37
+ - name: test
38
+ num_bytes: 31847456
39
+ num_examples: 50
40
+ download_size: 1308201
41
+ dataset_size: 31847456
42
+ ---
43
+ # Dataset Card for "FUNSD"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)