Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ We provide the details of our dataset in the following table:
|
|
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|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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|
|
14 |
+
|
15 |
+
## Details Parameters
|
16 |
+
|
17 |
+
We provide details of the parameters in the following table:
|
18 |
+
|
19 |
+
| Parameters | Value |
|
20 |
+
| ------- | ------- |
|
21 |
+
|tokens in target subroutine | 50|
|
22 |
+
|words in summary | 13|
|
23 |
+
|source code vocabulary size | 100k |
|
24 |
+
|summary vocabulary size | 11000 |
|