Fix dataset configs and domain name
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
task_categories:
|
| 6 |
- text-generation
|
| 7 |
- text-classification
|
| 8 |
-
pretty_name:
|
| 9 |
size_categories:
|
| 10 |
- 100K<n<1M
|
| 11 |
tags:
|
|
@@ -13,11 +13,29 @@ tags:
|
|
| 13 |
- fanfiction
|
| 14 |
- creative-writing
|
| 15 |
- long-form-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
-
This dataset contains story metadata, chapter text, and archive page records from public
|
| 21 |
|
| 22 |
The dataset is organized into four parquet tables:
|
| 23 |
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- text-generation
|
| 7 |
- text-classification
|
| 8 |
+
pretty_name: adult-fanfiction.org Archive Dataset
|
| 9 |
size_categories:
|
| 10 |
- 100K<n<1M
|
| 11 |
tags:
|
|
|
|
| 13 |
- fanfiction
|
| 14 |
- creative-writing
|
| 15 |
- long-form-text
|
| 16 |
+
- adult-content
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: archives
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: archives/archives.parquet
|
| 22 |
+
- config_name: pages
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: pages/pages.parquet
|
| 26 |
+
- config_name: stories
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: stories/stories.parquet
|
| 30 |
+
- config_name: chapters
|
| 31 |
+
data_files:
|
| 32 |
+
- split: train
|
| 33 |
+
path: chapters/chapters.parquet
|
| 34 |
---
|
| 35 |
|
| 36 |
+
# adult-fanfiction.org Archive Dataset
|
| 37 |
|
| 38 |
+
This dataset contains story metadata, chapter text, and archive page records from public adult-fanfiction.org archive subdomains.
|
| 39 |
|
| 40 |
The dataset is organized into four parquet tables:
|
| 41 |
|