File size: 649 Bytes
9c8bb74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"original_samples": 128880,
"processed_samples": 34537,
"filter_stats": {
"success": 34537,
"non_english": 1202,
"docstring_too_long": 3848,
"input_too_long": 8366,
"docstring_too_short": 74013,
"error": 0,
"error: unhashable type: 'list'": 6914
},
"split_sizes": {
"train": 24175,
"val": 5180,
"test": 5182
},
"input_token_stats": {
"min": 16,
"max": 505,
"avg": 164.071
},
"target_token_stats": {
"min": 4,
"max": 254,
"avg": 52.758
},
"type_distribution": {
"method": 12682,
"function": 8733,
"class": 2760
}
}
|