Datasets:
drvenabili
commited on
Commit
•
fb5deec
1
Parent(s):
56d5e6a
Update README.md
Browse files
README.md
CHANGED
@@ -310,7 +310,7 @@ A good description of the original data is available in this blog entry by Dana
|
|
310 |
|
311 |
If you use this dataset for academic research, cite it using the provided citation information at the bottom of this page.
|
312 |
|
313 |
-
In a nutshell, this
|
314 |
- only the OCRed text
|
315 |
- available in decadal subsets
|
316 |
- one line per sentence, sentences shorter than 4 words were discarded
|
@@ -388,6 +388,7 @@ ds_1800_1820 = concatenate_datasets([
|
|
388 |
])
|
389 |
```
|
390 |
|
|
|
391 |
|
392 |
### Data Splits
|
393 |
|
|
|
310 |
|
311 |
If you use this dataset for academic research, cite it using the provided citation information at the bottom of this page.
|
312 |
|
313 |
+
In a nutshell, this huggingface dataset version offers:
|
314 |
- only the OCRed text
|
315 |
- available in decadal subsets
|
316 |
- one line per sentence, sentences shorter than 4 words were discarded
|
|
|
388 |
])
|
389 |
```
|
390 |
|
391 |
+
Despite what the huggingface dataset viewer states the `all` config has 285.4M (285,384,149 to be precise) rows, not 77.9M.
|
392 |
|
393 |
### Data Splits
|
394 |
|