Upload dataset
Browse files- README.md +104 -0
- ruby/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -400,6 +400,106 @@ dataset_info:
|
|
400 |
num_examples: 1952110
|
401 |
download_size: 2885303812
|
402 |
dataset_size: 8545493683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
configs:
|
404 |
- config_name: c
|
405 |
data_files:
|
@@ -417,4 +517,8 @@ configs:
|
|
417 |
data_files:
|
418 |
- split: train
|
419 |
path: python/train-*
|
|
|
|
|
|
|
|
|
420 |
---
|
|
|
400 |
num_examples: 1952110
|
401 |
download_size: 2885303812
|
402 |
dataset_size: 8545493683
|
403 |
+
- config_name: ruby
|
404 |
+
features:
|
405 |
+
- name: hexsha
|
406 |
+
dtype: string
|
407 |
+
- name: repo
|
408 |
+
dtype: string
|
409 |
+
- name: path
|
410 |
+
dtype: string
|
411 |
+
- name: license
|
412 |
+
sequence: string
|
413 |
+
- name: language
|
414 |
+
dtype: string
|
415 |
+
- name: identifier
|
416 |
+
dtype: string
|
417 |
+
- name: return_type
|
418 |
+
dtype: string
|
419 |
+
- name: original_string
|
420 |
+
dtype: string
|
421 |
+
- name: original_docstring
|
422 |
+
dtype: string
|
423 |
+
- name: docstring
|
424 |
+
dtype: string
|
425 |
+
- name: docstring_tokens
|
426 |
+
sequence: string
|
427 |
+
- name: code
|
428 |
+
dtype: string
|
429 |
+
- name: code_tokens
|
430 |
+
sequence: string
|
431 |
+
- name: short_docstring
|
432 |
+
dtype: string
|
433 |
+
- name: short_docstring_tokens
|
434 |
+
sequence: string
|
435 |
+
- name: comment
|
436 |
+
sequence: string
|
437 |
+
- name: parameters
|
438 |
+
list:
|
439 |
+
- name: param
|
440 |
+
dtype: string
|
441 |
+
- name: type
|
442 |
+
dtype: string
|
443 |
+
- name: docstring_params
|
444 |
+
struct:
|
445 |
+
- name: returns
|
446 |
+
list:
|
447 |
+
- name: docstring
|
448 |
+
dtype: string
|
449 |
+
- name: docstring_tokens
|
450 |
+
sequence: string
|
451 |
+
- name: type
|
452 |
+
dtype: string
|
453 |
+
- name: raises
|
454 |
+
list:
|
455 |
+
- name: docstring
|
456 |
+
dtype: string
|
457 |
+
- name: docstring_tokens
|
458 |
+
sequence: string
|
459 |
+
- name: type
|
460 |
+
dtype: string
|
461 |
+
- name: params
|
462 |
+
list:
|
463 |
+
- name: identifier
|
464 |
+
dtype: string
|
465 |
+
- name: type
|
466 |
+
dtype: string
|
467 |
+
- name: docstring
|
468 |
+
dtype: string
|
469 |
+
- name: docstring_tokens
|
470 |
+
sequence: string
|
471 |
+
- name: default
|
472 |
+
dtype: string
|
473 |
+
- name: is_optional
|
474 |
+
dtype: bool
|
475 |
+
- name: outlier_params
|
476 |
+
list:
|
477 |
+
- name: identifier
|
478 |
+
dtype: string
|
479 |
+
- name: type
|
480 |
+
dtype: string
|
481 |
+
- name: docstring
|
482 |
+
dtype: string
|
483 |
+
- name: docstring_tokens
|
484 |
+
sequence: string
|
485 |
+
- name: default
|
486 |
+
dtype: string
|
487 |
+
- name: is_optional
|
488 |
+
dtype: bool
|
489 |
+
- name: others
|
490 |
+
list:
|
491 |
+
- name: identifier
|
492 |
+
dtype: string
|
493 |
+
- name: docstring
|
494 |
+
dtype: string
|
495 |
+
- name: docstring_tokens
|
496 |
+
sequence: string
|
497 |
+
splits:
|
498 |
+
- name: train
|
499 |
+
num_bytes: 358470286
|
500 |
+
num_examples: 112574
|
501 |
+
download_size: 117824598
|
502 |
+
dataset_size: 358470286
|
503 |
configs:
|
504 |
- config_name: c
|
505 |
data_files:
|
|
|
517 |
data_files:
|
518 |
- split: train
|
519 |
path: python/train-*
|
520 |
+
- config_name: ruby
|
521 |
+
data_files:
|
522 |
+
- split: train
|
523 |
+
path: ruby/train-*
|
524 |
---
|
ruby/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c078feb611847c22dde37a550db8d33c8af4c60ca776fe05d32adbc091d23f5
|
3 |
+
size 117824598
|