Updated readme
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
### Dataset is imported from CodeXGLUE and pre-processed using their script.
|
@@ -53,11 +58,7 @@ For each file, each line in the uncompressed file represents one function. One
|
|
53 |
| Programming Language | Training | Dev | Test |
|
54 |
| :------------------- | :------: | :----: | :----: |
|
55 |
| Python | 251,820 | 13,914 | 14,918 |
|
56 |
-
|
57 |
-
| Go | 167,288 | 7,325 | 8,122 |
|
58 |
-
| Java | 164,923 | 5,183 | 10,955 |
|
59 |
-
| JavaScript | 58,025 | 3,885 | 3,291 |
|
60 |
-
| Ruby | 24,927 | 1,400 | 1,261 |
|
61 |
|
62 |
## Reference
|
63 |
<pre><code>@article{husain2019codesearchnet,
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
Programminglanguage: "python"
|
4 |
+
version: "2.7"
|
5 |
+
Date: "Codesearchnet(Jun 2020 - paper release date)"
|
6 |
+
Contaminated: "Very Likely"
|
7 |
+
Size: "Standar Tokenizer (TreeSitter)"
|
8 |
---
|
9 |
|
10 |
### Dataset is imported from CodeXGLUE and pre-processed using their script.
|
|
|
58 |
| Programming Language | Training | Dev | Test |
|
59 |
| :------------------- | :------: | :----: | :----: |
|
60 |
| Python | 251,820 | 13,914 | 14,918 |
|
61 |
+
|
|
|
|
|
|
|
|
|
62 |
|
63 |
## Reference
|
64 |
<pre><code>@article{husain2019codesearchnet,
|