Update README.md
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.
|
@@ -52,12 +57,7 @@ For each file, each line in the uncompressed file represents one function. One
|
|
52 |
|
53 |
| Programming Language | Training | Dev | Test |
|
54 |
| :------------------- | :------: | :----: | :----: |
|
55 |
-
| Python | 251,820 | 13,914 | 14,918 |
|
56 |
-
| PHP | 241,241 | 12,982 | 14,014 |
|
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: "go"
|
4 |
+
version: "N/A"
|
5 |
+
Date: "Codesearchnet(Jun 2020 - paper release date)"
|
6 |
+
Contaminated: "Very Likely"
|
7 |
+
Size: "Standard Tokenizer (TreeSitter)"
|
8 |
---
|
9 |
|
10 |
### Dataset is imported from CodeXGLUE and pre-processed using their script.
|
|
|
57 |
|
58 |
| Programming Language | Training | Dev | Test |
|
59 |
| :------------------- | :------: | :----: | :----: |
|
|
|
|
|
60 |
| Go | 167,288 | 7,325 | 8,122 |
|
|
|
|
|
|
|
61 |
|
62 |
## Reference
|
63 |
<pre><code>@article{husain2019codesearchnet,
|