Update README.md
Browse filesAdded few words about the data source and filtering
    	
        README.md
    CHANGED
    
    | @@ -31,3 +31,12 @@ configs: | |
| 31 | 
             
              - split: train
         | 
| 32 | 
             
                path: data/train-*
         | 
| 33 | 
             
            ---
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 31 | 
             
              - split: train
         | 
| 32 | 
             
                path: data/train-*
         | 
| 33 | 
             
            ---
         | 
| 34 | 
            +
            This dataset contains deduplicated data from [TACO](https://huggingface.co/datasets/BAAI/TACO) dataset, and additional 107k CodeForces solutions in Python, Java, C++ from [this link](https://www.kaggle.com/datasets/yeoyunsianggeremie/codeforces-code-dataset). 
         | 
| 35 | 
            +
             | 
| 36 | 
            +
            Filtering strategy:
         | 
| 37 | 
            +
            - **AST parsability**: we extracted only the AST parsable codes  
         | 
| 38 | 
            +
            - **AST Depth**: only samples with depth from 2.0 to 31.0
         | 
| 39 | 
            +
            - **Maximum Line Length**: only samples with maximum of 12.0 to 400.0 characters
         | 
| 40 | 
            +
            - **Average Line Length**: only samples with 5.0 to 140.0 characters on average
         | 
| 41 | 
            +
            - **Alphanumeric Fraction** of samples is greater than 0.2
         | 
| 42 | 
            +
            - **Number of Lines**: from 6.0 to 300.0
         | 
