Upload dataset
Browse files
README.md
CHANGED
@@ -96,6 +96,54 @@ dataset_info:
|
|
96 |
num_examples: 32049
|
97 |
download_size: 111104377
|
98 |
dataset_size: 372408267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
configs:
|
100 |
- config_name: CommonLispExact
|
101 |
data_files:
|
@@ -105,4 +153,8 @@ configs:
|
|
105 |
data_files:
|
106 |
- split: train
|
107 |
path: data/Erlang_Exact/train-*
|
|
|
|
|
|
|
|
|
108 |
---
|
|
|
96 |
num_examples: 32049
|
97 |
download_size: 111104377
|
98 |
dataset_size: 372408267
|
99 |
+
- config_name: HaskellExact
|
100 |
+
features:
|
101 |
+
- name: id
|
102 |
+
dtype: int64
|
103 |
+
- name: file_name
|
104 |
+
dtype: string
|
105 |
+
- name: file_path
|
106 |
+
dtype: string
|
107 |
+
- name: content
|
108 |
+
dtype: string
|
109 |
+
- name: size
|
110 |
+
dtype: int64
|
111 |
+
- name: language
|
112 |
+
dtype: string
|
113 |
+
- name: extension
|
114 |
+
dtype: string
|
115 |
+
- name: total_lines
|
116 |
+
dtype: int64
|
117 |
+
- name: avg_line_length
|
118 |
+
dtype: float64
|
119 |
+
- name: max_line_length
|
120 |
+
dtype: int64
|
121 |
+
- name: alphanum_fraction
|
122 |
+
dtype: float64
|
123 |
+
- name: repo_name
|
124 |
+
dtype: string
|
125 |
+
- name: repo_stars
|
126 |
+
dtype: int64
|
127 |
+
- name: repo_forks
|
128 |
+
dtype: int64
|
129 |
+
- name: repo_open_issues
|
130 |
+
dtype: int64
|
131 |
+
- name: repo_license
|
132 |
+
dtype: string
|
133 |
+
- name: repo_extraction_date
|
134 |
+
dtype: string
|
135 |
+
- name: sha
|
136 |
+
dtype: string
|
137 |
+
- name: __index_level_0__
|
138 |
+
dtype: int64
|
139 |
+
- name: exdup_ids_haskell_stkv2
|
140 |
+
sequence: int64
|
141 |
+
splits:
|
142 |
+
- name: train
|
143 |
+
num_bytes: 691141113
|
144 |
+
num_examples: 111234
|
145 |
+
download_size: 237138316
|
146 |
+
dataset_size: 691141113
|
147 |
configs:
|
148 |
- config_name: CommonLispExact
|
149 |
data_files:
|
|
|
153 |
data_files:
|
154 |
- split: train
|
155 |
path: data/Erlang_Exact/train-*
|
156 |
+
- config_name: HaskellExact
|
157 |
+
data_files:
|
158 |
+
- split: train
|
159 |
+
path: data/Haskell_Exact/train-*
|
160 |
---
|
data/Haskell_Exact/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9de6467e142d3980418ed297061cea2f147e0d2c7c988765754789325e1b6d04
|
3 |
+
size 124354501
|
data/Haskell_Exact/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3069010245a145aa895bbacaa4018f11ad060d8b24f97ca8bb9d990a8ed41fd1
|
3 |
+
size 112783815
|