Datasets:
Add link to paper
Browse filesThis PR adds a link to the paper in the description.
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Stack V2 Edu
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
# Stack V2 Edu
|
| 7 |
|
| 8 |
## Description
|
| 9 |
We filter the [Stack V2](https://huggingface.co/datasets/bigcode/the-stack-v2) to only include code from openly licensed repositories, based on the license detection performed by the creators of Stack V2. When multiple licenses are detected in a single repository, we ensure that all of the licenses are on the [Blue Oak Council certified license list](https://blueoakcouncil.org/list). Per-document license information is available in the `license` entry of the `metadata` field of each example. Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
| 10 |
|
|
|
|
|
|
|
| 11 |
## Dataset Statistics
|
| 12 |
| Documents | UTF-8 GB |
|
| 13 |
|-----------|----------|
|
|
@@ -39,4 +42,4 @@ If you use this dataset, please cite:
|
|
| 39 |
archivePrefix={arXiv},
|
| 40 |
primaryClass={cs.SE}
|
| 41 |
}
|
| 42 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- text-generation
|
| 4 |
+
pretty_name: Stack V2 Edu
|
| 5 |
---
|
| 6 |
+
|
| 7 |
# Stack V2 Edu
|
| 8 |
|
| 9 |
## Description
|
| 10 |
We filter the [Stack V2](https://huggingface.co/datasets/bigcode/the-stack-v2) to only include code from openly licensed repositories, based on the license detection performed by the creators of Stack V2. When multiple licenses are detected in a single repository, we ensure that all of the licenses are on the [Blue Oak Council certified license list](https://blueoakcouncil.org/list). Per-document license information is available in the `license` entry of the `metadata` field of each example. Code for collecting, processing, and preparing this dataset is available in the [common-pile GitHub repo](https://github.com/r-three/common-pile).
|
| 11 |
|
| 12 |
+
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).
|
| 13 |
+
|
| 14 |
## Dataset Statistics
|
| 15 |
| Documents | UTF-8 GB |
|
| 16 |
|-----------|----------|
|
|
|
|
| 42 |
archivePrefix={arXiv},
|
| 43 |
primaryClass={cs.SE}
|
| 44 |
}
|
| 45 |
+
```
|