Update README.md
#7
by Pq234 - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
thumbnail:
|
|
|
|
| 3 |
annotations_creators: []
|
| 4 |
language_creators:
|
| 5 |
- crowdsourced
|
|
@@ -16,7 +17,7 @@ source_datasets: []
|
|
| 16 |
task_categories:
|
| 17 |
- text-generation
|
| 18 |
task_ids: []
|
| 19 |
-
pretty_name: The Stack v3
|
| 20 |
tags:
|
| 21 |
- code
|
| 22 |
dataset_info:
|
|
@@ -128,7 +129,7 @@ The Stack v3 is published in two complementary datasets:
|
|
| 128 |
|
| 129 |
`stack-v3-train` is derived from `stack-v3-full`: it is the near-deduplicated corpus with an additional round of quality heuristics applied, restricted to one representative per duplicate cluster, and grouped so that each row is a full repository.
|
| 130 |
|
| 131 |
-
`stack-v3-full` is documented in its own [dataset card](https://huggingface.co/
|
| 132 |
|
| 133 |
### Changelog
|
| 134 |
|
|
@@ -367,4 +368,4 @@ The Stack v3 builds on the methodology of The Stack v2 / StarCoder2:
|
|
| 367 |
|
| 368 |
### Acknowledgements
|
| 369 |
|
| 370 |
-
This dataset is derived from source code hosted on GitHub. We thank the developers who make their work publicly available, and the [BigCode](https://www.bigcode-project.org/) community, whose work on dataset filters, PII detection, and open code dataset governance informed much of this pipeline.
|
|
|
|
| 1 |
---
|
| 2 |
+
thumbnail: >-
|
| 3 |
+
https://huggingface.co/datasets/HuggingFaceCode/stack-v3-train/resolve/main/assets/banner.png
|
| 4 |
annotations_creators: []
|
| 5 |
language_creators:
|
| 6 |
- crowdsourced
|
|
|
|
| 17 |
task_categories:
|
| 18 |
- text-generation
|
| 19 |
task_ids: []
|
| 20 |
+
pretty_name: The Stack v3 🤖
|
| 21 |
tags:
|
| 22 |
- code
|
| 23 |
dataset_info:
|
|
|
|
| 129 |
|
| 130 |
`stack-v3-train` is derived from `stack-v3-full`: it is the near-deduplicated corpus with an additional round of quality heuristics applied, restricted to one representative per duplicate cluster, and grouped so that each row is a full repository.
|
| 131 |
|
| 132 |
+
`stack-v3-full` is documented in its own [dataset card](https://huggingface.co/Pq234/HuggingFaceCode/stack-v3-full). Reach for it when `stack-v3-train` is not enough: it retains all near-duplicates with their **`dedup_cluster`** IDs and pre-filtering signals (so you can roll your own deduplication and filtering), and its metadata lists **every** file of every repository — including stubs for binary, oversized, and undetected-language files — so you can locate and re-crawl anything we excluded (PDFs, binary assets, niche languages).
|
| 133 |
|
| 134 |
### Changelog
|
| 135 |
|
|
|
|
| 368 |
|
| 369 |
### Acknowledgements
|
| 370 |
|
| 371 |
+
This dataset is derived from source code hosted on GitHub. We thank the developers who make their work publicly available, and the [BigCode](https://www.bigcode-project.org/) community, whose work on dataset filters, PII detection, and open code dataset governance informed much of this pipeline.
|