Add sql subset (10,000 samples)
Browse files- README.md +34 -0
- sql/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -780,6 +780,36 @@ dataset_info:
|
|
| 780 |
num_examples: 10000
|
| 781 |
download_size: 10768475
|
| 782 |
dataset_size: 25840975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 783 |
configs:
|
| 784 |
- config_name: assembly
|
| 785 |
data_files:
|
|
@@ -885,4 +915,8 @@ configs:
|
|
| 885 |
data_files:
|
| 886 |
- split: train
|
| 887 |
path: shell/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 888 |
---
|
|
|
|
| 780 |
num_examples: 10000
|
| 781 |
download_size: 10768475
|
| 782 |
dataset_size: 25840975
|
| 783 |
+
- config_name: sql
|
| 784 |
+
features:
|
| 785 |
+
- name: content
|
| 786 |
+
dtype: string
|
| 787 |
+
- name: size
|
| 788 |
+
dtype: int64
|
| 789 |
+
- name: lang
|
| 790 |
+
dtype: string
|
| 791 |
+
- name: ext
|
| 792 |
+
dtype: string
|
| 793 |
+
- name: avg_line_length
|
| 794 |
+
dtype: float64
|
| 795 |
+
- name: max_line_length
|
| 796 |
+
dtype: int64
|
| 797 |
+
- name: alphanum_fraction
|
| 798 |
+
dtype: float64
|
| 799 |
+
- name: hexsha
|
| 800 |
+
dtype: string
|
| 801 |
+
- name: max_stars_repo_name
|
| 802 |
+
dtype: string
|
| 803 |
+
- name: max_stars_repo_licenses
|
| 804 |
+
list: string
|
| 805 |
+
- name: max_stars_count
|
| 806 |
+
dtype: int64
|
| 807 |
+
splits:
|
| 808 |
+
- name: train
|
| 809 |
+
num_bytes: 148468815
|
| 810 |
+
num_examples: 10000
|
| 811 |
+
download_size: 46200326
|
| 812 |
+
dataset_size: 148468815
|
| 813 |
configs:
|
| 814 |
- config_name: assembly
|
| 815 |
data_files:
|
|
|
|
| 915 |
data_files:
|
| 916 |
- split: train
|
| 917 |
path: shell/train-*
|
| 918 |
+
- config_name: sql
|
| 919 |
+
data_files:
|
| 920 |
+
- split: train
|
| 921 |
+
path: sql/train-*
|
| 922 |
---
|
sql/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c1d050f41b845062868cef1abcdb65e4bdcb8f77f24e55edab3450ca9517fd2
|
| 3 |
+
size 46200326
|