Datasets:
Size:
10M - 100M
Upload dataset
Browse files- README.md +60 -0
- data/Fortran_Near/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -2022,6 +2022,62 @@ dataset_info:
|
|
2022 |
num_examples: 63
|
2023 |
download_size: 1053670
|
2024 |
dataset_size: 2847283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025 |
- config_name: GraphQLExact
|
2026 |
features:
|
2027 |
- name: id
|
@@ -4607,6 +4663,10 @@ configs:
|
|
4607 |
data_files:
|
4608 |
- split: train
|
4609 |
path: data/Fortran_Exact/train-*
|
|
|
|
|
|
|
|
|
4610 |
- config_name: GraphQLExact
|
4611 |
data_files:
|
4612 |
- split: train
|
|
|
2022 |
num_examples: 63
|
2023 |
download_size: 1053670
|
2024 |
dataset_size: 2847283
|
2025 |
+
- config_name: FortranNear
|
2026 |
+
features:
|
2027 |
+
- name: id
|
2028 |
+
dtype: int64
|
2029 |
+
- name: file_name
|
2030 |
+
dtype: string
|
2031 |
+
- name: file_path
|
2032 |
+
dtype: string
|
2033 |
+
- name: content
|
2034 |
+
dtype: string
|
2035 |
+
- name: size
|
2036 |
+
dtype: int64
|
2037 |
+
- name: language
|
2038 |
+
dtype: string
|
2039 |
+
- name: extension
|
2040 |
+
dtype: string
|
2041 |
+
- name: total_lines
|
2042 |
+
dtype: int64
|
2043 |
+
- name: avg_line_length
|
2044 |
+
dtype: float64
|
2045 |
+
- name: max_line_length
|
2046 |
+
dtype: int64
|
2047 |
+
- name: alphanum_fraction
|
2048 |
+
dtype: float64
|
2049 |
+
- name: repo_name
|
2050 |
+
dtype: string
|
2051 |
+
- name: repo_stars
|
2052 |
+
dtype: int64
|
2053 |
+
- name: repo_forks
|
2054 |
+
dtype: int64
|
2055 |
+
- name: repo_open_issues
|
2056 |
+
dtype: int64
|
2057 |
+
- name: repo_license
|
2058 |
+
dtype: string
|
2059 |
+
- name: repo_extraction_date
|
2060 |
+
dtype: string
|
2061 |
+
- name: sha
|
2062 |
+
dtype: string
|
2063 |
+
- name: __index_level_0__
|
2064 |
+
dtype: int64
|
2065 |
+
- name: exact_dupe_TheStackV2
|
2066 |
+
dtype: bool
|
2067 |
+
- name: exact_dupe_RedPajama
|
2068 |
+
dtype: bool
|
2069 |
+
- name: exact_dupe_GithubCode
|
2070 |
+
dtype: bool
|
2071 |
+
- name: exact_dupe_TheStackV1
|
2072 |
+
dtype: bool
|
2073 |
+
- name: near_dups_stackv2
|
2074 |
+
dtype: bool
|
2075 |
+
splits:
|
2076 |
+
- name: train
|
2077 |
+
num_bytes: 2847291
|
2078 |
+
num_examples: 63
|
2079 |
+
download_size: 1061022
|
2080 |
+
dataset_size: 2847291
|
2081 |
- config_name: GraphQLExact
|
2082 |
features:
|
2083 |
- name: id
|
|
|
4663 |
data_files:
|
4664 |
- split: train
|
4665 |
path: data/Fortran_Exact/train-*
|
4666 |
+
- config_name: FortranNear
|
4667 |
+
data_files:
|
4668 |
+
- split: train
|
4669 |
+
path: data/Fortran_Near/train-*
|
4670 |
- config_name: GraphQLExact
|
4671 |
data_files:
|
4672 |
- split: train
|
data/Fortran_Near/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85d9d05994447cac3811095305decfa193f21e98537f4af0cbec9e3022e7503e
|
3 |
+
size 1061022
|