Upload dataset
Browse files- README.md +74 -0
- ruby/train-00000-of-00002.parquet +3 -0
- ruby/train-00001-of-00002.parquet +3 -0
README.md
CHANGED
|
@@ -2660,6 +2660,76 @@ dataset_info:
|
|
| 2660 |
num_examples: 12277991
|
| 2661 |
download_size: 24648727288
|
| 2662 |
dataset_size: 59551242060
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2663 |
- config_name: rust
|
| 2664 |
features:
|
| 2665 |
- name: hexsha
|
|
@@ -3793,6 +3863,10 @@ configs:
|
|
| 3793 |
data_files:
|
| 3794 |
- split: train
|
| 3795 |
path: python/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3796 |
- config_name: rust
|
| 3797 |
data_files:
|
| 3798 |
- split: train
|
|
|
|
| 2660 |
num_examples: 12277991
|
| 2661 |
download_size: 24648727288
|
| 2662 |
dataset_size: 59551242060
|
| 2663 |
+
- config_name: ruby
|
| 2664 |
+
features:
|
| 2665 |
+
- name: hexsha
|
| 2666 |
+
dtype: string
|
| 2667 |
+
- name: size
|
| 2668 |
+
dtype: int64
|
| 2669 |
+
- name: ext
|
| 2670 |
+
dtype: string
|
| 2671 |
+
- name: lang
|
| 2672 |
+
dtype: string
|
| 2673 |
+
- name: max_stars_repo_path
|
| 2674 |
+
dtype: string
|
| 2675 |
+
- name: max_stars_repo_name
|
| 2676 |
+
dtype: string
|
| 2677 |
+
- name: max_stars_repo_head_hexsha
|
| 2678 |
+
dtype: string
|
| 2679 |
+
- name: max_stars_repo_licenses
|
| 2680 |
+
sequence: string
|
| 2681 |
+
- name: max_stars_count
|
| 2682 |
+
dtype: int64
|
| 2683 |
+
- name: max_stars_repo_stars_event_min_datetime
|
| 2684 |
+
dtype: string
|
| 2685 |
+
- name: max_stars_repo_stars_event_max_datetime
|
| 2686 |
+
dtype: string
|
| 2687 |
+
- name: max_issues_repo_path
|
| 2688 |
+
dtype: string
|
| 2689 |
+
- name: max_issues_repo_name
|
| 2690 |
+
dtype: string
|
| 2691 |
+
- name: max_issues_repo_head_hexsha
|
| 2692 |
+
dtype: string
|
| 2693 |
+
- name: max_issues_repo_licenses
|
| 2694 |
+
sequence: string
|
| 2695 |
+
- name: max_issues_count
|
| 2696 |
+
dtype: int64
|
| 2697 |
+
- name: max_issues_repo_issues_event_min_datetime
|
| 2698 |
+
dtype: string
|
| 2699 |
+
- name: max_issues_repo_issues_event_max_datetime
|
| 2700 |
+
dtype: string
|
| 2701 |
+
- name: max_forks_repo_path
|
| 2702 |
+
dtype: string
|
| 2703 |
+
- name: max_forks_repo_name
|
| 2704 |
+
dtype: string
|
| 2705 |
+
- name: max_forks_repo_head_hexsha
|
| 2706 |
+
dtype: string
|
| 2707 |
+
- name: max_forks_repo_licenses
|
| 2708 |
+
sequence: string
|
| 2709 |
+
- name: max_forks_count
|
| 2710 |
+
dtype: int64
|
| 2711 |
+
- name: max_forks_repo_forks_event_min_datetime
|
| 2712 |
+
dtype: string
|
| 2713 |
+
- name: max_forks_repo_forks_event_max_datetime
|
| 2714 |
+
dtype: string
|
| 2715 |
+
- name: content
|
| 2716 |
+
dtype: string
|
| 2717 |
+
- name: avg_line_length
|
| 2718 |
+
dtype: float64
|
| 2719 |
+
- name: max_line_length
|
| 2720 |
+
dtype: int64
|
| 2721 |
+
- name: alphanum_fraction
|
| 2722 |
+
dtype: float64
|
| 2723 |
+
- name: retain
|
| 2724 |
+
dtype: bool
|
| 2725 |
+
- name: num_tokens
|
| 2726 |
+
dtype: int64
|
| 2727 |
+
splits:
|
| 2728 |
+
- name: train
|
| 2729 |
+
num_bytes: 7673794665
|
| 2730 |
+
num_examples: 3154108
|
| 2731 |
+
download_size: 3490052262
|
| 2732 |
+
dataset_size: 7673794665
|
| 2733 |
- config_name: rust
|
| 2734 |
features:
|
| 2735 |
- name: hexsha
|
|
|
|
| 3863 |
data_files:
|
| 3864 |
- split: train
|
| 3865 |
path: python/train-*
|
| 3866 |
+
- config_name: ruby
|
| 3867 |
+
data_files:
|
| 3868 |
+
- split: train
|
| 3869 |
+
path: ruby/train-*
|
| 3870 |
- config_name: rust
|
| 3871 |
data_files:
|
| 3872 |
- split: train
|
ruby/train-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:423d41eca3e776b0a643045aa8cbd6f5374318815f4eb23a7c9b22805fe03097
|
| 3 |
+
size 1745113129
|
ruby/train-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85062259f9b795699900f563c1395fdc07f5df4448d574021042b49490f99e62
|
| 3 |
+
size 1744939133
|