Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -31,3 +31,13 @@ configs:
31
  - split: train
32
  path: data/train-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
31
  - split: train
32
  path: data/train-*
33
  ---
34
+
35
+ This dataset contains deduplicated data from [The-Vault-function](https://huggingface.co/datasets/Fsoft-AIC/the-vault-function) and [The-Vault-class](https://huggingface.co/datasets/Fsoft-AIC/the-vault-class).
36
+ We filtered the data by:
37
+
38
+ - **AST parsability**: we extracted only the AST parsable codes
39
+ - **AST Depth**: only samples with depth from 2.0 to 31.0
40
+ - **Maximum Line Length**: only samples with maximum of 12.0 to 400.0 characters
41
+ - **Average Line Length**: only samples with 5.0 to 140.0 characters on average
42
+ - **Alphanumeric Fraction** of samples is greater than 0.2
43
+ - **Number of Lines**: from 6.0 to 300.0