Upload dataset
Browse files- README.md +74 -0
- swift/train-00000-of-00002.parquet +3 -0
- swift/train-00001-of-00002.parquet +3 -0
README.md
CHANGED
|
@@ -2730,6 +2730,76 @@ dataset_info:
|
|
| 2730 |
num_examples: 807712
|
| 2731 |
download_size: 1158941259
|
| 2732 |
dataset_size: 3204957943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2733 |
- config_name: toml
|
| 2734 |
features:
|
| 2735 |
- name: hexsha
|
|
@@ -3167,6 +3237,10 @@ configs:
|
|
| 3167 |
data_files:
|
| 3168 |
- split: train
|
| 3169 |
path: sql/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3170 |
- config_name: toml
|
| 3171 |
data_files:
|
| 3172 |
- split: train
|
|
|
|
| 2730 |
num_examples: 807712
|
| 2731 |
download_size: 1158941259
|
| 2732 |
dataset_size: 3204957943
|
| 2733 |
+
- config_name: swift
|
| 2734 |
+
features:
|
| 2735 |
+
- name: hexsha
|
| 2736 |
+
dtype: string
|
| 2737 |
+
- name: size
|
| 2738 |
+
dtype: int64
|
| 2739 |
+
- name: ext
|
| 2740 |
+
dtype: string
|
| 2741 |
+
- name: lang
|
| 2742 |
+
dtype: string
|
| 2743 |
+
- name: max_stars_repo_path
|
| 2744 |
+
dtype: string
|
| 2745 |
+
- name: max_stars_repo_name
|
| 2746 |
+
dtype: string
|
| 2747 |
+
- name: max_stars_repo_head_hexsha
|
| 2748 |
+
dtype: string
|
| 2749 |
+
- name: max_stars_repo_licenses
|
| 2750 |
+
sequence: string
|
| 2751 |
+
- name: max_stars_count
|
| 2752 |
+
dtype: int64
|
| 2753 |
+
- name: max_stars_repo_stars_event_min_datetime
|
| 2754 |
+
dtype: string
|
| 2755 |
+
- name: max_stars_repo_stars_event_max_datetime
|
| 2756 |
+
dtype: string
|
| 2757 |
+
- name: max_issues_repo_path
|
| 2758 |
+
dtype: string
|
| 2759 |
+
- name: max_issues_repo_name
|
| 2760 |
+
dtype: string
|
| 2761 |
+
- name: max_issues_repo_head_hexsha
|
| 2762 |
+
dtype: string
|
| 2763 |
+
- name: max_issues_repo_licenses
|
| 2764 |
+
sequence: string
|
| 2765 |
+
- name: max_issues_count
|
| 2766 |
+
dtype: int64
|
| 2767 |
+
- name: max_issues_repo_issues_event_min_datetime
|
| 2768 |
+
dtype: string
|
| 2769 |
+
- name: max_issues_repo_issues_event_max_datetime
|
| 2770 |
+
dtype: string
|
| 2771 |
+
- name: max_forks_repo_path
|
| 2772 |
+
dtype: string
|
| 2773 |
+
- name: max_forks_repo_name
|
| 2774 |
+
dtype: string
|
| 2775 |
+
- name: max_forks_repo_head_hexsha
|
| 2776 |
+
dtype: string
|
| 2777 |
+
- name: max_forks_repo_licenses
|
| 2778 |
+
sequence: string
|
| 2779 |
+
- name: max_forks_count
|
| 2780 |
+
dtype: int64
|
| 2781 |
+
- name: max_forks_repo_forks_event_min_datetime
|
| 2782 |
+
dtype: string
|
| 2783 |
+
- name: max_forks_repo_forks_event_max_datetime
|
| 2784 |
+
dtype: string
|
| 2785 |
+
- name: content
|
| 2786 |
+
dtype: string
|
| 2787 |
+
- name: avg_line_length
|
| 2788 |
+
dtype: float64
|
| 2789 |
+
- name: max_line_length
|
| 2790 |
+
dtype: int64
|
| 2791 |
+
- name: alphanum_fraction
|
| 2792 |
+
dtype: float64
|
| 2793 |
+
- name: retain
|
| 2794 |
+
dtype: bool
|
| 2795 |
+
- name: num_tokens
|
| 2796 |
+
dtype: int64
|
| 2797 |
+
splits:
|
| 2798 |
+
- name: train
|
| 2799 |
+
num_bytes: 5737114063
|
| 2800 |
+
num_examples: 1629427
|
| 2801 |
+
download_size: 2312932533
|
| 2802 |
+
dataset_size: 5737114063
|
| 2803 |
- config_name: toml
|
| 2804 |
features:
|
| 2805 |
- name: hexsha
|
|
|
|
| 3237 |
data_files:
|
| 3238 |
- split: train
|
| 3239 |
path: sql/train-*
|
| 3240 |
+
- config_name: swift
|
| 3241 |
+
data_files:
|
| 3242 |
+
- split: train
|
| 3243 |
+
path: swift/train-*
|
| 3244 |
- config_name: toml
|
| 3245 |
data_files:
|
| 3246 |
- split: train
|
swift/train-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:825a63a6e19b2276d4418581ece7627e5f92b930e1f40bff4256fd058c952d2a
|
| 3 |
+
size 1157088015
|
swift/train-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab4e0b287c88a252638c6e62ad831ea67c90ba3f1694bd0897073cfcb2b062ac
|
| 3 |
+
size 1155844518
|