Remixonwin commited on
Commit
f30ffdf
·
verified ·
1 Parent(s): b27a65d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -45
README.md CHANGED
@@ -1,47 +1,36 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: chunk_id
5
- dtype: string
6
- - name: doc_id
7
- dtype: string
8
- - name: doc_title
9
- dtype: string
10
- - name: doc_type
11
- dtype: string
12
- - name: section_title
13
- dtype: string
14
- - name: section_level
15
- dtype: int32
16
- - name: semantic_label
17
- dtype: string
18
- - name: text
19
- dtype: string
20
- - name: page
21
- dtype: int32
22
- - name: word_count
23
- dtype: int32
24
- - name: char_count
25
- dtype: int32
26
- splits:
27
- - name: train
28
- num_bytes: 248719
29
- num_examples: 635
30
- - name: validation
31
- num_bytes: 30943
32
- num_examples: 79
33
- - name: test
34
- num_bytes: 31334
35
- num_examples: 80
36
- download_size: 138142
37
- dataset_size: 310996
38
- configs:
39
- - config_name: default
40
- data_files:
41
- - split: train
42
- path: data/train-*
43
- - split: validation
44
- path: data/validation-*
45
- - split: test
46
- path: data/test-*
47
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - text-generation
7
+ task_ids:
8
+ - text2text-generation
9
+ pretty_name: Amtp Chunks V1
10
+ size_categories:
11
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
+
14
+ # Amtp Chunks V1
15
+
16
+ Amtp Chunks V1 is a high-quality document dataset generated by [DocParserEngine](https://github.com/remixonwin/data-parser).
17
+
18
+ ## Dataset Summary
19
+ - **Documents Processed**: 1
20
+ - **Total Records**: 794
21
+ - **Schema Format**: `chunks`
22
+ - **Extraction Features**: Structural detection, image extraction, AI-powered captioning, and OCR.
23
+
24
+ ## Supported Tasks
25
+ - **OCR & Text Extraction**: High-accuracy text extraction from complex document layouts.
26
+ - **Image Captioning & Categorization**: Vision-based descriptions and classification of extracted images.
27
+ - **RAG & Information Retrieval**: (When using `chunks` schema) Ideal for building knowledge bases.
28
+
29
+ ## Dataset Structure
30
+ The dataset follows a standard `datasets.DatasetDict` structure with `train`, `validation`, and `test` splits.
31
+
32
+ ### Schema: `chunks`
33
+ Detailed feature descriptions can be found in the dataset configuration on the Hugging Face Hub.
34
+
35
+ ## Maintenance
36
+ Generated and maintained using **DocParserEngine**.