Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -70,6 +70,29 @@ dataset_info:
|
|
70 |
num_examples: 36195
|
71 |
download_size: 101263343
|
72 |
dataset_size: 32103419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
configs:
|
74 |
- config_name: benchmark-loop_with_variable_v2_no_k
|
75 |
data_files:
|
@@ -89,4 +112,8 @@ configs:
|
|
89 |
path: github-350k/train-*
|
90 |
- split: validation
|
91 |
path: github-350k/validation-*
|
|
|
|
|
|
|
|
|
92 |
---
|
|
|
70 |
num_examples: 36195
|
71 |
download_size: 101263343
|
72 |
dataset_size: 32103419
|
73 |
+
- config_name: github-400k
|
74 |
+
features:
|
75 |
+
- name: code
|
76 |
+
dtype: string
|
77 |
+
- name: gsize
|
78 |
+
dtype: int64
|
79 |
+
- name: lsize
|
80 |
+
dtype: int64
|
81 |
+
- name: execution_time
|
82 |
+
dtype: float64
|
83 |
+
- name: input_sizes
|
84 |
+
dtype: string
|
85 |
+
- name: __index_level_0__
|
86 |
+
dtype: int64
|
87 |
+
splits:
|
88 |
+
- name: train
|
89 |
+
num_bytes: 1016976879
|
90 |
+
num_examples: 348970
|
91 |
+
- name: validation
|
92 |
+
num_bytes: 242278
|
93 |
+
num_examples: 610
|
94 |
+
download_size: 193182914
|
95 |
+
dataset_size: 1017219157
|
96 |
configs:
|
97 |
- config_name: benchmark-loop_with_variable_v2_no_k
|
98 |
data_files:
|
|
|
112 |
path: github-350k/train-*
|
113 |
- split: validation
|
114 |
path: github-350k/validation-*
|
115 |
+
- config_name: github-400k
|
116 |
+
data_files:
|
117 |
+
- split: train
|
118 |
+
path: github-400k/train-*
|
119 |
---
|