Datasets:
joaopdsmarques
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,11 @@ task_categories:
|
|
4 |
- question-answering
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
# 📚 GutenQA-Paragraphs
|
9 |
GutenQA-Paragraphs consists on the same 100 Public Domain Narrative Books used in [GutenQA](https://huggingface.co/datasets/LumberChunker/GutenQA). In this version, passages are extracted at the paragraph level.<br>
|
|
|
4 |
- question-answering
|
5 |
language:
|
6 |
- en
|
7 |
+
configs:
|
8 |
+
- config_name: paragraphs
|
9 |
+
data_files:
|
10 |
+
- split: chunks
|
11 |
+
path: gutenqa_chunks.parquet
|
12 |
---
|
13 |
# 📚 GutenQA-Paragraphs
|
14 |
GutenQA-Paragraphs consists on the same 100 Public Domain Narrative Books used in [GutenQA](https://huggingface.co/datasets/LumberChunker/GutenQA). In this version, passages are extracted at the paragraph level.<br>
|