Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,6 +47,29 @@ dataset_info:
|
|
| 47 |
num_examples: 177892
|
| 48 |
download_size: 97669540
|
| 49 |
dataset_size: 999221140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
configs:
|
| 51 |
- config_name: benchmark-loop_with_variable_v2_no_k
|
| 52 |
data_files:
|
|
@@ -60,4 +83,8 @@ configs:
|
|
| 60 |
path: github-200k/train-*
|
| 61 |
- split: validation
|
| 62 |
path: github-200k/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
---
|
|
|
|
| 47 |
num_examples: 177892
|
| 48 |
download_size: 97669540
|
| 49 |
dataset_size: 999221140
|
| 50 |
+
- config_name: github-350k
|
| 51 |
+
features:
|
| 52 |
+
- name: code
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: gsize
|
| 55 |
+
dtype: int64
|
| 56 |
+
- name: lsize
|
| 57 |
+
dtype: int64
|
| 58 |
+
- name: execution_time
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: input_sizes
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: __index_level_0__
|
| 63 |
+
dtype: int64
|
| 64 |
+
splits:
|
| 65 |
+
- name: train
|
| 66 |
+
num_bytes: 972582156
|
| 67 |
+
num_examples: 321251
|
| 68 |
+
- name: validation
|
| 69 |
+
num_bytes: 242278
|
| 70 |
+
num_examples: 610
|
| 71 |
+
download_size: 190314942
|
| 72 |
+
dataset_size: 972824434
|
| 73 |
configs:
|
| 74 |
- config_name: benchmark-loop_with_variable_v2_no_k
|
| 75 |
data_files:
|
|
|
|
| 83 |
path: github-200k/train-*
|
| 84 |
- split: validation
|
| 85 |
path: github-200k/validation-*
|
| 86 |
+
- config_name: github-350k
|
| 87 |
+
data_files:
|
| 88 |
+
- split: train
|
| 89 |
+
path: github-350k/train-*
|
| 90 |
---
|