Add link to paper
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path:
|
7 |
- v0/documents/*.jsonl.gz
|
8 |
-
task_categories:
|
9 |
-
- text-generation
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
pretty_name: Python Enhancement Proposals
|
13 |
---
|
|
|
14 |
# Python Enhancement Proposals
|
15 |
|
16 |
## Description
|
@@ -19,6 +20,7 @@ There are been 661 PEPs published.
|
|
19 |
The majority of PEPs are published in the Public Domain, but 5 were published under the “Open Publication License” and omitted from this dataset.
|
20 |
PEPs are long, highly-polished, and technical in nature and often include code examples paired with their prose.
|
21 |
PEPs are authored in ReStructured Text; we used [pandoc](https://pandoc.org/) to convert them to plain text.
|
|
|
22 |
|
23 |
## Dataset Statistics
|
24 |
| Documents | UTF-8 GB |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- text-generation
|
6 |
+
pretty_name: Python Enhancement Proposals
|
7 |
configs:
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path:
|
12 |
- v0/documents/*.jsonl.gz
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
+
|
15 |
# Python Enhancement Proposals
|
16 |
|
17 |
## Description
|
|
|
20 |
The majority of PEPs are published in the Public Domain, but 5 were published under the “Open Publication License” and omitted from this dataset.
|
21 |
PEPs are long, highly-polished, and technical in nature and often include code examples paired with their prose.
|
22 |
PEPs are authored in ReStructured Text; we used [pandoc](https://pandoc.org/) to convert them to plain text.
|
23 |
+
This dataset is part of [The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text](https://huggingface.co/papers/2506.05209).
|
24 |
|
25 |
## Dataset Statistics
|
26 |
| Documents | UTF-8 GB |
|