File size: 3,339 Bytes
f406645 2bd6467 074ee68 2bd6467 f406645 9bc1e75 074ee68 9bc1e75 f406645 2376402 074ee68 2376402 f406645 e078528 074ee68 e078528 f406645 a9a0a88 074ee68 a9a0a88 f406645 7eaa394 f406645 7eaa394 074ee68 7eaa394 f406645 11f843a 074ee68 11f843a f406645 4eb1d45 074ee68 4eb1d45 f406645 6a9dfa1 074ee68 6a9dfa1 4eb1d45 2bd6467 9bc1e75 2376402 e078528 a9a0a88 7eaa394 11f843a 4eb1d45 6a9dfa1 f406645 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 |
---
dataset_info:
- config_name: api_frameworks
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 126799
num_examples: 701
download_size: 59803
dataset_size: 126799
- config_name: code_completion
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 190175
num_examples: 164
download_size: 74653
dataset_size: 190175
- config_name: code_repair
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 66070
num_examples: 76
download_size: 30118
dataset_size: 66070
- config_name: dbms_sql
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 128562
num_examples: 393
download_size: 57119
dataset_size: 128562
- config_name: defect_detection
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 7257660
num_examples: 6006
download_size: 1818636
dataset_size: 7257660
- config_name: fill_in_the_middle
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: problem_description
dtype: string
splits:
- name: test
num_bytes: 2297886
num_examples: 2129
download_size: 979767
dataset_size: 2297886
- config_name: others
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 410697
num_examples: 1371
download_size: 186951
dataset_size: 410697
- config_name: programming_syntax
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 1854648
num_examples: 6220
download_size: 637818
dataset_size: 1854648
- config_name: software_principles
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
splits:
- name: test
num_bytes: 987525
num_examples: 2853
download_size: 388296
dataset_size: 987525
configs:
- config_name: api_frameworks
data_files:
- split: test
path: api_frameworks/test-*
- config_name: code_completion
data_files:
- split: test
path: code_completion/test-*
- config_name: code_repair
data_files:
- split: test
path: code_repair/test-*
- config_name: dbms_sql
data_files:
- split: test
path: dbms_sql/test-*
- config_name: defect_detection
data_files:
- split: test
path: defect_detection/test-*
- config_name: fill_in_the_middle
data_files:
- split: test
path: fill_in_the_middle/test-*
- config_name: others
data_files:
- split: test
path: others/test-*
- config_name: programming_syntax
data_files:
- split: test
path: programming_syntax/test-*
- config_name: software_principles
data_files:
- split: test
path: software_principles/test-*
---
|