minhkhoi1026
commited on
Commit
•
fc68e2d
1
Parent(s):
3d1f5d4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -226,6 +226,32 @@ dataset_info:
|
|
226 |
num_examples: 40
|
227 |
download_size: 98036192
|
228 |
dataset_size: 1204195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
- config_name: github-200k
|
230 |
features:
|
231 |
- name: code
|
@@ -475,6 +501,10 @@ configs:
|
|
475 |
data_files:
|
476 |
- split: standardized.jsonl
|
477 |
path: benchmark-shoc-bfs/standardized.jsonl-*
|
|
|
|
|
|
|
|
|
478 |
- config_name: github-200k
|
479 |
data_files:
|
480 |
- split: train
|
|
|
226 |
num_examples: 40
|
227 |
download_size: 98036192
|
228 |
dataset_size: 1204195
|
229 |
+
- config_name: benchmark-shoc-triad
|
230 |
+
features:
|
231 |
+
- name: code
|
232 |
+
dtype: string
|
233 |
+
- name: gsize
|
234 |
+
dtype: int64
|
235 |
+
- name: lsize
|
236 |
+
dtype: int64
|
237 |
+
- name: execution_time
|
238 |
+
dtype: float64
|
239 |
+
- name: input_sizes
|
240 |
+
dtype: string
|
241 |
+
- name: __index_level_0__
|
242 |
+
dtype: int64
|
243 |
+
splits:
|
244 |
+
- name: train
|
245 |
+
num_bytes: 848082
|
246 |
+
num_examples: 2115
|
247 |
+
- name: validation
|
248 |
+
num_bytes: 289853
|
249 |
+
num_examples: 735
|
250 |
+
- name: standardized.jsonl
|
251 |
+
num_bytes: 5220
|
252 |
+
num_examples: 9
|
253 |
+
download_size: 98029015
|
254 |
+
dataset_size: 1143155
|
255 |
- config_name: github-200k
|
256 |
features:
|
257 |
- name: code
|
|
|
501 |
data_files:
|
502 |
- split: standardized.jsonl
|
503 |
path: benchmark-shoc-bfs/standardized.jsonl-*
|
504 |
+
- config_name: benchmark-shoc-triad
|
505 |
+
data_files:
|
506 |
+
- split: standardized.jsonl
|
507 |
+
path: benchmark-shoc-triad/standardized.jsonl-*
|
508 |
- config_name: github-200k
|
509 |
data_files:
|
510 |
- split: train
|