Upload dataset
Browse files- README.md +60 -0
- data/Hack_Near/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1850,6 +1850,62 @@ dataset_info:
|
|
1850 |
num_examples: 37405
|
1851 |
download_size: 128222608
|
1852 |
dataset_size: 380623917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1853 |
- config_name: HaskellExact
|
1854 |
features:
|
1855 |
- name: id
|
@@ -3211,6 +3267,10 @@ configs:
|
|
3211 |
data_files:
|
3212 |
- split: train
|
3213 |
path: data/Hack_Exact/train-*
|
|
|
|
|
|
|
|
|
3214 |
- config_name: HaskellExact
|
3215 |
data_files:
|
3216 |
- split: train
|
|
|
1850 |
num_examples: 37405
|
1851 |
download_size: 128222608
|
1852 |
dataset_size: 380623917
|
1853 |
+
- config_name: HackNear
|
1854 |
+
features:
|
1855 |
+
- name: id
|
1856 |
+
dtype: int64
|
1857 |
+
- name: file_name
|
1858 |
+
dtype: string
|
1859 |
+
- name: file_path
|
1860 |
+
dtype: string
|
1861 |
+
- name: content
|
1862 |
+
dtype: string
|
1863 |
+
- name: size
|
1864 |
+
dtype: int64
|
1865 |
+
- name: language
|
1866 |
+
dtype: string
|
1867 |
+
- name: extension
|
1868 |
+
dtype: string
|
1869 |
+
- name: total_lines
|
1870 |
+
dtype: int64
|
1871 |
+
- name: avg_line_length
|
1872 |
+
dtype: float64
|
1873 |
+
- name: max_line_length
|
1874 |
+
dtype: int64
|
1875 |
+
- name: alphanum_fraction
|
1876 |
+
dtype: float64
|
1877 |
+
- name: repo_name
|
1878 |
+
dtype: string
|
1879 |
+
- name: repo_stars
|
1880 |
+
dtype: int64
|
1881 |
+
- name: repo_forks
|
1882 |
+
dtype: int64
|
1883 |
+
- name: repo_open_issues
|
1884 |
+
dtype: int64
|
1885 |
+
- name: repo_license
|
1886 |
+
dtype: string
|
1887 |
+
- name: repo_extraction_date
|
1888 |
+
dtype: string
|
1889 |
+
- name: sha
|
1890 |
+
dtype: string
|
1891 |
+
- name: __index_level_0__
|
1892 |
+
dtype: int64
|
1893 |
+
- name: exact_dupe_TheStackV2
|
1894 |
+
dtype: bool
|
1895 |
+
- name: exact_dupe_RedPajama
|
1896 |
+
dtype: bool
|
1897 |
+
- name: exact_dupe_GithubCode
|
1898 |
+
dtype: bool
|
1899 |
+
- name: exact_dupe_TheStackV1
|
1900 |
+
dtype: bool
|
1901 |
+
- name: near_dups_stackv2
|
1902 |
+
dtype: bool
|
1903 |
+
splits:
|
1904 |
+
- name: train
|
1905 |
+
num_bytes: 380628593
|
1906 |
+
num_examples: 37405
|
1907 |
+
download_size: 128642334
|
1908 |
+
dataset_size: 380628593
|
1909 |
- config_name: HaskellExact
|
1910 |
features:
|
1911 |
- name: id
|
|
|
3267 |
data_files:
|
3268 |
- split: train
|
3269 |
path: data/Hack_Exact/train-*
|
3270 |
+
- config_name: HackNear
|
3271 |
+
data_files:
|
3272 |
+
- split: train
|
3273 |
+
path: data/Hack_Near/train-*
|
3274 |
- config_name: HaskellExact
|
3275 |
data_files:
|
3276 |
- split: train
|
data/Hack_Near/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f1836a51c95b01c01a6f59f68e97e2b7413d689bb000090e0b61ccd96578b8e
|
3 |
+
size 128642334
|