Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: page
|
5 |
+
dtype: image
|
6 |
+
- name: texts
|
7 |
+
sequence: string
|
8 |
+
- name: images
|
9 |
+
sequence: image
|
10 |
+
- name: categories
|
11 |
+
sequence: string
|
12 |
+
- name: questions
|
13 |
+
sequence: string
|
14 |
+
- name: answers
|
15 |
+
sequence: string
|
16 |
+
- name: types
|
17 |
+
sequence: string
|
18 |
+
- name: task types
|
19 |
+
sequence: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 1980715989.218
|
23 |
+
num_examples: 8593
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 298974637.84
|
26 |
+
num_examples: 1280
|
27 |
+
- name: test
|
28 |
+
num_bytes: 557946512.184
|
29 |
+
num_examples: 2464
|
30 |
+
download_size: 2769730395
|
31 |
+
dataset_size: 2837637139.242
|
32 |
+
---
|
33 |
+
# Dataset Card for "pdfvqa"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|