Geralt-Targaryen commited on
Commit
1fa9d54
·
1 Parent(s): 3d6d992

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -3,11 +3,11 @@ language:
3
  - en
4
  ---
5
 
6
- A subset (about 3/10) of [the stack](https://huggingface.co/datasets/Zyphra/Zyda/tree/main/data/zyda_starcoder/zyda_starcoder-languages) that has been filtered and decontaminated.
7
 
8
  Based on the language distribution in the original data, only the following high-resource programming languages are retained: java, javascript, php, python, c-sharp, typescript, c, cpp, go, html, ruby, kotlin, shell, rust. Non-conventional programming languages such as markdown and json are removed. All non-English files are removed.
9
 
10
- This dataset has been decontaminated with respect to the following benchmarks based on n-gram overlap:
11
 
12
  - GLUE (dev set of SST-2, CoLA, QQP, WNLI, RTE, QNLI, MNLI; test set of MPRC)
13
  - SIQA, PIQA, QASC, CSQA, HellaSWAG (all dev set)
@@ -25,10 +25,8 @@ This dataset has been decontaminated with respect to the following benchmarks ba
25
  - MBPP (all 974 questions)
26
  - GPQA (diamond)
27
 
28
- 18 documents are removed during decontamination.
29
-
30
  ### Dataset Statistics
31
 
32
- Number of samples: 28,526,818.
33
 
34
- Size of downloaded parquet files: 43G.
 
3
  - en
4
  ---
5
 
6
+ A cleaned version of [the stack](https://huggingface.co/datasets/Zyphra/Zyda/tree/main/data/zyda_starcoder/zyda_starcoder-languages).
7
 
8
  Based on the language distribution in the original data, only the following high-resource programming languages are retained: java, javascript, php, python, c-sharp, typescript, c, cpp, go, html, ruby, kotlin, shell, rust. Non-conventional programming languages such as markdown and json are removed. All non-English files are removed.
9
 
10
+ This version has been decontaminated with respect to the following benchmarks based on n-gram overlap:
11
 
12
  - GLUE (dev set of SST-2, CoLA, QQP, WNLI, RTE, QNLI, MNLI; test set of MPRC)
13
  - SIQA, PIQA, QASC, CSQA, HellaSWAG (all dev set)
 
25
  - MBPP (all 974 questions)
26
  - GPQA (diamond)
27
 
 
 
28
  ### Dataset Statistics
29
 
30
+ Number of samples: 94,940,432.
31
 
32
+ Size of downloaded parquet files: 142G.