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": 25481,
|
| 3 |
+
"processed_samples": 22099,
|
| 4 |
+
"filter_stats": {
|
| 5 |
+
"success": 22099,
|
| 6 |
+
"non_english": 44,
|
| 7 |
+
"input_too_short": 0,
|
| 8 |
+
"input_too_long": 3309,
|
| 9 |
+
"target_too_short": 0,
|
| 10 |
+
"target_too_long": 29,
|
| 11 |
+
"error": 0
|
| 12 |
+
},
|
| 13 |
+
"split_sizes": {
|
| 14 |
+
"train": 15469,
|
| 15 |
+
"val": 3314,
|
| 16 |
+
"test": 3316
|
| 17 |
+
},
|
| 18 |
+
"input_token_stats": {
|
| 19 |
+
"min": 18,
|
| 20 |
+
"max": 511,
|
| 21 |
+
"avg": 155.931
|
| 22 |
+
},
|
| 23 |
+
"target_token_stats": {
|
| 24 |
+
"min": 6,
|
| 25 |
+
"max": 426,
|
| 26 |
+
"avg": 67.264
|
| 27 |
+
},
|
| 28 |
+
"type_distribution": {
|
| 29 |
+
"method": 8625,
|
| 30 |
+
"class": 1434,
|
| 31 |
+
"function": 5410
|
| 32 |
+
}
|
| 33 |
+
}
|
test.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:510b7971c85674eef2c8b2a5af12fc99842ade564672df394423e7fcd4495aff
|
| 3 |
+
size 3423194
|
train.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cac43fec8487038d0c648f865812a8861a46d8ea9f5d24f366d6964a495c14af
|
| 3 |
+
size 15963273
|
val.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|