CoolFace
Modelpublic

thealper2/codet5-base-code-repair

sourceHugging Facebsd-3-clauseupdated 2d agoView on Hugging Face
0likes247downloads
dataset_summary.json88 linesDownload Raw Back to root
1{2  "dataset_name": "google/code_x_glue_cc_code_refinement",3  "dataset_config": "small",4  "splits": {5    "train": 46680,6    "validation": 5835,7    "test": 58358  },9  "source_column": "buggy",10  "target_column": "fixed",11  "detected_language": "java (heuristic, score=1193)",12  "columns": [13    "id",14    "buggy",15    "fixed"16  ],17  "malformed": {18    "train": 0,19    "validation": 0,20    "test": 021  },22  "identical_pairs": {23    "train": 0,24    "validation": 0,25    "test": 026  },27  "length_stats": {28    "train/buggy": {29      "mean": 53.388110539845755,30      "p50": 53.0,31      "p95": 82.0,32      "p99": 92.0,33      "max": 13234    },35    "train/fixed": {36      "mean": 48.23601113967438,37      "p50": 47.0,38      "p95": 79.0,39      "p99": 89.0,40      "max": 12441    },42    "validation/buggy": {43      "mean": 53.56966580976864,44      "p50": 53.0,45      "p95": 82.0,46      "p99": 91.65999999999985,47      "max": 11948    },49    "validation/fixed": {50      "mean": 48.40222793487575,51      "p50": 48.0,52      "p95": 79.0,53      "p99": 87.0,54      "max": 11155    },56    "test/buggy": {57      "mean": 53.23547557840617,58      "p50": 53.0,59      "p95": 83.0,60      "p99": 92.0,61      "max": 12862    },63    "test/fixed": {64      "mean": 48.16915167095116,65      "p50": 48.0,66      "p95": 78.0,67      "p99": 88.0,68      "max": 13069    }70  },71  "truncated": {72    "train": {73      "source_truncated": 0,74      "target_truncated": 0,75      "total": 4668076    },77    "validation": {78      "source_truncated": 0,79      "target_truncated": 0,80      "total": 583581    },82    "test": {83      "source_truncated": 0,84      "target_truncated": 0,85      "total": 583586    }87  }88}