Datasets:
Size:
1M<n<10M
ArXiv:
Tags:
programming-language
code
program-synthesis
automatic-code-repair
code-retrieval
code-translation
License:
Update xCodeEval.py
Browse files- xCodeEval.py +1 -0
xCodeEval.py
CHANGED
@@ -272,6 +272,7 @@ _TEXT_FEATURES = {
|
|
272 |
"code_compilation": {
|
273 |
"file_name",
|
274 |
"lang",
|
|
|
275 |
"source_code",
|
276 |
"compilation_error",
|
277 |
"code_uid",
|
|
|
272 |
"code_compilation": {
|
273 |
"file_name",
|
274 |
"lang",
|
275 |
+
"lang_cluster",
|
276 |
"source_code",
|
277 |
"compilation_error",
|
278 |
"code_uid",
|