mrochk commited on
Commit
51f4019
1 Parent(s): 8f0dbef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -4,10 +4,20 @@ license: apache-2.0
4
 
5
  # SRC-AST-CFG
6
 
7
- This dataset was created from *CodeSearchNet*, it contains triplets of (function, AST, CFG).
8
 
9
  It was made for training deep learning models to associate code representations.
10
 
 
 
 
 
 
 
 
 
 
 
11
  ## Contact
12
 
13
  e-mail: `mrochkoulets@gmail.com`
 
4
 
5
  # SRC-AST-CFG
6
 
7
+ This dataset was created from [CodeSearchNet](https://huggingface.co/datasets/code-search-net/code_search_net), it contains triplets of (function, AST, CFG).
8
 
9
  It was made for training deep learning models to associate code representations.
10
 
11
+ The code used to build it can be found [here](https://github.com/mrochk/codereps/tree/main/dataprep).
12
+
13
+ ## Size
14
+
15
+ #train = 278620 samples
16
+
17
+ #test = 15169 samples
18
+
19
+ #validation = 15566 samples
20
+
21
  ## Contact
22
 
23
  e-mail: `mrochkoulets@gmail.com`