| --- |
| license: apache-2.0 |
| --- |
| |
| # SRC-AST-CFG |
|
|
| This dataset was created from [CodeSearchNet](https://huggingface.co/datasets/code-search-net/code_search_net), it contains triplets of (function, AST, CFG). |
|
|
| It was made for training deep learning models to associate code representations. |
|
|
| The code used to build it can be found [here](https://github.com/mrochk/codereps/tree/main/dataprep). |
|
|
| ## Size |
|
|
| #train = 278620 samples |
|
|
| #test = 15169 samples |
|
|
| #validation = 15566 samples |
|
|
| ## Contact |
|
|
| e-mail: `mrochkoulets@gmail.com` |