Srishti280992 commited on
Commit
3b85a7d
·
verified ·
1 Parent(s): ef3e114

Upload latentmas_empirical_summary_Qwen_Qwen3-4B_gsm8k_n40.json with huggingface_hub

Browse files
latentmas_empirical_summary_Qwen_Qwen3-4B_gsm8k_n40.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "official_repo": "https://github.com/Gen-Verse/LatentMAS.git",
3
+ "official_commit": "9a9e4d331eb11430bd9e64754c6b252b06d73031",
4
+ "model": "Qwen/Qwen3-4B",
5
+ "max_samples_per_task": 40,
6
+ "max_new_tokens": 512,
7
+ "latent_steps": 8,
8
+ "generate_bs": 8,
9
+ "tasks": {
10
+ "gsm8k": {
11
+ "baseline": {
12
+ "n": 40,
13
+ "correct": 17,
14
+ "accuracy": 0.425,
15
+ "output_tokens_per_sample": 443.025,
16
+ "wall_time_sec": 144.05286717414856,
17
+ "sec_per_sample": 3.601321679353714,
18
+ "sample_predictions": [
19
+ {
20
+ "question": "Janet\u2019s ducks lay 16 eggs per day. She eats three for breakfast every morning and bakes muffins for her friends every day with four. She sells the remainder at ",
21
+ "gold": "18",
22
+ "prediction": "18",
23
+ "correct": true
24
+ },
25
+ {
26
+ "question": "A robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?",
27
+ "gold": "3",
28
+ "prediction": "3",
29
+ "correct": true
30
+ },
31
+ {
32
+ "question": "Josh decides to try flipping a house. He buys a house for $80,000 and then puts in $50,000 in repairs. This increased the value of the house by 150%. How muc",
33
+ "gold": "70000",
34
+ "prediction": "8",
35
+ "correct": false
36
+ }
37
+ ]
38
+ },
39
+ "text_mas": {
40
+ "n": 40,
41
+ "correct": 34,
42
+ "accuracy": 0.85,
43
+ "output_tokens_per_sample": 1190.45,
44
+ "wall_time_sec": 583.1078214645386,
45
+ "sec_per_sample": 14.577695536613465,
46
+ "sample_predictions": [
47
+ {
48
+ "question": "Janet\u2019s ducks lay 16 eggs per day. She eats three for breakfast every morning and bakes muffins for her friends every day with four. She sells the remainder at ",
49
+ "gold": "18",
50
+ "prediction": "18",
51
+ "correct": true
52
+ },
53
+ {
54
+ "question": "A robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?",
55
+ "gold": "3",
56
+ "prediction": "3",
57
+ "correct": true
58
+ },
59
+ {
60
+ "question": "Josh decides to try flipping a house. He buys a house for $80,000 and then puts in $50,000 in repairs. This increased the value of the house by 150%. How muc",
61
+ "gold": "70000",
62
+ "prediction": "2",
63
+ "correct": false
64
+ }
65
+ ]
66
+ },
67
+ "latent_mas": {
68
+ "n": 40,
69
+ "correct": 23,
70
+ "accuracy": 0.575,
71
+ "output_tokens_per_sample": 367.5,
72
+ "wall_time_sec": 145.33210492134094,
73
+ "sec_per_sample": 3.6333026230335235,
74
+ "sample_predictions": [
75
+ {
76
+ "question": "Janet\u2019s ducks lay 16 eggs per day. She eats three for breakfast every morning and bakes muffins for her friends every day with four. She sells the remainder at ",
77
+ "gold": "18",
78
+ "prediction": "18",
79
+ "correct": true
80
+ },
81
+ {
82
+ "question": "A robe takes 2 bolts of blue fiber and half that much white fiber. How many bolts in total does it take?",
83
+ "gold": "3",
84
+ "prediction": "3",
85
+ "correct": true
86
+ },
87
+ {
88
+ "question": "Josh decides to try flipping a house. He buys a house for $80,000 and then puts in $50,000 in repairs. This increased the value of the house by 150%. How muc",
89
+ "gold": "70000",
90
+ "prediction": "000",
91
+ "correct": false
92
+ }
93
+ ]
94
+ },
95
+ "latent_vs_text": {
96
+ "token_reduction_pct": 69.1293208450586,
97
+ "speedup_x": 4.012243693711984,
98
+ "accuracy_delta_pp": -27.500000000000004
99
+ },
100
+ "latent_vs_single": {
101
+ "accuracy_delta_pp": 14.999999999999996
102
+ }
103
+ }
104
+ },
105
+ "alignment_audit": {
106
+ "model": "Qwen/Qwen3-4B",
107
+ "tie_word_embeddings": true,
108
+ "hidden_size": 2560,
109
+ "input_output_weight_max_abs_diff": 0.0,
110
+ "wa_fro": 50.59644317626953,
111
+ "identity_fro": 50.59644317626953,
112
+ "relative_fro_error_to_identity": 1.5436481817232561e-06,
113
+ "off_diagonal_mass_fraction": 1.5205861245704e-06
114
+ }
115
+ }