xszheng2020 commited on
Commit
c095726
·
verified ·
1 Parent(s): b18284b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: hexsha
5
+ dtype: string
6
+ - name: size
7
+ dtype: int64
8
+ - name: ext
9
+ dtype: string
10
+ - name: lang
11
+ dtype: string
12
+ - name: max_stars_repo_path
13
+ dtype: string
14
+ - name: max_stars_repo_name
15
+ dtype: string
16
+ - name: max_stars_repo_head_hexsha
17
+ dtype: string
18
+ - name: max_stars_repo_licenses
19
+ list: string
20
+ - name: max_stars_count
21
+ dtype: int64
22
+ - name: max_stars_repo_stars_event_min_datetime
23
+ dtype: string
24
+ - name: max_stars_repo_stars_event_max_datetime
25
+ dtype: string
26
+ - name: max_issues_repo_path
27
+ dtype: string
28
+ - name: max_issues_repo_name
29
+ dtype: string
30
+ - name: max_issues_repo_head_hexsha
31
+ dtype: string
32
+ - name: max_issues_repo_licenses
33
+ list: string
34
+ - name: max_issues_count
35
+ dtype: int64
36
+ - name: max_issues_repo_issues_event_min_datetime
37
+ dtype: string
38
+ - name: max_issues_repo_issues_event_max_datetime
39
+ dtype: string
40
+ - name: max_forks_repo_path
41
+ dtype: string
42
+ - name: max_forks_repo_name
43
+ dtype: string
44
+ - name: max_forks_repo_head_hexsha
45
+ dtype: string
46
+ - name: max_forks_repo_licenses
47
+ list: string
48
+ - name: max_forks_count
49
+ dtype: int64
50
+ - name: max_forks_repo_forks_event_min_datetime
51
+ dtype: string
52
+ - name: max_forks_repo_forks_event_max_datetime
53
+ dtype: string
54
+ - name: content
55
+ dtype: string
56
+ - name: avg_line_length
57
+ dtype: float64
58
+ - name: max_line_length
59
+ dtype: int64
60
+ - name: alphanum_fraction
61
+ dtype: float64
62
+ - name: qsc_code_num_words_quality_signal
63
+ dtype: int64
64
+ - name: qsc_code_num_chars_quality_signal
65
+ dtype: float64
66
+ - name: qsc_code_mean_word_length_quality_signal
67
+ dtype: float64
68
+ - name: qsc_code_frac_words_unique_quality_signal
69
+ dtype: float64
70
+ - name: qsc_code_frac_chars_top_2grams_quality_signal
71
+ dtype: float64
72
+ - name: qsc_code_frac_chars_top_3grams_quality_signal
73
+ dtype: float64
74
+ - name: qsc_code_frac_chars_top_4grams_quality_signal
75
+ dtype: float64
76
+ - name: qsc_code_frac_chars_dupe_5grams_quality_signal
77
+ dtype: float64
78
+ - name: qsc_code_frac_chars_dupe_6grams_quality_signal
79
+ dtype: float64
80
+ - name: qsc_code_frac_chars_dupe_7grams_quality_signal
81
+ dtype: float64
82
+ - name: qsc_code_frac_chars_dupe_8grams_quality_signal
83
+ dtype: float64
84
+ - name: qsc_code_frac_chars_dupe_9grams_quality_signal
85
+ dtype: float64
86
+ - name: qsc_code_frac_chars_dupe_10grams_quality_signal
87
+ dtype: float64
88
+ - name: qsc_code_frac_chars_replacement_symbols_quality_signal
89
+ dtype: float64
90
+ - name: qsc_code_frac_chars_digital_quality_signal
91
+ dtype: float64
92
+ - name: qsc_code_frac_chars_whitespace_quality_signal
93
+ dtype: float64
94
+ - name: qsc_code_size_file_byte_quality_signal
95
+ dtype: float64
96
+ - name: qsc_code_num_lines_quality_signal
97
+ dtype: float64
98
+ - name: qsc_code_num_chars_line_max_quality_signal
99
+ dtype: float64
100
+ - name: qsc_code_num_chars_line_mean_quality_signal
101
+ dtype: float64
102
+ - name: qsc_code_frac_chars_alphabet_quality_signal
103
+ dtype: float64
104
+ - name: qsc_code_frac_chars_comments_quality_signal
105
+ dtype: float64
106
+ - name: qsc_code_cate_xml_start_quality_signal
107
+ dtype: float64
108
+ - name: qsc_code_frac_lines_dupe_lines_quality_signal
109
+ dtype: float64
110
+ - name: qsc_code_cate_autogen_quality_signal
111
+ dtype: float64
112
+ - name: qsc_code_frac_lines_long_string_quality_signal
113
+ dtype: float64
114
+ - name: qsc_code_frac_chars_string_length_quality_signal
115
+ dtype: float64
116
+ - name: qsc_code_frac_chars_long_word_length_quality_signal
117
+ dtype: float64
118
+ - name: qsc_code_frac_lines_string_concat_quality_signal
119
+ dtype: float64
120
+ - name: qsc_code_cate_encoded_data_quality_signal
121
+ dtype: float64
122
+ - name: qsc_code_frac_chars_hex_words_quality_signal
123
+ dtype: float64
124
+ - name: qsc_code_frac_lines_prompt_comments_quality_signal
125
+ dtype: float64
126
+ - name: qsc_code_frac_lines_assert_quality_signal
127
+ dtype: float64
128
+ - name: qsc_codepython_cate_ast_quality_signal
129
+ dtype: float64
130
+ - name: qsc_codepython_frac_lines_func_ratio_quality_signal
131
+ dtype: float64
132
+ - name: qsc_codepython_cate_var_zero_quality_signal
133
+ dtype: bool
134
+ - name: qsc_codepython_frac_lines_pass_quality_signal
135
+ dtype: float64
136
+ - name: qsc_codepython_frac_lines_import_quality_signal
137
+ dtype: float64
138
+ - name: qsc_codepython_frac_lines_simplefunc_quality_signal
139
+ dtype: float64
140
+ - name: qsc_codepython_score_lines_no_logic_quality_signal
141
+ dtype: float64
142
+ - name: qsc_codepython_frac_lines_print_quality_signal
143
+ dtype: float64
144
+ - name: qsc_code_num_words
145
+ dtype: int64
146
+ - name: qsc_code_num_chars
147
+ dtype: int64
148
+ - name: qsc_code_mean_word_length
149
+ dtype: int64
150
+ - name: qsc_code_frac_words_unique
151
+ dtype: 'null'
152
+ - name: qsc_code_frac_chars_top_2grams
153
+ dtype: int64
154
+ - name: qsc_code_frac_chars_top_3grams
155
+ dtype: int64
156
+ - name: qsc_code_frac_chars_top_4grams
157
+ dtype: int64
158
+ - name: qsc_code_frac_chars_dupe_5grams
159
+ dtype: int64
160
+ - name: qsc_code_frac_chars_dupe_6grams
161
+ dtype: int64
162
+ - name: qsc_code_frac_chars_dupe_7grams
163
+ dtype: int64
164
+ - name: qsc_code_frac_chars_dupe_8grams
165
+ dtype: int64
166
+ - name: qsc_code_frac_chars_dupe_9grams
167
+ dtype: int64
168
+ - name: qsc_code_frac_chars_dupe_10grams
169
+ dtype: int64
170
+ - name: qsc_code_frac_chars_replacement_symbols
171
+ dtype: int64
172
+ - name: qsc_code_frac_chars_digital
173
+ dtype: int64
174
+ - name: qsc_code_frac_chars_whitespace
175
+ dtype: int64
176
+ - name: qsc_code_size_file_byte
177
+ dtype: int64
178
+ - name: qsc_code_num_lines
179
+ dtype: int64
180
+ - name: qsc_code_num_chars_line_max
181
+ dtype: int64
182
+ - name: qsc_code_num_chars_line_mean
183
+ dtype: int64
184
+ - name: qsc_code_frac_chars_alphabet
185
+ dtype: int64
186
+ - name: qsc_code_frac_chars_comments
187
+ dtype: int64
188
+ - name: qsc_code_cate_xml_start
189
+ dtype: int64
190
+ - name: qsc_code_frac_lines_dupe_lines
191
+ dtype: int64
192
+ - name: qsc_code_cate_autogen
193
+ dtype: int64
194
+ - name: qsc_code_frac_lines_long_string
195
+ dtype: int64
196
+ - name: qsc_code_frac_chars_string_length
197
+ dtype: int64
198
+ - name: qsc_code_frac_chars_long_word_length
199
+ dtype: int64
200
+ - name: qsc_code_frac_lines_string_concat
201
+ dtype: 'null'
202
+ - name: qsc_code_cate_encoded_data
203
+ dtype: int64
204
+ - name: qsc_code_frac_chars_hex_words
205
+ dtype: int64
206
+ - name: qsc_code_frac_lines_prompt_comments
207
+ dtype: int64
208
+ - name: qsc_code_frac_lines_assert
209
+ dtype: int64
210
+ - name: qsc_codepython_cate_ast
211
+ dtype: int64
212
+ - name: qsc_codepython_frac_lines_func_ratio
213
+ dtype: int64
214
+ - name: qsc_codepython_cate_var_zero
215
+ dtype: int64
216
+ - name: qsc_codepython_frac_lines_pass
217
+ dtype: int64
218
+ - name: qsc_codepython_frac_lines_import
219
+ dtype: int64
220
+ - name: qsc_codepython_frac_lines_simplefunc
221
+ dtype: int64
222
+ - name: qsc_codepython_score_lines_no_logic
223
+ dtype: int64
224
+ - name: qsc_codepython_frac_lines_print
225
+ dtype: int64
226
+ - name: effective
227
+ dtype: string
228
+ - name: hits
229
+ dtype: int64
230
+ splits:
231
+ - name: train
232
+ num_bytes: 6892941733.294395
233
+ num_examples: 1113243
234
+ download_size: 1900039627
235
+ dataset_size: 6892941733.294395
236
+ configs:
237
+ - config_name: default
238
+ data_files:
239
+ - split: train
240
+ path: data/train-*
241
+ ---
data/train-00000-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6ce6fb486e289eb217ec908226535f1a7a970fee8a56f9f15fe318f868bf5d
3
+ size 134233943
data/train-00001-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4aaeb817d612f98d1a7804b1c8f711e4c7012385798341ed67b4263a6021bb
3
+ size 135814920
data/train-00002-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604dbe03371de63cc9578e098127c7964448207b964df6ba0c5d4ab656ce1a45
3
+ size 136628663
data/train-00003-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8fa7a4f15b10b3f7fcd54624e0d0b5e7b1932cde903931a610ee1e7bed6cf0
3
+ size 137579782
data/train-00004-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db9f5aaaa69bda82d812199c5e1adba4e95c663277586e3d6344a72ca402ba5
3
+ size 136257454
data/train-00005-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3a54136e55d6262236135a3a6e7051e23a734e89f2a5a55479ed778d3151ee6
3
+ size 133021273
data/train-00006-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7df58526d9b45529d145dd9ad07658b92355b74ce823faf4aa4427552181d1d
3
+ size 136937638
data/train-00007-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9028543e849a759e01b6eb1848eeb90c7047c7baadd87c8c887ed9e799eb203f
3
+ size 138589812
data/train-00008-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc0bbfc21b770a379ac16983e1120e0d301fa7f5f689ce2222357292d9b302d
3
+ size 136092473
data/train-00009-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7682c03cd21761d01888678fdf85e589ee85b703fa23b013e5202dbdc842db
3
+ size 135311757
data/train-00010-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6dde6a5057854e755d7b29307369ecc5dd76f6c3ca3883fb25f59efdb88ad3b
3
+ size 136189460
data/train-00011-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b592da9b905df1aa748f63d1a99e2508bbe3598b3370993f5240530f2a81d16
3
+ size 134836881
data/train-00012-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d41dc46da7ed4539ce2462a4fc66c9dbc4dc74d119631fb3115428bc059cd93
3
+ size 134213459
data/train-00013-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6ae910117f11f525f6f65a50e13611546813e89df39dcbf741b675e0b4f9af
3
+ size 134332112