code_x_glue_ct_code_to_text / generated_definitions.py
system's picture
system HF staff
Update files from the datasets library (from 1.8.0)
f602910
raw
history blame
No virus
3.74 kB
DEFINITIONS = {
"go": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "go",
"parameters": {"language": "go"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 8122, "train": 167288, "validation": 7325},
},
"java": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "java",
"parameters": {"language": "java"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 10955, "train": 164923, "validation": 5183},
},
"javascript": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "javascript",
"parameters": {"language": "javascript"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 3291, "train": 58025, "validation": 3885},
},
"php": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "php",
"parameters": {"language": "php"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 14014, "train": 241241, "validation": 12982},
},
"python": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "python",
"parameters": {"language": "python"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 14918, "train": 251820, "validation": 13914},
},
"ruby": {
"class_name": "CodeXGlueCtCodeToText",
"dataset_type": "Code-Text",
"description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
"dir_name": "code-to-text",
"name": "ruby",
"parameters": {"language": "ruby"},
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
"sizes": {"test": 1261, "train": 24927, "validation": 1400},
},
}