CoolFace
Datasetpublic

Tapos-Minmoy/custom-python-codeqa

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes23downloads
dataset_info.json24 linesDownload Raw Back to test
1{2  "citation": "",3  "description": "",4  "features": {5    "question": {6      "dtype": "string",7      "_type": "Value"8    },9    "code": {10      "dtype": "string",11      "_type": "Value"12    },13    "answer": {14      "dtype": "string",15      "_type": "Value"16    },17    "src": {18      "dtype": "string",19      "_type": "Value"20    }21  },22  "homepage": "",23  "license": ""24}