python_obfuscated / dataset_info.json
asure22's picture
Initial commit
9e6d014 verified
{
"citation": "",
"description": "",
"features": {
"repo": {
"dtype": "string",
"_type": "Value"
},
"path": {
"dtype": "string",
"_type": "Value"
},
"func_name": {
"dtype": "string",
"_type": "Value"
},
"original_string": {
"dtype": "string",
"_type": "Value"
},
"language": {
"dtype": "string",
"_type": "Value"
},
"code": {
"dtype": "string",
"_type": "Value"
},
"code_tokens": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"docstring": {
"dtype": "string",
"_type": "Value"
},
"docstring_tokens": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"sha": {
"dtype": "string",
"_type": "Value"
},
"url": {
"dtype": "string",
"_type": "Value"
},
"partition": {
"dtype": "string",
"_type": "Value"
},
"summary": {
"dtype": "string",
"_type": "Value"
},
"obf_code": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "",
"license": ""
}