Datasets:
| { | |
| "source": "CodeXGLUE Defect Detection", | |
| "task": "vulnerability_detection", | |
| "language": "c", | |
| "splits": [ | |
| { | |
| "split": "train", | |
| "status": "ok", | |
| "total": 21854, | |
| "vulnerable": 10018, | |
| "clean": 11836, | |
| "output_path": "data/final/review/train.jsonl" | |
| }, | |
| { | |
| "split": "validation", | |
| "status": "ok", | |
| "total": 2732, | |
| "vulnerable": 1187, | |
| "clean": 1545, | |
| "output_path": "data/final/review/validation.jsonl" | |
| }, | |
| { | |
| "split": "test", | |
| "status": "ok", | |
| "total": 2732, | |
| "vulnerable": 1255, | |
| "clean": 1477, | |
| "output_path": "data/final/review/test.jsonl" | |
| } | |
| ] | |
| } |