Venkat-Ram-Rao commited on
Commit
363b3c4
·
verified ·
1 Parent(s): 9b53319

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -31
README.md CHANGED
@@ -1,31 +1,3 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: questionId
5
- dtype: int32
6
- - name: question
7
- dtype: string
8
- - name: question_types
9
- list: string
10
- - name: image
11
- dtype: image
12
- - name: docId
13
- dtype: int32
14
- - name: ucsf_document_id
15
- dtype: string
16
- - name: ucsf_document_page_no
17
- dtype: string
18
- - name: answers
19
- list: string
20
- splits:
21
- - name: train
22
- num_bytes: 8962286469.747847
23
- num_examples: 12536
24
- download_size: 2712114308
25
- dataset_size: 8962286469.747847
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
- ---
 
1
+ Filtered the table/list question type from the [HuggingFaceM4/DocumentVQA](https://huggingface.co/datasets/HuggingFaceM4/DocumentVQA) dataset.
2
+
3
+ Original Dataset is not mine and licencing driven by licencing of original dataset. Posted this as it may be of use to others.