CoolFace
Datasetpublic

trainerGuy/work

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
README.md65 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: repo5    dtype: string6  - name: base_commit7    dtype: string8  - name: version9    dtype: string10  - name: instance_id11    dtype: string12  - name: patch13    dtype: string14  - name: test_patch15    dtype: string16  - name: preds_context17    struct:18    - name: first19      dtype: string20    - name: last21      dtype: string22    - name: last_minus_one23      dtype: string24    - name: none25      dtype: string26    - name: preamble27      dtype: string28  - name: code_src29    dtype: string30  - name: test_src31    dtype: string32  - name: code_file33    dtype: string34  - name: test_file35    dtype: string36  - name: local_imports37    sequence: string38  - name: id39    dtype: string40  - name: baseline_covs41    struct:42    - name: first43      dtype: float6444    - name: last45      dtype: float6446    - name: last_minus_one47      dtype: float6448  splits:49  - name: test50    num_bytes: 2258513451    num_examples: 16052  - name: dev53    num_bytes: 198532354    num_examples: 1555  download_size: 774897756  dataset_size: 2457045757configs:58- config_name: default59  data_files:60  - split: test61    path: data/test-*62  - split: dev63    path: data/dev-*64---65