Update dataset card with pipeline stats
Browse files
README.md
CHANGED
|
@@ -1,55 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
- text-generation
|
| 5 |
-
- question-answering
|
| 6 |
language:
|
| 7 |
-
- en
|
| 8 |
tags:
|
| 9 |
-
- pdf2dataset
|
| 10 |
-
- ocr
|
| 11 |
-
- chunked
|
| 12 |
size_categories:
|
| 13 |
-
- n<1K
|
| 14 |
-
configs:
|
| 15 |
-
- config_name: default
|
| 16 |
-
data_files:
|
| 17 |
-
- split: train
|
| 18 |
-
path: data/train-*
|
| 19 |
-
dataset_info:
|
| 20 |
-
features:
|
| 21 |
-
- name: chunk_id
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: text
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: text_clean
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: chapter
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: section
|
| 30 |
-
dtype: string
|
| 31 |
-
- name: subsection
|
| 32 |
-
dtype: string
|
| 33 |
-
- name: images
|
| 34 |
-
list: image
|
| 35 |
-
- name: image_refs
|
| 36 |
-
list: string
|
| 37 |
-
- name: num_images
|
| 38 |
-
dtype: int64
|
| 39 |
-
- name: has_images
|
| 40 |
-
dtype: bool
|
| 41 |
-
- name: source_filename
|
| 42 |
-
dtype: string
|
| 43 |
-
- name: start_index
|
| 44 |
-
dtype: int64
|
| 45 |
-
- name: char_count
|
| 46 |
-
dtype: int64
|
| 47 |
-
splits:
|
| 48 |
-
- name: train
|
| 49 |
-
num_bytes: 26302876
|
| 50 |
-
num_examples: 419
|
| 51 |
-
download_size: 25996981
|
| 52 |
-
dataset_size: 26302876
|
| 53 |
---
|
| 54 |
|
| 55 |
# EmpiresOfMedievalWestAfrica
|
|
@@ -65,7 +26,7 @@ Dataset created with [PDF2Dataset](https://github.com/svngoku/PDF2Dataset) -- OC
|
|
| 65 |
| Avg images/chunk | 0.10 |
|
| 66 |
| Source files | 1 |
|
| 67 |
| Duplicates removed | 0 |
|
| 68 |
-
| Quality filtered |
|
| 69 |
|
| 70 |
## Schema
|
| 71 |
|
|
@@ -77,7 +38,7 @@ Dataset created with [PDF2Dataset](https://github.com/svngoku/PDF2Dataset) -- OC
|
|
| 77 |
| `chapter` | `string` | H1 header active at chunk position |
|
| 78 |
| `section` | `string` | H2 header active at chunk position |
|
| 79 |
| `subsection` | `string` | H3+ header active at chunk position |
|
| 80 |
-
| `images` | `list[
|
| 81 |
| `image_refs` | `list[string]` | Image reference IDs in chunk text |
|
| 82 |
| `num_images` | `int` | Number of images in chunk |
|
| 83 |
| `has_images` | `bool` | Whether chunk contains images |
|
|
@@ -103,18 +64,17 @@ Chapters found in the source documents:
|
|
| 103 |
- BIBLIOGRAPHY
|
| 104 |
- CONNECTIONS
|
| 105 |
- CONTENTS
|
| 106 |
-
- Empires of Medieval West Africa
|
| 107 |
- Epilogue
|
| 108 |
- Ethnic Groups of the Ghana, Mali, and Songhay Empires
|
| 109 |
- HISTORY
|
| 110 |
- INDEX
|
| 111 |
- Introduction
|
|
|
|
| 112 |
- Making the Best of Life
|
| 113 |
- Mande Social Organization
|
| 114 |
- Mansa Musa the Great
|
| 115 |
- Mansa Musa's Pilgrimage
|
| 116 |
- Modern Mali
|
| 117 |
-
- Money Cowries
|
| 118 |
- Moroccan Firearms
|
| 119 |
- Muhammad and the Islamic Empire
|
| 120 |
- Other Influences
|
|
@@ -125,7 +85,8 @@ Chapters found in the source documents:
|
|
| 125 |
- Salt of the Sahara
|
| 126 |
- Secret Sites
|
| 127 |
- Sii Ali's Last Campaigns
|
| 128 |
-
-
|
|
|
|
| 129 |
|
| 130 |
## Pipeline
|
| 131 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- question-answering
|
| 6 |
language:
|
| 7 |
+
- en
|
| 8 |
tags:
|
| 9 |
+
- pdf2dataset
|
| 10 |
+
- ocr
|
| 11 |
+
- chunked
|
| 12 |
size_categories:
|
| 13 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# EmpiresOfMedievalWestAfrica
|
|
|
|
| 26 |
| Avg images/chunk | 0.10 |
|
| 27 |
| Source files | 1 |
|
| 28 |
| Duplicates removed | 0 |
|
| 29 |
+
| Quality filtered | 3 |
|
| 30 |
|
| 31 |
## Schema
|
| 32 |
|
|
|
|
| 38 |
| `chapter` | `string` | H1 header active at chunk position |
|
| 39 |
| `section` | `string` | H2 header active at chunk position |
|
| 40 |
| `subsection` | `string` | H3+ header active at chunk position |
|
| 41 |
+
| `images` | `list[Image]` | Rendered images extracted from chunk (viewable in Dataset Viewer) |
|
| 42 |
| `image_refs` | `list[string]` | Image reference IDs in chunk text |
|
| 43 |
| `num_images` | `int` | Number of images in chunk |
|
| 44 |
| `has_images` | `bool` | Whether chunk contains images |
|
|
|
|
| 64 |
- BIBLIOGRAPHY
|
| 65 |
- CONNECTIONS
|
| 66 |
- CONTENTS
|
|
|
|
| 67 |
- Epilogue
|
| 68 |
- Ethnic Groups of the Ghana, Mali, and Songhay Empires
|
| 69 |
- HISTORY
|
| 70 |
- INDEX
|
| 71 |
- Introduction
|
| 72 |
+
- Library of Congress Cataloging-in-Publication Data
|
| 73 |
- Making the Best of Life
|
| 74 |
- Mande Social Organization
|
| 75 |
- Mansa Musa the Great
|
| 76 |
- Mansa Musa's Pilgrimage
|
| 77 |
- Modern Mali
|
|
|
|
| 78 |
- Moroccan Firearms
|
| 79 |
- Muhammad and the Islamic Empire
|
| 80 |
- Other Influences
|
|
|
|
| 85 |
- Salt of the Sahara
|
| 86 |
- Secret Sites
|
| 87 |
- Sii Ali's Last Campaigns
|
| 88 |
+
- TIME LINE
|
| 89 |
+
- ... and 15 more
|
| 90 |
|
| 91 |
## Pipeline
|
| 92 |
|