Datasets:

Modalities:
Tabular
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
nielsr HF Staff commited on
Commit
3259c9a
·
verified ·
1 Parent(s): c354dbe

Add link to paper

Browse files

This PR adds a link to the paper in the description.

Files changed (1) hide show
  1. README.md +5 -2
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
+ ```