Datasets:
Modalities:
Text
Size:
10K - 100K
File size: 4,038 Bytes
f406645 850b86c f406645 850b86c 074ee68 850b86c f406645 850b86c f406645 850b86c 074ee68 850b86c f406645 850b86c f406645 850b86c 074ee68 850b86c f406645 850b86c f406645 850b86c f406645 bcb9dbc 074ee68 bcb9dbc 850b86c f406645 bcb9dbc 850b86c f406645 850b86c 074ee68 850b86c f406645 850b86c f406645 850b86c 074ee68 850b86c f406645 850b86c f406645 850b86c f406645 850b86c f406645 850b86c bcb9dbc 850b86c bcb9dbc 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 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
---
dataset_info:
- config_name: api_frameworks
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 130304
num_examples: 701
download_size: 59990
dataset_size: 130304
- config_name: code_completion
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 190995
num_examples: 164
download_size: 72596
dataset_size: 190995
- config_name: code_repair
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 66450
num_examples: 76
download_size: 29311
dataset_size: 66450
- config_name: dbms_sql
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 128077
num_examples: 389
download_size: 55253
dataset_size: 128077
- 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: execution_prediction
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 7287690
num_examples: 6006
download_size: 1805747
dataset_size: 7287690
- 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
- name: answer
dtype: string
splits:
- name: test
num_bytes: 2308531
num_examples: 2129
download_size: 975473
dataset_size: 2308531
- config_name: others
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 417552
num_examples: 1371
download_size: 187391
dataset_size: 417552
- config_name: programming_syntax
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 1883755
num_examples: 6216
download_size: 635999
dataset_size: 1883755
- config_name: software_principles
features:
- name: task_id
dtype: string
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 990080
num_examples: 2826
download_size: 384026
dataset_size: 990080
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: execution_prediction
data_files:
- split: test
path: execution_prediction/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-*
---
|