Upload dataset
Browse files- README.md +104 -0
- rust/train-00000-of-00002.parquet +3 -0
- rust/train-00001-of-00002.parquet +3 -0
README.md
CHANGED
@@ -500,6 +500,106 @@ dataset_info:
|
|
500 |
num_examples: 112574
|
501 |
download_size: 117824598
|
502 |
dataset_size: 358470286
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
configs:
|
504 |
- config_name: c
|
505 |
data_files:
|
@@ -521,4 +621,8 @@ configs:
|
|
521 |
data_files:
|
522 |
- split: train
|
523 |
path: ruby/train-*
|
|
|
|
|
|
|
|
|
524 |
---
|
|
|
500 |
num_examples: 112574
|
501 |
download_size: 117824598
|
502 |
dataset_size: 358470286
|
503 |
+
- config_name: rust
|
504 |
+
features:
|
505 |
+
- name: hexsha
|
506 |
+
dtype: string
|
507 |
+
- name: repo
|
508 |
+
dtype: string
|
509 |
+
- name: path
|
510 |
+
dtype: string
|
511 |
+
- name: license
|
512 |
+
sequence: string
|
513 |
+
- name: language
|
514 |
+
dtype: string
|
515 |
+
- name: identifier
|
516 |
+
dtype: string
|
517 |
+
- name: return_type
|
518 |
+
dtype: string
|
519 |
+
- name: original_string
|
520 |
+
dtype: string
|
521 |
+
- name: original_docstring
|
522 |
+
dtype: string
|
523 |
+
- name: docstring
|
524 |
+
dtype: string
|
525 |
+
- name: docstring_tokens
|
526 |
+
sequence: string
|
527 |
+
- name: code
|
528 |
+
dtype: string
|
529 |
+
- name: code_tokens
|
530 |
+
sequence: string
|
531 |
+
- name: short_docstring
|
532 |
+
dtype: string
|
533 |
+
- name: short_docstring_tokens
|
534 |
+
sequence: string
|
535 |
+
- name: comment
|
536 |
+
sequence: string
|
537 |
+
- name: parameters
|
538 |
+
list:
|
539 |
+
- name: param
|
540 |
+
dtype: string
|
541 |
+
- name: type
|
542 |
+
dtype: string
|
543 |
+
- name: docstring_params
|
544 |
+
struct:
|
545 |
+
- name: returns
|
546 |
+
list:
|
547 |
+
- name: docstring
|
548 |
+
dtype: string
|
549 |
+
- name: docstring_tokens
|
550 |
+
sequence: string
|
551 |
+
- name: type
|
552 |
+
dtype: string
|
553 |
+
- name: raises
|
554 |
+
list:
|
555 |
+
- name: docstring
|
556 |
+
dtype: string
|
557 |
+
- name: docstring_tokens
|
558 |
+
sequence: string
|
559 |
+
- name: type
|
560 |
+
dtype: string
|
561 |
+
- name: params
|
562 |
+
list:
|
563 |
+
- name: identifier
|
564 |
+
dtype: string
|
565 |
+
- name: type
|
566 |
+
dtype: string
|
567 |
+
- name: docstring
|
568 |
+
dtype: string
|
569 |
+
- name: docstring_tokens
|
570 |
+
sequence: string
|
571 |
+
- name: default
|
572 |
+
dtype: string
|
573 |
+
- name: is_optional
|
574 |
+
dtype: bool
|
575 |
+
- name: outlier_params
|
576 |
+
list:
|
577 |
+
- name: identifier
|
578 |
+
dtype: string
|
579 |
+
- name: type
|
580 |
+
dtype: string
|
581 |
+
- name: docstring
|
582 |
+
dtype: string
|
583 |
+
- name: docstring_tokens
|
584 |
+
sequence: string
|
585 |
+
- name: default
|
586 |
+
dtype: string
|
587 |
+
- name: is_optional
|
588 |
+
dtype: bool
|
589 |
+
- name: others
|
590 |
+
list:
|
591 |
+
- name: identifier
|
592 |
+
dtype: string
|
593 |
+
- name: docstring
|
594 |
+
dtype: string
|
595 |
+
- name: docstring_tokens
|
596 |
+
sequence: string
|
597 |
+
splits:
|
598 |
+
- name: train
|
599 |
+
num_bytes: 730827968
|
600 |
+
num_examples: 224015
|
601 |
+
download_size: 229948029
|
602 |
+
dataset_size: 730827968
|
603 |
configs:
|
604 |
- config_name: c
|
605 |
data_files:
|
|
|
621 |
data_files:
|
622 |
- split: train
|
623 |
path: ruby/train-*
|
624 |
+
- config_name: rust
|
625 |
+
data_files:
|
626 |
+
- split: train
|
627 |
+
path: rust/train-*
|
628 |
---
|
rust/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2918078117bf11d6c9dcc6e1574a9030f72972cde063604f5d91be039d02c8bf
|
3 |
+
size 135588079
|
rust/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66e676154a3ea3a62260a49578c0efd2f52ee13a81d3eafed40d7060f4da83bc
|
3 |
+
size 94359950
|