Mir-2002 commited on
Commit
658334c
·
verified ·
1 Parent(s): f6fb5a6

Delete preprocessing_stats.json

Browse files
Files changed (1) hide show
  1. preprocessing_stats.json +0 -33
preprocessing_stats.json DELETED
@@ -1,33 +0,0 @@
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
- }