Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
- fr
|
| 7 |
+
- zh
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Gutemberg
|
| 11 |
+
|
| 12 |
+
Our version of the [project gutemberg corpus](https://huggingface.co/datasets/manu/project_gutenberg), so as used to pretrain Apertus.
|
| 13 |
+
|
| 14 |
+
More details about data provenance, preparation, and statistics can be found in our [tech report](https://github.com/swiss-ai/apertus-tech-report).
|
| 15 |
+
|
| 16 |
+
Sampling, filtering and data-preparation scripts can be found in [our dedicated GitHub repository](https://github.com/swiss-ai/pretrain-data/tree/main/pipelines/gutemberg).
|
| 17 |
+
|
| 18 |
+
Feel free to [reach out](mailto:sven.najem-meyer@epfl.ch) for any questions or suggestions 😊
|