Datasets:
Commit ·
b8cf332
1
Parent(s): 1f68a53
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
pretty_name: Only Clean Data (OCD)
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10B<n<100B
|
| 8 |
---
|
| 9 |
+
# Dataset Card for Only Clean Data (OCD)
|
| 10 |
+
|
| 11 |
+
If you are training base language models and want the cleanest sources available, OCD was built just for you.
|
| 12 |
+
|
| 13 |
+
## Dataset Details
|
| 14 |
+
|
| 15 |
+
### Dataset Description
|
| 16 |
+
|
| 17 |
+
All data added to OCD has been cleaned to ensure the highest possible quality. Part of this process includes manually inspecting (and sometimes manually fixing) thousands of documents.
|
| 18 |
+
Whenever defects are found (from e.g. conversion errors), they will be fixed for the next major version.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
### Dataset Sources
|
| 22 |
+
|
| 23 |
+
OCD currently consists of 2 major subsets:
|
| 24 |
+
|
| 25 |
+
- Web data originating from [C4](https://huggingface.co/datasets/c4). This subset was heavily filtered to remove a lot of spam and templates. It consists of approximately 18M documents, which is roughly 5% of the original 365M documents.
|
| 26 |
+
- Peer reviewed research originating from [PLOS](https://plos.org/text-and-data-mining/). Documents were normalized to markdown from the original JATS XML, and were processed to remove captions and references to missing figures. A large number of these documents were manually inspected to remove irrelevant files (e.g. PLOS announcements, letters to the editor, and short comments).
|
| 27 |
+
|
| 28 |
+
This dataset is actively in development, and will soon be extended to include various domains, including (appropriately licensed) books, research from other sources, code, and more.
|
| 29 |
+
|
| 30 |
+
## Uses
|
| 31 |
+
|
| 32 |
+
The primary intended use of this dataset is for training base language models. Given this, emphasis is put on gathering high quality data from a variety of sources.
|
| 33 |
+
|