CoolFace
Datasetpublic

marcov/great_code_promptsource

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes47downloads
README.md73 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: int326  - name: source_tokens7    sequence: string8  - name: has_bug9    dtype: bool10  - name: error_location11    dtype: int3212  - name: repair_candidates13    sequence: string14  - name: bug_kind15    dtype: int3216  - name: bug_kind_name17    dtype: string18  - name: repair_targets19    sequence: int3220  - name: edges21    list:22      list:23      - name: before_index24        dtype: int3225      - name: after_index26        dtype: int3227      - name: edge_type28        dtype: int3229      - name: edge_type_name30        dtype: string31  - name: provenances32    list:33    - name: datasetProvenance34      struct:35      - name: datasetName36        dtype: string37      - name: filepath38        dtype: string39      - name: license40        dtype: string41      - name: note42        dtype: string43  - name: template_name44    dtype: string45  - name: template46    dtype: string47  - name: rendered_input48    dtype: string49  - name: rendered_output50    dtype: string51  splits:52  - name: train53    num_bytes: 63260287967.2730754    num_examples: 628083055  - name: validation56    num_bytes: 6475512405.46955257    num_examples: 64819758  - name: test59    num_bytes: 33923650691.78714860    num_examples: 338238561  download_size: 1327459706562  dataset_size: 103659451064.5297963configs:64- config_name: default65  data_files:66  - split: train67    path: data/train-*68  - split: validation69    path: data/validation-*70  - split: test71    path: data/test-*72---73