claudios commited on
Commit
5e68fbe
1 Parent(s): 55f74b8

Upload dataset

Browse files
README.md CHANGED
@@ -180,6 +180,36 @@ dataset_info:
180
  num_examples: 23107
181
  download_size: 435192611
182
  dataset_size: 1211066529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  configs:
184
  - config_name: all
185
  data_files:
@@ -229,4 +259,12 @@ configs:
229
  path: python/test-*
230
  - split: validation
231
  path: python/validation-*
 
 
 
 
 
 
 
 
232
  ---
 
180
  num_examples: 23107
181
  download_size: 435192611
182
  dataset_size: 1211066529
183
+ - config_name: ruby
184
+ features:
185
+ - name: repository_name
186
+ dtype: string
187
+ - name: func_path_in_repository
188
+ dtype: string
189
+ - name: func_name
190
+ dtype: string
191
+ - name: whole_func_string
192
+ dtype: string
193
+ - name: language
194
+ dtype: string
195
+ - name: func_code_string
196
+ dtype: string
197
+ - name: func_documentation_string
198
+ dtype: string
199
+ - name: func_code_url
200
+ dtype: string
201
+ splits:
202
+ - name: train
203
+ num_bytes: 72727533
204
+ num_examples: 48791
205
+ - name: test
206
+ num_bytes: 3441642
207
+ num_examples: 2279
208
+ - name: validation
209
+ num_bytes: 3093812
210
+ num_examples: 2209
211
+ download_size: 29488621
212
+ dataset_size: 79262987
213
  configs:
214
  - config_name: all
215
  data_files:
 
259
  path: python/test-*
260
  - split: validation
261
  path: python/validation-*
262
+ - config_name: ruby
263
+ data_files:
264
+ - split: train
265
+ path: ruby/train-*
266
+ - split: test
267
+ path: ruby/test-*
268
+ - split: validation
269
+ path: ruby/validation-*
270
  ---
ruby/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3f26ccb66e4027efe8c35b3647f8865317d6dbf4dc37104c681d6d14463730
3
+ size 1337848
ruby/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c856dce39e14df1e91859bc2ae053d5e225b17eeeeca9ea03e9ec5f806b3d7
3
+ size 26920529
ruby/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657f34df48ae010405c3f362bccdbdac03352b0a8d6fb68550fbbdea4c8f1586
3
+ size 1230244