vumichien commited on
Commit
20d96fb
·
verified ·
1 Parent(s): 396d410

Upload data/QUALITY_OK.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. data/QUALITY_OK.json +72 -0
data/QUALITY_OK.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n": 49334,
3
+ "tracks": {
4
+ "F": 2011,
5
+ "A": 10051,
6
+ "W": 4943,
7
+ "C": 7529,
8
+ "B": 7097,
9
+ "H": 3027,
10
+ "D": 8751,
11
+ "G": 3926,
12
+ "E": 1999
13
+ },
14
+ "track_frac": {
15
+ "F": 4.08,
16
+ "A": 20.37,
17
+ "W": 10.02,
18
+ "C": 15.26,
19
+ "B": 14.39,
20
+ "H": 6.14,
21
+ "D": 17.74,
22
+ "G": 7.96,
23
+ "E": 4.05
24
+ },
25
+ "answer_formats": {
26
+ "unanswerable": 3359,
27
+ "boolean": 6722,
28
+ "numeric": 6699,
29
+ "mc_single": 17763,
30
+ "short": 43572,
31
+ "long": 6758,
32
+ "mc_multi": 2402,
33
+ "image": 3926,
34
+ "list": 2483
35
+ },
36
+ "separators": {
37
+ "im_end": 7379,
38
+ "equals": 7345,
39
+ "sep": 7532,
40
+ "newline": 19683,
41
+ "endoftext": 7395
42
+ },
43
+ "n_turns": {
44
+ "4": 4334,
45
+ "2": 12522,
46
+ "1": 23065,
47
+ "3": 9413
48
+ },
49
+ "corruption": {
50
+ "none": 35039,
51
+ "moire": 935,
52
+ "jpeg": 2794,
53
+ "jitter": 1969,
54
+ "rotate": 1370,
55
+ "rescale": 2465,
56
+ "noise": 2390,
57
+ "blur": 2372
58
+ },
59
+ "answer_sources": {
60
+ "programmatic": 48224,
61
+ "page_layout": 9252,
62
+ "vlm": 11605,
63
+ "config": 5026,
64
+ "vlm_thinking": 11056,
65
+ "caption": 4595,
66
+ "flux_seed2": 3926
67
+ },
68
+ "reasoning_on_pct": 50.24,
69
+ "rows_with_vlm_trace": 11399,
70
+ "multi_turn_pct": 53.25,
71
+ "warnings": []
72
+ }