Azam21 commited on
Commit
d3067ca
·
verified ·
1 Parent(s): 0d1cc4c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -25
README.md CHANGED
@@ -1,25 +1,46 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: question
5
- dtype: string
6
- - name: answer
7
- dtype: string
8
- - name: question_type
9
- dtype: string
10
- - name: visual_indices
11
- list: int64
12
- - name: images
13
- list: image
14
- splits:
15
- - name: train
16
- num_bytes: 91583136.0
17
- num_examples: 410
18
- download_size: 78012145
19
- dataset_size: 91583136.0
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # PakDocling ERQA Sample
3
+
4
+ ## About
5
+
6
+ This dataset is a sample dataset developed for the PakDocling project.
7
+
8
+ It is intended for research and development of document intelligence,
9
+ OCR, information extraction, and question-answering systems for
10
+ Pakistani documents.
11
+
12
+ ## Team Usage
13
+
14
+ This dataset is maintained as part of our team project.
15
+
16
+ Team members are expected to use the dataset for:
17
+
18
+ - OCR development
19
+ - Document understanding
20
+ - Information extraction
21
+ - Dataset experimentation
22
+ - Model evaluation
23
+
24
+ ## Dataset Structure
25
+
26
+ The dataset contains structured information associated with document
27
+ images and corresponding annotations.
28
+
29
+ ### Fields
30
+
31
+ | Field | Description |
32
+ |---|---|
33
+ | `image` | Document image |
34
+ | `question` | Question associated with the document |
35
+ | `answer` | Expected answer |
36
+ | `question_type` | Type/category of question |
37
+ | `visual_indices` | Relevant visual/image indices |
38
+
39
+ ## Intended Use
40
+
41
+ The dataset is intended for academic and research purposes, particularly
42
+ for developing document intelligence systems for Pakistani documents.
43
+
44
+ ## Notes
45
+
46
+ This repository is a sample dataset for development and experimentation.