Upload 4 files
Browse files- preprocessing_stats.json +33 -0
- test.json +3 -0
- train.json +3 -0
- val.json +0 -0
preprocessing_stats.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"original_samples": 128880,
|
3 |
+
"processed_samples": 36536,
|
4 |
+
"filter_stats": {
|
5 |
+
"success": 36536,
|
6 |
+
"non_english": 1185,
|
7 |
+
"docstring_too_long": 1047,
|
8 |
+
"input_too_long": 9185,
|
9 |
+
"docstring_too_short": 74013,
|
10 |
+
"error": 0,
|
11 |
+
"error: unhashable type: 'list'": 6914
|
12 |
+
},
|
13 |
+
"split_sizes": {
|
14 |
+
"train": 25575,
|
15 |
+
"val": 5480,
|
16 |
+
"test": 5481
|
17 |
+
},
|
18 |
+
"input_token_stats": {
|
19 |
+
"min": 16,
|
20 |
+
"max": 511,
|
21 |
+
"avg": 161.956
|
22 |
+
},
|
23 |
+
"target_token_stats": {
|
24 |
+
"min": 4,
|
25 |
+
"max": 506,
|
26 |
+
"avg": 72.421
|
27 |
+
},
|
28 |
+
"type_distribution": {
|
29 |
+
"function": 9556,
|
30 |
+
"method": 13019,
|
31 |
+
"class": 3000
|
32 |
+
}
|
33 |
+
}
|
test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56bde8c92e16936bf98e33cdc7505e535d8f9fcfa0119548d881b0b723c2abc6
|
3 |
+
size 5783635
|
train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d631045bf48eeb4f2fa0e0fcdf87de59110f06c6ff04f86c9a16ad14e54a8c2
|
3 |
+
size 26970770
|
val.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|