ACOSharma commited on
Commit
61f49d8
1 Parent(s): 92e8148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,8 +8,8 @@ A dataset containing novels, epics and essays.
8
  The files are as follows:
9
  - main.txt, a file with all the texts, every text on a newline, all English
10
  - vocab.txt, a file with the trained (BERT) vocab, a newline a new word
11
- - train.csv, a file with length 129 sequences of tokens, csv of ints
12
- - test.csv, the test split in the same way
13
  - DatasetDistribution.png, a file with all the texts and a plot with character length
14
 
15
  ## Texts
 
8
  The files are as follows:
9
  - main.txt, a file with all the texts, every text on a newline, all English
10
  - vocab.txt, a file with the trained (BERT) vocab, a newline a new word
11
+ - train.csv, a file with length 129 sequences of tokens, csv of ints, containing 48,758 samples (6,289,782 tokens)
12
+ - test.csv, the test split in the same way, 5,417 samples (698,793 tokens)
13
  - DatasetDistribution.png, a file with all the texts and a plot with character length
14
 
15
  ## Texts