iNeil77 commited on
Commit
9175c95
·
verified ·
1 Parent(s): 7ba602f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -29,7 +29,8 @@ configs:
29
  - split: train
30
  path: data/train-*
31
  ---
32
- This dataset contains deduplicated data from [StarCoder](https://huggingface.co/datasets/bigcode/starcoderdata), [The-Vault-inline](https://huggingface.co/datasets/Fsoft-AIC/the-vault-inline) and [Project_CodeNet](https://github.com/IBM/Project_CodeNet).
 
33
 
34
 
35
  Cleaning:
@@ -39,7 +40,7 @@ We filtered the data by:
39
 
40
  - **AST parsability**: we extracted only the AST parsable codes
41
  - **AST Depth**: only samples with depth from 2.0 to 31.0
42
- - **Maximum Line Length**: only samples with maximum of 12.0 to 400.0 characters
43
  - **Average Line Length**: only samples with 5.0 to 140.0 characters on average
44
- - **Alphanumeric Fraction** of samples is greater than 0.2
45
  - **Number of Lines**: from 6.0 to 300.0
 
29
  - split: train
30
  path: data/train-*
31
  ---
32
+ This dataset contains deduplicated data from [StarCoder](https://huggingface.co/datasets/bigcode/starcoderdata), [
33
+ The-Vault-inline](https://huggingface.co/datasets/Fsoft-AIC/the-vault-inline) and [Project_CodeNet](https://github.com/IBM/Project_CodeNet).
34
 
35
 
36
  Cleaning:
 
40
 
41
  - **AST parsability**: we extracted only the AST parsable codes
42
  - **AST Depth**: only samples with depth from 2.0 to 31.0
43
+ - **Maximum Line Length**: only samples with a maximum of 12.0 to 400.0 characters
44
  - **Average Line Length**: only samples with 5.0 to 140.0 characters on average
45
+ - **Alphanumeric Fraction** of samples is greater than 0.2 and less than 0.9
46
  - **Number of Lines**: from 6.0 to 300.0