Datasets:
apcl
/

File size: 864 Bytes
d1158d7
 
 
 
 
 
 
 
 
 
 
 
084f7a5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## funcom-python dataset
Funcom-python dataset is a dataset from 40,000 Python projects downloaded from Github. It inludes 270k functions.
We provide the details of our dataset in the following table:

| filename | Value |
| ------- | ------- |
|coms.test | reference comment for testset|
|com.tok | token file for comment|
|dataset_graph.pkl | graph data for codegnnGRU model |
|dataset_seqs.h5 | sequence data which includes comment for training, and code for prediction and training  |
|dataset_short.pkl |file includes all tokens |
|graph.tok|token file for graph|
|smls.tok|token file for AST|

## Details Parameters

We provide details of the parameters in the following table: 

| Parameters | Value |
| ------- | ------- |
|tokens in target subroutine | 50|
|words in summary | 13|
|source code vocabulary size | 100k |
|summary vocabulary size  | 11000  |