Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
loubnabnl HF staff commited on
Commit
eeec5ca
·
verified ·
1 Parent(s): 172d5e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -494,6 +494,10 @@ Stack-Edu is a 125B token dataset of educational code filtered from [The Stack v
494
 
495
  This dataset was curated using a classifier-based filtering strategy, inspired by [📚 FineWeb-Edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu), to retain only the highest-quality educational programming content.
496
 
 
 
 
 
497
  ## Downloading the data
498
  This dataset only contains the SWHIDs to download the code files and not the content of the files itself. The contents can be downloaded from Software Heritage's S3 bucket to ensure data compliance.
499
  Please refer to [the-stack-v2](https://huggingface.co/datasets/bigcode/the-stack-v2-train-full-ids) for the data license.
@@ -556,17 +560,13 @@ The table below shows the number of tokens in each programming language using [S
556
  | Ruby | 1.61 |
557
 
558
 
559
- ## Dataset curation and results
560
  To build Stack-Edu, we:
561
 
562
  - Selected 15 largest programming languages from StarCoder2Data
563
  - Trained 15 language-specific classifiers, using [StarEncoder](https://huggingface.co/bigcode/starencoder) model on synthetic annotations generated by Llama3-70B-Instruct. The classifiers for each language are available in this [collection](https://huggingface.co/collections/HuggingFaceTB/the-ultimate-collection-of-code-classifiers-67b5aa3eb8994a4b71453005).
564
  - Applied a filtering threshold of 3 (out of 5) to retain highly educational content, except for Java, which performed best at threshold 2.
565
 
566
- Stack-Edu shows consistent improvement over StarCoder2data on all the programming languages on MultiPL-E benchmark.
567
-
568
- <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/GWnPgD0diMu0I8buK6mvG.png" width="600"/>
569
-
570
  ## Citation Information
571
 
572
  ```
 
494
 
495
  This dataset was curated using a classifier-based filtering strategy, inspired by [📚 FineWeb-Edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu), to retain only the highest-quality educational programming content.
496
 
497
+ Stack-Edu shows consistent improvement over StarCoder2data on all the programming languages on MultiPL-E benchmark.
498
+
499
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/GWnPgD0diMu0I8buK6mvG.png" width="600"/>
500
+
501
  ## Downloading the data
502
  This dataset only contains the SWHIDs to download the code files and not the content of the files itself. The contents can be downloaded from Software Heritage's S3 bucket to ensure data compliance.
503
  Please refer to [the-stack-v2](https://huggingface.co/datasets/bigcode/the-stack-v2-train-full-ids) for the data license.
 
560
  | Ruby | 1.61 |
561
 
562
 
563
+ ## Dataset curation
564
  To build Stack-Edu, we:
565
 
566
  - Selected 15 largest programming languages from StarCoder2Data
567
  - Trained 15 language-specific classifiers, using [StarEncoder](https://huggingface.co/bigcode/starencoder) model on synthetic annotations generated by Llama3-70B-Instruct. The classifiers for each language are available in this [collection](https://huggingface.co/collections/HuggingFaceTB/the-ultimate-collection-of-code-classifiers-67b5aa3eb8994a4b71453005).
568
  - Applied a filtering threshold of 3 (out of 5) to retain highly educational content, except for Java, which performed best at threshold 2.
569
 
 
 
 
 
570
  ## Citation Information
571
 
572
  ```