CodeGauntlet / dataset_infos.json
S-Dreamer's picture
Create dataset_infos.json
31a4405 verified
{
"codegauntlt": {
"description": "Adversarial and real-world bugs for evaluating code repair agents.",
"citation": "@misc{codegauntlt2025, title={CodeGauntlt: A Dataset for Adversarial Evaluation of Code Repair Models}, author={Esteban and Collaborators}, year={2025}, howpublished={\\url{https://huggingface.co/datasets/HackerHardware/CodeGauntlt}}}",
"homepage": "https://huggingface.co/datasets/HackerHardware/CodeGauntlt",
"license": "apache-2.0",
"features": {
"id": {"dtype": "string", "_type": "Value"},
"source": {"dtype": "string", "_type": "Value"},
"description": {"dtype": "string", "_type": "Value"},
"code_buggy": {"dtype": "string", "_type": "Value"},
"code_fixed": {"dtype": "string", "_type": "Value"},
"bug_type": {"dtype": "string", "_type": "Value"},
"tags": {"dtype": "string", "_type": "Value"},
"metadata": {"dtype": "string", "_type": "Value"}
},
"splits": {
"train": {"name": "train", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
"validation": {"name": "validation", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
"test": {"name": "test", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"}
}
}
}