loubnabnl HF staff commited on
Commit
3a14d4d
1 Parent(s): a28a7e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  ## Dataset Description
4
 
5
- A dataset of Python files from Github. It is a more filtered version of the validation split [codeparrot-clean-valid](https://huggingface.co/datasets/lvwerra/codeparrot-clean-valid) of [codeparrot-clean](https://huggingface.co/datasets/lvwerra/codeparrot-clean#codeparrot-%F0%9F%A6%9C-dataset-cleaned). The additional filters aim at detecting configuration and test files, as well as outlier files that are unlikely to help the model learn code. The first three filters are applied with a probability of 0.7:
6
 
7
  - files with a mention of "test file" or "configuration file" or similar in the first 5 lines
8
  - files with high occurence of the keywords "test " or "config"
 
2
 
3
  ## Dataset Description
4
 
5
+ A dataset of Python files from Github. It is a more filtered version of the validation split [codeparrot-clean-valid](https://huggingface.co/datasets/codeparrot/codeparrot-clean-valid) of [codeparrot-clean](https://huggingface.co/datasets/codeparrot/codeparrot-clean#codeparrot-%F0%9F%A6%9C-dataset-cleaned). The additional filters aim at detecting configuration and test files, as well as outlier files that are unlikely to help the model learn code. The first three filters are applied with a probability of 0.7:
6
 
7
  - files with a mention of "test file" or "configuration file" or similar in the first 5 lines
8
  - files with high occurence of the keywords "test " or "config"