Update README.md
Browse files
README.md
CHANGED
|
@@ -26,13 +26,14 @@ task_categories:
|
|
| 26 |
|
| 27 |
## Overview
|
| 28 |
|
| 29 |
-
This dataset contains a collection of blogs and short stories written in a personal, familiar, and casual style. It’s a reformatted version of the original [lucadiliello/STORIES](https://huggingface.co/datasets/lucadiliello/STORIES) dataset, featuring
|
| 30 |
|
| 31 |
## Structure
|
| 32 |
|
| 33 |
- Each row in the original dataset is called a "post."
|
| 34 |
- Posts are divided into parts, starting with index 0.
|
| 35 |
-
-
|
|
|
|
| 36 |
- The text has been detokenized using the `sacremoses` package to make it easier to read.
|
| 37 |
|
| 38 |
## Uses
|
|
|
|
| 26 |
|
| 27 |
## Overview
|
| 28 |
|
| 29 |
+
This dataset contains a collection of blogs and short stories written in a personal, familiar, and casual style. It’s a reformatted version of the original [lucadiliello/STORIES](https://huggingface.co/datasets/lucadiliello/STORIES) dataset, featuring 25 000 posts from the original.
|
| 30 |
|
| 31 |
## Structure
|
| 32 |
|
| 33 |
- Each row in the original dataset is called a "post."
|
| 34 |
- Posts are divided into parts, starting with index 0.
|
| 35 |
+
- Duplicate posts have been removed.
|
| 36 |
+
- Each part has a maximum of 1024 tokens as tokenized in the original dataset.
|
| 37 |
- The text has been detokenized using the `sacremoses` package to make it easier to read.
|
| 38 |
|
| 39 |
## Uses
|