Datasets:
apcl
/

chiayisu commited on
Commit
d1158d7
1 Parent(s): 874c21d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## funcom-python dataset
2
+ Funcom-python dataset is a dataset from 40,000 Python projects downloaded from Github. It inludes 270k functions.
3
+ We provide the details of our dataset in the following table:
4
+
5
+ | filename | Value |
6
+ | ------- | ------- |
7
+ |coms.test | reference comment for testset|
8
+ |com.tok | token file for comment|
9
+ |dataset_graph.pkl | graph data for codegnnGRU model |
10
+ |dataset_seqs.h5 | sequence data which includes comment for training, and code for prediction and training |
11
+ |dataset_short.pkl |file includes all tokens |
12
+ |graph.tok|token file for graph|
13
+ |smls.tok|token file for AST|