Commit
·
904e109
1
Parent(s):
f400de6
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
A large dataset with over 100,000 examples consisting of Java classes from online code repositories, and develop a new encoder-decoder architecture that models the interaction between the method documentation and the class environment.
|
| 4 |
|
|
@@ -14,7 +14,7 @@ Data statistics of concode dataset are shown in the below table:
|
|
| 14 |
| Validation | 2,000 |
|
| 15 |
| Test | 2,000 |
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
Code corpus are saved in json lines format files. one line is a json object:
|
| 20 |
```
|
|
|
|
| 1 |
+
## Concode dataset
|
| 2 |
|
| 3 |
A large dataset with over 100,000 examples consisting of Java classes from online code repositories, and develop a new encoder-decoder architecture that models the interaction between the method documentation and the class environment.
|
| 4 |
|
|
|
|
| 14 |
| Validation | 2,000 |
|
| 15 |
| Test | 2,000 |
|
| 16 |
|
| 17 |
+
## Data Format
|
| 18 |
|
| 19 |
Code corpus are saved in json lines format files. one line is a json object:
|
| 20 |
```
|