File size: 962 Bytes
b89cc25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51322b5
 
 
 
 
b89cc25
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: pixel_values
    dtype:
      array3_d:
        shape:
        - 3
        - 224
        - 224
        dtype: float32
  - name: input_ids
    sequence: int64
  - name: attention_mask
    sequence: int64
  - name: bbox
    dtype:
      array2_d:
        shape:
        - 512
        - 4
        dtype: int64
  - name: labels
    sequence: int64
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-HEADER
          '2': I-HEADER
          '3': B-QUESTION
          '4': I-QUESTION
          '5': B-ANSWER
          '6': I-ANSWER
  splits:
  - name: test
    num_bytes: 31847456
    num_examples: 50
  - name: train
    num_bytes: 94872948
    num_examples: 149
  download_size: 5136310
  dataset_size: 126720404
---
# Dataset Card for "FUNSD"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)