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": 34537,
|
| 4 |
+
"filter_stats": {
|
| 5 |
+
"success": 34537,
|
| 6 |
+
"non_english": 1202,
|
| 7 |
+
"docstring_too_long": 3848,
|
| 8 |
+
"input_too_long": 8366,
|
| 9 |
+
"docstring_too_short": 74013,
|
| 10 |
+
"error": 0,
|
| 11 |
+
"error: unhashable type: 'list'": 6914
|
| 12 |
+
},
|
| 13 |
+
"split_sizes": {
|
| 14 |
+
"train": 24175,
|
| 15 |
+
"val": 5180,
|
| 16 |
+
"test": 5182
|
| 17 |
+
},
|
| 18 |
+
"input_token_stats": {
|
| 19 |
+
"min": 16,
|
| 20 |
+
"max": 505,
|
| 21 |
+
"avg": 164.071
|
| 22 |
+
},
|
| 23 |
+
"target_token_stats": {
|
| 24 |
+
"min": 4,
|
| 25 |
+
"max": 254,
|
| 26 |
+
"avg": 52.758
|
| 27 |
+
},
|
| 28 |
+
"type_distribution": {
|
| 29 |
+
"method": 12682,
|
| 30 |
+
"function": 8733,
|
| 31 |
+
"class": 2760
|
| 32 |
+
}
|
| 33 |
+
}
|
test.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:443843b11f7c9f5fd993409c59ea3f0781f1a117dbb48cf7f1e1022e703cc369
|
| 3 |
+
size 5131232
|
train.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ded7aa725ec6468c9ffa16abdb478e358dacd34cc3d0d2ce2273b1e7296eb18
|
| 3 |
+
size 23752392
|
val.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|