Create dataset_infos.json
Browse files- dataset_infos.json +23 -0
dataset_infos.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codegauntlt": {
|
3 |
+
"description": "Adversarial and real-world bugs for evaluating code repair agents.",
|
4 |
+
"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}}}",
|
5 |
+
"homepage": "https://huggingface.co/datasets/HackerHardware/CodeGauntlt",
|
6 |
+
"license": "apache-2.0",
|
7 |
+
"features": {
|
8 |
+
"id": {"dtype": "string", "_type": "Value"},
|
9 |
+
"source": {"dtype": "string", "_type": "Value"},
|
10 |
+
"description": {"dtype": "string", "_type": "Value"},
|
11 |
+
"code_buggy": {"dtype": "string", "_type": "Value"},
|
12 |
+
"code_fixed": {"dtype": "string", "_type": "Value"},
|
13 |
+
"bug_type": {"dtype": "string", "_type": "Value"},
|
14 |
+
"tags": {"dtype": "string", "_type": "Value"},
|
15 |
+
"metadata": {"dtype": "string", "_type": "Value"}
|
16 |
+
},
|
17 |
+
"splits": {
|
18 |
+
"train": {"name": "train", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
|
19 |
+
"validation": {"name": "validation", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
|
20 |
+
"test": {"name": "test", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"}
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|