Shasidharyadavr commited on
Commit
bda7873
·
verified ·
1 Parent(s): fa0789b

GRPO 3B v18 (temp=0.7, LR=2e-05, r=32, model=gemma-2-9b-it-bnb-4bit): 0.691->0.946 delta=+0.254

Browse files
Files changed (1) hide show
  1. training_results_grpo_3b_v18.json +89 -0
training_results_grpo_3b_v18.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_url": "https://shasidharyadavr-netweaver-sre.hf.space",
3
+ "model_name": "unsloth/gemma-2-9b-it-bnb-4bit",
4
+ "training_method": "GRPO v18: 4-bit + LoRA r=32 (q_proj+k_proj+v_proj+o_proj+gate_proj+up_proj+down_proj), LR=2e-05, temp_train=temp_eval=0.7",
5
+ "max_train_steps": 25,
6
+ "num_generations": 4,
7
+ "learning_rate": 2e-05,
8
+ "lora_rank": 32,
9
+ "lora_target_modules": [
10
+ "q_proj",
11
+ "k_proj",
12
+ "v_proj",
13
+ "o_proj",
14
+ "gate_proj",
15
+ "up_proj",
16
+ "down_proj"
17
+ ],
18
+ "training_temperature": 0.7,
19
+ "eval_temperature": 0.7,
20
+ "trainable_params": 108036096,
21
+ "total_params": 5187943936,
22
+ "training_rewards": [
23
+ 0.733,
24
+ 0.733,
25
+ 0.8,
26
+ 0.999,
27
+ 0.9,
28
+ 0.9,
29
+ 0.7,
30
+ 0.6,
31
+ 0.7,
32
+ 0.6,
33
+ 0.8,
34
+ 0.667,
35
+ 0.4,
36
+ 0.3,
37
+ 0.82,
38
+ 0.7,
39
+ 0.3,
40
+ 0.3,
41
+ 0.88,
42
+ 0.999,
43
+ 0.5,
44
+ 0.86,
45
+ 0.467,
46
+ 0.7,
47
+ 0.9
48
+ ],
49
+ "before_rewards": [
50
+ 0.6,
51
+ 0.5,
52
+ 0.9,
53
+ 0.9,
54
+ 0.4,
55
+ 0.9,
56
+ 0.88,
57
+ 0.5,
58
+ 0.667,
59
+ 0.667
60
+ ],
61
+ "after_rewards": [
62
+ 0.667,
63
+ 0.999,
64
+ 0.999,
65
+ 0.999,
66
+ 0.999,
67
+ 0.999,
68
+ 0.999,
69
+ 0.999,
70
+ 0.8,
71
+ 0.999
72
+ ],
73
+ "difficulty_breakdown": {
74
+ "before": {
75
+ "easy": 0.9,
76
+ "medium": 0.6890000000000001,
77
+ "hard": 0.6578333333333334
78
+ },
79
+ "after": {
80
+ "easy": 0.999,
81
+ "medium": 0.999,
82
+ "hard": 0.8220000000000001
83
+ }
84
+ },
85
+ "timestamp": "2026-04-26 08:25:03",
86
+ "source": "grpo_3b_real_run_v18",
87
+ "job_flavor": "a10g-large",
88
+ "notes": "GRPO v18 on unsloth/gemma-2-9b-it-bnb-4bit (4-bit + LoRA r=32, targets=['q_proj', 'k_proj', 'v_proj', 'o_proj', 'gate_proj', 'up_proj', 'down_proj']) vs the live NetWeaver SRE env. Train temp = eval temp = 0.7, LR = 2e-05. Heuristic baseline preserved (separate filenames)."
89
+ }