Upload dataset
Browse files- README.md +105 -1
- cpp/train-00000-of-00015.parquet +3 -0
- cpp/train-00001-of-00015.parquet +3 -0
- cpp/train-00002-of-00015.parquet +3 -0
- cpp/train-00003-of-00015.parquet +3 -0
- cpp/train-00004-of-00015.parquet +3 -0
- cpp/train-00005-of-00015.parquet +3 -0
- cpp/train-00006-of-00015.parquet +3 -0
- cpp/train-00007-of-00015.parquet +3 -0
- cpp/train-00008-of-00015.parquet +3 -0
- cpp/train-00009-of-00015.parquet +3 -0
- cpp/train-00010-of-00015.parquet +3 -0
- cpp/train-00011-of-00015.parquet +3 -0
- cpp/train-00012-of-00015.parquet +3 -0
- cpp/train-00013-of-00015.parquet +3 -0
- cpp/train-00014-of-00015.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: hexsha
|
6 |
dtype: string
|
@@ -100,9 +100,113 @@ dataset_info:
|
|
100 |
num_examples: 1639319
|
101 |
download_size: 2316557542
|
102 |
dataset_size: 7005675667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
configs:
|
104 |
- config_name: c
|
105 |
data_files:
|
106 |
- split: train
|
107 |
path: c/train-*
|
|
|
|
|
|
|
|
|
108 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: c
|
4 |
features:
|
5 |
- name: hexsha
|
6 |
dtype: string
|
|
|
100 |
num_examples: 1639319
|
101 |
download_size: 2316557542
|
102 |
dataset_size: 7005675667
|
103 |
+
- config_name: cpp
|
104 |
+
features:
|
105 |
+
- name: hexsha
|
106 |
+
dtype: string
|
107 |
+
- name: repo
|
108 |
+
dtype: string
|
109 |
+
- name: path
|
110 |
+
dtype: string
|
111 |
+
- name: license
|
112 |
+
sequence: string
|
113 |
+
- name: language
|
114 |
+
dtype: string
|
115 |
+
- name: identifier
|
116 |
+
dtype: string
|
117 |
+
- name: return_type
|
118 |
+
dtype: string
|
119 |
+
- name: original_string
|
120 |
+
dtype: string
|
121 |
+
- name: original_docstring
|
122 |
+
dtype: string
|
123 |
+
- name: docstring
|
124 |
+
dtype: string
|
125 |
+
- name: docstring_tokens
|
126 |
+
sequence: string
|
127 |
+
- name: code
|
128 |
+
dtype: string
|
129 |
+
- name: code_tokens
|
130 |
+
sequence: string
|
131 |
+
- name: short_docstring
|
132 |
+
dtype: string
|
133 |
+
- name: short_docstring_tokens
|
134 |
+
sequence: string
|
135 |
+
- name: comment
|
136 |
+
sequence: string
|
137 |
+
- name: parameters
|
138 |
+
list:
|
139 |
+
- name: param
|
140 |
+
dtype: string
|
141 |
+
- name: type
|
142 |
+
dtype: string
|
143 |
+
- name: docstring_params
|
144 |
+
struct:
|
145 |
+
- name: returns
|
146 |
+
list:
|
147 |
+
- name: docstring
|
148 |
+
dtype: string
|
149 |
+
- name: docstring_tokens
|
150 |
+
sequence: string
|
151 |
+
- name: type
|
152 |
+
dtype: string
|
153 |
+
- name: raises
|
154 |
+
list:
|
155 |
+
- name: docstring
|
156 |
+
dtype: string
|
157 |
+
- name: docstring_tokens
|
158 |
+
sequence: string
|
159 |
+
- name: type
|
160 |
+
dtype: string
|
161 |
+
- name: params
|
162 |
+
list:
|
163 |
+
- name: identifier
|
164 |
+
dtype: string
|
165 |
+
- name: type
|
166 |
+
dtype: string
|
167 |
+
- name: docstring
|
168 |
+
dtype: string
|
169 |
+
- name: docstring_tokens
|
170 |
+
sequence: string
|
171 |
+
- name: default
|
172 |
+
dtype: string
|
173 |
+
- name: is_optional
|
174 |
+
dtype: bool
|
175 |
+
- name: outlier_params
|
176 |
+
list:
|
177 |
+
- name: identifier
|
178 |
+
dtype: string
|
179 |
+
- name: type
|
180 |
+
dtype: string
|
181 |
+
- name: docstring
|
182 |
+
dtype: string
|
183 |
+
- name: docstring_tokens
|
184 |
+
sequence: string
|
185 |
+
- name: default
|
186 |
+
dtype: string
|
187 |
+
- name: is_optional
|
188 |
+
dtype: bool
|
189 |
+
- name: others
|
190 |
+
list:
|
191 |
+
- name: identifier
|
192 |
+
dtype: string
|
193 |
+
- name: docstring
|
194 |
+
dtype: string
|
195 |
+
- name: docstring_tokens
|
196 |
+
sequence: string
|
197 |
+
splits:
|
198 |
+
- name: train
|
199 |
+
num_bytes: 7131968287
|
200 |
+
num_examples: 1671268
|
201 |
+
download_size: 2310845223
|
202 |
+
dataset_size: 7131968287
|
203 |
configs:
|
204 |
- config_name: c
|
205 |
data_files:
|
206 |
- split: train
|
207 |
path: c/train-*
|
208 |
+
- config_name: cpp
|
209 |
+
data_files:
|
210 |
+
- split: train
|
211 |
+
path: cpp/train-*
|
212 |
---
|
cpp/train-00000-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c466e9b2b7a21e665303def380ca11d568e2d6dad8eac8162f2f1a7829c4fff5
|
3 |
+
size 154161023
|
cpp/train-00001-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a49143d875e2cbd0140a51d46b98db8bf8c0cea95b94c09602ba5eec99dc0d90
|
3 |
+
size 150683801
|
cpp/train-00002-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9b94d1d44f07b7bb91f9d2f9df8e95f5042ee901234c622b54424fd4d949cc5
|
3 |
+
size 154843807
|
cpp/train-00003-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17f32f3ea4da4264f2e92b44b63ed9e3eaa0edb4629ac97356650a088dfc15e
|
3 |
+
size 139874083
|
cpp/train-00004-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd32796970aaa9af7ebad528d7ca35ed101809b50480149e31db580c666e82ff
|
3 |
+
size 153940228
|
cpp/train-00005-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d75d72e94200749a077a452f193270d3b1d7b5c33905871910e2db8890e1ca1
|
3 |
+
size 154275379
|
cpp/train-00006-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91eaf5f61090214a6592f425b2a8c6227dd16d4812093cafa9b6247f7c62c9e0
|
3 |
+
size 155019791
|
cpp/train-00007-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c917e05bce561061b5ddea77646985cea34ac326acb8760847b8fd540d4ceb
|
3 |
+
size 152260484
|
cpp/train-00008-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7d4f9e26d25f6f4e8a25bd0859ac67455d0dd8598107bf28c84f433508416d9
|
3 |
+
size 153148090
|
cpp/train-00009-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb5d38e9d0ed7031fccf9f6f20974fe852b0aa5937e2b70246027f0bb094c5fb
|
3 |
+
size 174336656
|
cpp/train-00010-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc61c3a11519bb675e9f3b7ea8530c9adbe7de2ed387a9ae0386dd8d3d9d4da4
|
3 |
+
size 151718212
|
cpp/train-00011-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e5a3a76a5f57da661670342b9aded86ad5d8f005905393e819ab1b0f7193740
|
3 |
+
size 154736423
|
cpp/train-00012-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbf557d3e545194f6586900b93772b33e923a4fab1c2ba63e62454a6c87f1547
|
3 |
+
size 153454008
|
cpp/train-00013-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d28f1bc0e41856f186528850a41896e575de1ecbd9f61b0a9eaf347c61cb82fe
|
3 |
+
size 155257566
|
cpp/train-00014-of-00015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c720a5fae4e1f46079f851f1e1e6c986d1f1668626aeed7a15d377895812355d
|
3 |
+
size 153135672
|