agentlans commited on
Commit
c04b29a
·
verified ·
1 Parent(s): 3c97877

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 10 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
- - Each part has a maximum of 1024 tokens based on the `bert-base-cased` tokenizer.
 
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