Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: Library of Congress
|
7 |
+
---
|
8 |
+
# Library of Congress
|
9 |
+
|
10 |
+
## Description
|
11 |
+
The Library of Congress (LoC) curates a collection of public domain books called ["Selected Digitized Books"](https://www.loc.gov/collections/selected-digitized-books/).
|
12 |
+
We have downloaded over 130,000 English-language books from this public domain collection as OCR plain text files using the [LoC APIs](https://www.loc.gov/apis/).
|
13 |
+
|
14 |
+
## Dataset Statistics
|
15 |
+
| Documents | UTF-8 GB | Times seen during training| Tokens |
|
16 |
+
------------|----------|---------------------------|--------|
|
17 |
+
| 129,052 | 35.6 | 0.25x | 2.2B |
|
18 |
+
|
19 |
+
## License Issues
|
20 |
+
While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](TODO link)). If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
|
21 |
+
|
22 |
+
|
23 |
+
## Other Versions
|
24 |
+
This is the "filtered" version of the Library of Congress dataset.
|
25 |
+
If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/library_of_congress).
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
If you use this dataset, please cite:
|
29 |
+
```bibtex
|
30 |
+
@article{kandpal2025common,
|
31 |
+
title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
|
32 |
+
author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
|
33 |
+
journal={arXiv preprint},
|
34 |
+
year={2025}
|
35 |
+
}
|
36 |
+
```
|