Mir-2002 commited on
Commit
aba8395
·
verified ·
1 Parent(s): e439957

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": 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
- }