Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
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).
|
2 |
+
|
3 |
+
|
4 |
+
Cleaning:
|
5 |
+
- We removed the metadata tags (file-name, number of stars etc) from starcoder split of the dataset
|
6 |
+
|
7 |
+
We filtered the data by:
|
8 |
+
|
9 |
+
- **AST parsability**: we extracted only the AST parsable codes
|
10 |
+
- **AST Depth**: only samples with depth from 2.0 to 31.0
|
11 |
+
- **Maximum Line Length**: only samples with maximum of 12.0 to 400.0 characters
|
12 |
+
- **Average Line Length**: only samples with 5.0 to 140.0 characters on average
|
13 |
+
- **Alphanumeric Fraction** of samples is greater than 0.2
|
14 |
+
- **Number of Lines**: from 6.0 to 300.0
|