EntropyCoder commited on
Commit
fec7e14
·
verified ·
1 Parent(s): c8e4731

batch-4 retry (public): e2 dynamics family (38 arms)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. e2/e2_l1_gsm8k_r16_s17/config.json +41 -0
  2. e2/e2_l1_gsm8k_r16_s17/log.txt +105 -0
  3. e2/e2_l1_gsm8k_r16_s17/meta.json +2388 -0
  4. e2/e2_l1_gsm8k_r16_s17/metrics.npz +3 -0
  5. e2/e2_l1_gsm8k_r16_s17/trajectory.dat.zst +3 -0
  6. e2/e2_l1_gsm8k_r16_s18/config.json +41 -0
  7. e2/e2_l1_gsm8k_r16_s18/log.txt +105 -0
  8. e2/e2_l1_gsm8k_r16_s18/meta.json +2388 -0
  9. e2/e2_l1_gsm8k_r16_s18/metrics.npz +3 -0
  10. e2/e2_l1_gsm8k_r16_s18/trajectory.dat.zst +3 -0
  11. e2/e2_l1_gsm8k_r16_s19/config.json +41 -0
  12. e2/e2_l1_gsm8k_r16_s19/log.txt +105 -0
  13. e2/e2_l1_gsm8k_r16_s19/meta.json +2388 -0
  14. e2/e2_l1_gsm8k_r16_s19/metrics.npz +3 -0
  15. e2/e2_l1_gsm8k_r16_s19/trajectory.dat.zst +3 -0
  16. e2/e2_l1_tulu_r16_s17/config.json +41 -0
  17. e2/e2_l1_tulu_r16_s17/log.txt +105 -0
  18. e2/e2_l1_tulu_r16_s17/meta.json +2388 -0
  19. e2/e2_l1_tulu_r16_s17/metrics.npz +3 -0
  20. e2/e2_l1_tulu_r16_s17/trajectory.dat.zst +3 -0
  21. e2/e2_l1_tulu_r16_s18/config.json +41 -0
  22. e2/e2_l1_tulu_r16_s18/log.txt +105 -0
  23. e2/e2_l1_tulu_r16_s18/meta.json +2388 -0
  24. e2/e2_l1_tulu_r16_s18/metrics.npz +3 -0
  25. e2/e2_l1_tulu_r16_s18/trajectory.dat.zst +3 -0
  26. e2/e2_l1_tulu_r16_s19/config.json +41 -0
  27. e2/e2_l1_tulu_r16_s19/log.txt +105 -0
  28. e2/e2_l1_tulu_r16_s19/meta.json +2388 -0
  29. e2/e2_l1_tulu_r16_s19/metrics.npz +3 -0
  30. e2/e2_l1_tulu_r16_s19/trajectory.dat.zst +3 -0
  31. e2/e2_l2_gsm8k_wd0.1_s17/config.json +41 -0
  32. e2/e2_l2_gsm8k_wd0.1_s17/log.txt +105 -0
  33. e2/e2_l2_gsm8k_wd0.1_s17/meta.json +2388 -0
  34. e2/e2_l2_gsm8k_wd0.1_s17/metrics.npz +3 -0
  35. e2/e2_l2_gsm8k_wd0.1_s17/trajectory.dat.zst +3 -0
  36. e2/e2_l2_gsm8k_wd1_s17/config.json +41 -0
  37. e2/e2_l2_gsm8k_wd1_s17/log.txt +105 -0
  38. e2/e2_l2_gsm8k_wd1_s17/meta.json +2388 -0
  39. e2/e2_l2_gsm8k_wd1_s17/metrics.npz +3 -0
  40. e2/e2_l2_gsm8k_wd1_s17/trajectory.dat.zst +3 -0
  41. e2/e2_o1_gsm8k_s18/config.json +41 -0
  42. e2/e2_o1_gsm8k_s18/log.txt +21 -0
  43. e2/e2_o1_gsm8k_s18/meta.json +2268 -0
  44. e2/e2_o1_gsm8k_s18/metrics.npz +3 -0
  45. e2/e2_o1_gsm8k_s18/trajectory.dat.zst +3 -0
  46. e2/e2_o1_gsm8k_s19/config.json +41 -0
  47. e2/e2_o1_gsm8k_s19/log.txt +21 -0
  48. e2/e2_o1_gsm8k_s19/meta.json +2268 -0
  49. e2/e2_o1_gsm8k_s19/metrics.npz +3 -0
  50. e2/e2_o1_gsm8k_s19/trajectory.dat.zst +3 -0
e2/e2_l1_gsm8k_r16_s17/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_gsm8k_r16_s17",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 17,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_gsm8k_r16_s17/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5748.95it/s]
5
+ [e2_l1_gsm8k_r16_s17] step 50/5000 loss 0.4826 (39s)
6
+ [e2_l1_gsm8k_r16_s17] step 100/5000 loss 0.4376 (75s)
7
+ [e2_l1_gsm8k_r16_s17] step 150/5000 loss 0.4378 (109s)
8
+ [e2_l1_gsm8k_r16_s17] step 200/5000 loss 0.4157 (145s)
9
+ [e2_l1_gsm8k_r16_s17] step 250/5000 loss 0.4180 (180s)
10
+ [e2_l1_gsm8k_r16_s17] step 300/5000 loss 0.4197 (216s)
11
+ [e2_l1_gsm8k_r16_s17] step 350/5000 loss 0.4321 (251s)
12
+ [e2_l1_gsm8k_r16_s17] step 400/5000 loss 0.4352 (287s)
13
+ [e2_l1_gsm8k_r16_s17] step 450/5000 loss 0.4425 (321s)
14
+ [e2_l1_gsm8k_r16_s17] step 500/5000 loss 0.4078 (357s)
15
+ [e2_l1_gsm8k_r16_s17] step 550/5000 loss 0.4228 (392s)
16
+ [e2_l1_gsm8k_r16_s17] step 600/5000 loss 0.4144 (428s)
17
+ [e2_l1_gsm8k_r16_s17] step 650/5000 loss 0.4009 (463s)
18
+ [e2_l1_gsm8k_r16_s17] step 700/5000 loss 0.4163 (499s)
19
+ [e2_l1_gsm8k_r16_s17] step 750/5000 loss 0.4011 (533s)
20
+ [e2_l1_gsm8k_r16_s17] step 800/5000 loss 0.4085 (569s)
21
+ [e2_l1_gsm8k_r16_s17] step 850/5000 loss 0.3930 (603s)
22
+ [e2_l1_gsm8k_r16_s17] step 900/5000 loss 0.3747 (640s)
23
+ [e2_l1_gsm8k_r16_s17] step 950/5000 loss 0.3546 (674s)
24
+ [e2_l1_gsm8k_r16_s17] step 1000/5000 loss 0.3523 (710s)
25
+ [e2_l1_gsm8k_r16_s17] step 1050/5000 loss 0.3593 (745s)
26
+ [e2_l1_gsm8k_r16_s17] step 1100/5000 loss 0.3580 (781s)
27
+ [e2_l1_gsm8k_r16_s17] step 1150/5000 loss 0.3516 (815s)
28
+ [e2_l1_gsm8k_r16_s17] step 1200/5000 loss 0.3781 (852s)
29
+ [e2_l1_gsm8k_r16_s17] step 1250/5000 loss 0.3846 (886s)
30
+ [e2_l1_gsm8k_r16_s17] step 1300/5000 loss 0.3736 (922s)
31
+ [e2_l1_gsm8k_r16_s17] step 1350/5000 loss 0.3573 (957s)
32
+ [e2_l1_gsm8k_r16_s17] step 1400/5000 loss 0.3528 (993s)
33
+ [e2_l1_gsm8k_r16_s17] step 1450/5000 loss 0.3636 (1028s)
34
+ [e2_l1_gsm8k_r16_s17] step 1500/5000 loss 0.3514 (1064s)
35
+ [e2_l1_gsm8k_r16_s17] step 1550/5000 loss 0.3600 (1099s)
36
+ [e2_l1_gsm8k_r16_s17] step 1600/5000 loss 0.3609 (1135s)
37
+ [e2_l1_gsm8k_r16_s17] step 1650/5000 loss 0.3552 (1169s)
38
+ [e2_l1_gsm8k_r16_s17] step 1700/5000 loss 0.3753 (1206s)
39
+ [e2_l1_gsm8k_r16_s17] step 1750/5000 loss 0.3528 (1240s)
40
+ [e2_l1_gsm8k_r16_s17] step 1800/5000 loss 0.3007 (1276s)
41
+ [e2_l1_gsm8k_r16_s17] step 1850/5000 loss 0.3108 (1310s)
42
+ [e2_l1_gsm8k_r16_s17] step 1900/5000 loss 0.2861 (1346s)
43
+ [e2_l1_gsm8k_r16_s17] step 1950/5000 loss 0.3095 (1380s)
44
+ [e2_l1_gsm8k_r16_s17] step 2000/5000 loss 0.2899 (1416s)
45
+ [e2_l1_gsm8k_r16_s17] step 2050/5000 loss 0.3086 (1450s)
46
+ [e2_l1_gsm8k_r16_s17] step 2100/5000 loss 0.2950 (1486s)
47
+ [e2_l1_gsm8k_r16_s17] step 2150/5000 loss 0.3097 (1520s)
48
+ [e2_l1_gsm8k_r16_s17] step 2200/5000 loss 0.2895 (1556s)
49
+ [e2_l1_gsm8k_r16_s17] step 2250/5000 loss 0.3017 (1590s)
50
+ [e2_l1_gsm8k_r16_s17] step 2300/5000 loss 0.3035 (1626s)
51
+ [e2_l1_gsm8k_r16_s17] step 2350/5000 loss 0.3194 (1660s)
52
+ [e2_l1_gsm8k_r16_s17] step 2400/5000 loss 0.3071 (1696s)
53
+ [e2_l1_gsm8k_r16_s17] step 2450/5000 loss 0.3159 (1730s)
54
+ [e2_l1_gsm8k_r16_s17] step 2500/5000 loss 0.3138 (1765s)
55
+ [e2_l1_gsm8k_r16_s17] step 2550/5000 loss 0.3119 (1799s)
56
+ [e2_l1_gsm8k_r16_s17] step 2600/5000 loss 0.3166 (1835s)
57
+ [e2_l1_gsm8k_r16_s17] step 2650/5000 loss 0.2338 (1869s)
58
+ [e2_l1_gsm8k_r16_s17] step 2700/5000 loss 0.2358 (1905s)
59
+ [e2_l1_gsm8k_r16_s17] step 2750/5000 loss 0.2420 (1939s)
60
+ [e2_l1_gsm8k_r16_s17] step 2800/5000 loss 0.2503 (1974s)
61
+ [e2_l1_gsm8k_r16_s17] step 2850/5000 loss 0.2544 (2009s)
62
+ [e2_l1_gsm8k_r16_s17] step 2900/5000 loss 0.2573 (2044s)
63
+ [e2_l1_gsm8k_r16_s17] step 2950/5000 loss 0.2417 (2078s)
64
+ [e2_l1_gsm8k_r16_s17] step 3000/5000 loss 0.2441 (2114s)
65
+ [e2_l1_gsm8k_r16_s17] step 3050/5000 loss 0.2679 (2148s)
66
+ [e2_l1_gsm8k_r16_s17] step 3100/5000 loss 0.2467 (2184s)
67
+ [e2_l1_gsm8k_r16_s17] step 3150/5000 loss 0.2809 (2218s)
68
+ [e2_l1_gsm8k_r16_s17] step 3200/5000 loss 0.2518 (2254s)
69
+ [e2_l1_gsm8k_r16_s17] step 3250/5000 loss 0.2464 (2288s)
70
+ [e2_l1_gsm8k_r16_s17] step 3300/5000 loss 0.2478 (2323s)
71
+ [e2_l1_gsm8k_r16_s17] step 3350/5000 loss 0.2743 (2358s)
72
+ [e2_l1_gsm8k_r16_s17] step 3400/5000 loss 0.2525 (2393s)
73
+ [e2_l1_gsm8k_r16_s17] step 3450/5000 loss 0.2641 (2427s)
74
+ [e2_l1_gsm8k_r16_s17] step 3500/5000 loss 0.2110 (2463s)
75
+ [e2_l1_gsm8k_r16_s17] step 3550/5000 loss 0.1930 (2497s)
76
+ [e2_l1_gsm8k_r16_s17] step 3600/5000 loss 0.1958 (2532s)
77
+ [e2_l1_gsm8k_r16_s17] step 3650/5000 loss 0.1777 (2566s)
78
+ [e2_l1_gsm8k_r16_s17] step 3700/5000 loss 0.1976 (2602s)
79
+ [e2_l1_gsm8k_r16_s17] step 3750/5000 loss 0.1900 (2637s)
80
+ [e2_l1_gsm8k_r16_s17] step 3800/5000 loss 0.2005 (2672s)
81
+ [e2_l1_gsm8k_r16_s17] step 3850/5000 loss 0.1928 (2707s)
82
+ [e2_l1_gsm8k_r16_s17] step 3900/5000 loss 0.1928 (2742s)
83
+ [e2_l1_gsm8k_r16_s17] step 3950/5000 loss 0.2053 (2776s)
84
+ [e2_l1_gsm8k_r16_s17] step 4000/5000 loss 0.2184 (2812s)
85
+ [e2_l1_gsm8k_r16_s17] step 4050/5000 loss 0.2017 (2846s)
86
+ [e2_l1_gsm8k_r16_s17] step 4100/5000 loss 0.1974 (2882s)
87
+ [e2_l1_gsm8k_r16_s17] step 4150/5000 loss 0.2044 (2916s)
88
+ [e2_l1_gsm8k_r16_s17] step 4200/5000 loss 0.1909 (2952s)
89
+ [e2_l1_gsm8k_r16_s17] step 4250/5000 loss 0.2082 (2986s)
90
+ [e2_l1_gsm8k_r16_s17] step 4300/5000 loss 0.2119 (3022s)
91
+ [e2_l1_gsm8k_r16_s17] step 4350/5000 loss 0.2083 (3057s)
92
+ [e2_l1_gsm8k_r16_s17] step 4400/5000 loss 0.1382 (3093s)
93
+ [e2_l1_gsm8k_r16_s17] step 4450/5000 loss 0.1351 (3128s)
94
+ [e2_l1_gsm8k_r16_s17] step 4500/5000 loss 0.1321 (3164s)
95
+ [e2_l1_gsm8k_r16_s17] step 4550/5000 loss 0.1399 (3199s)
96
+ [e2_l1_gsm8k_r16_s17] step 4600/5000 loss 0.1469 (3235s)
97
+ [e2_l1_gsm8k_r16_s17] step 4650/5000 loss 0.1573 (3270s)
98
+ [e2_l1_gsm8k_r16_s17] step 4700/5000 loss 0.1505 (3306s)
99
+ [e2_l1_gsm8k_r16_s17] step 4750/5000 loss 0.1445 (3341s)
100
+ [e2_l1_gsm8k_r16_s17] step 4800/5000 loss 0.1382 (3377s)
101
+ [e2_l1_gsm8k_r16_s17] step 4850/5000 loss 0.1452 (3412s)
102
+ [e2_l1_gsm8k_r16_s17] step 4900/5000 loss 0.1506 (3448s)
103
+ [e2_l1_gsm8k_r16_s17] step 4950/5000 loss 0.1651 (3483s)
104
+ [e2_l1_gsm8k_r16_s17] step 5000/5000 loss 0.1476 (3519s)
105
+ [e2_l1_gsm8k_r16_s17] DONE in 3519s -> runs/e2_l1_gsm8k_r16_s17
e2/e2_l1_gsm8k_r16_s17/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_gsm8k_r16_s17",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "gsm8k",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 17,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_gsm8k_r16_s17/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e38b529b72e63cca78df1228c3f2b5d728c00fab5a2c16499478f7d7d7c6d7
3
+ size 2687689
e2/e2_l1_gsm8k_r16_s17/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749a0f6fd6e780fd4af5068405dcfdd7dd83374c51880f54db7cde7309fafc6c
3
+ size 1690024404
e2/e2_l1_gsm8k_r16_s18/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_gsm8k_r16_s18",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 18,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_gsm8k_r16_s18/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5295.39it/s]
5
+ [e2_l1_gsm8k_r16_s18] step 50/5000 loss 0.4830 (40s)
6
+ [e2_l1_gsm8k_r16_s18] step 100/5000 loss 0.4376 (76s)
7
+ [e2_l1_gsm8k_r16_s18] step 150/5000 loss 0.4378 (111s)
8
+ [e2_l1_gsm8k_r16_s18] step 200/5000 loss 0.4150 (147s)
9
+ [e2_l1_gsm8k_r16_s18] step 250/5000 loss 0.4174 (182s)
10
+ [e2_l1_gsm8k_r16_s18] step 300/5000 loss 0.4199 (218s)
11
+ [e2_l1_gsm8k_r16_s18] step 350/5000 loss 0.4325 (252s)
12
+ [e2_l1_gsm8k_r16_s18] step 400/5000 loss 0.4347 (287s)
13
+ [e2_l1_gsm8k_r16_s18] step 450/5000 loss 0.4422 (322s)
14
+ [e2_l1_gsm8k_r16_s18] step 500/5000 loss 0.4081 (358s)
15
+ [e2_l1_gsm8k_r16_s18] step 550/5000 loss 0.4218 (392s)
16
+ [e2_l1_gsm8k_r16_s18] step 600/5000 loss 0.4145 (428s)
17
+ [e2_l1_gsm8k_r16_s18] step 650/5000 loss 0.4017 (463s)
18
+ [e2_l1_gsm8k_r16_s18] step 700/5000 loss 0.4161 (499s)
19
+ [e2_l1_gsm8k_r16_s18] step 750/5000 loss 0.4006 (534s)
20
+ [e2_l1_gsm8k_r16_s18] step 800/5000 loss 0.4076 (570s)
21
+ [e2_l1_gsm8k_r16_s18] step 850/5000 loss 0.3922 (605s)
22
+ [e2_l1_gsm8k_r16_s18] step 900/5000 loss 0.3748 (641s)
23
+ [e2_l1_gsm8k_r16_s18] step 950/5000 loss 0.3539 (676s)
24
+ [e2_l1_gsm8k_r16_s18] step 1000/5000 loss 0.3538 (712s)
25
+ [e2_l1_gsm8k_r16_s18] step 1050/5000 loss 0.3587 (747s)
26
+ [e2_l1_gsm8k_r16_s18] step 1100/5000 loss 0.3590 (783s)
27
+ [e2_l1_gsm8k_r16_s18] step 1150/5000 loss 0.3503 (818s)
28
+ [e2_l1_gsm8k_r16_s18] step 1200/5000 loss 0.3774 (854s)
29
+ [e2_l1_gsm8k_r16_s18] step 1250/5000 loss 0.3847 (889s)
30
+ [e2_l1_gsm8k_r16_s18] step 1300/5000 loss 0.3727 (925s)
31
+ [e2_l1_gsm8k_r16_s18] step 1350/5000 loss 0.3583 (960s)
32
+ [e2_l1_gsm8k_r16_s18] step 1400/5000 loss 0.3530 (996s)
33
+ [e2_l1_gsm8k_r16_s18] step 1450/5000 loss 0.3638 (1031s)
34
+ [e2_l1_gsm8k_r16_s18] step 1500/5000 loss 0.3505 (1067s)
35
+ [e2_l1_gsm8k_r16_s18] step 1550/5000 loss 0.3611 (1102s)
36
+ [e2_l1_gsm8k_r16_s18] step 1600/5000 loss 0.3607 (1138s)
37
+ [e2_l1_gsm8k_r16_s18] step 1650/5000 loss 0.3540 (1173s)
38
+ [e2_l1_gsm8k_r16_s18] step 1700/5000 loss 0.3746 (1209s)
39
+ [e2_l1_gsm8k_r16_s18] step 1750/5000 loss 0.3529 (1244s)
40
+ [e2_l1_gsm8k_r16_s18] step 1800/5000 loss 0.3006 (1280s)
41
+ [e2_l1_gsm8k_r16_s18] step 1850/5000 loss 0.3107 (1315s)
42
+ [e2_l1_gsm8k_r16_s18] step 1900/5000 loss 0.2853 (1351s)
43
+ [e2_l1_gsm8k_r16_s18] step 1950/5000 loss 0.3103 (1385s)
44
+ [e2_l1_gsm8k_r16_s18] step 2000/5000 loss 0.2874 (1422s)
45
+ [e2_l1_gsm8k_r16_s18] step 2050/5000 loss 0.3125 (1456s)
46
+ [e2_l1_gsm8k_r16_s18] step 2100/5000 loss 0.2946 (1493s)
47
+ [e2_l1_gsm8k_r16_s18] step 2150/5000 loss 0.3116 (1527s)
48
+ [e2_l1_gsm8k_r16_s18] step 2200/5000 loss 0.2910 (1564s)
49
+ [e2_l1_gsm8k_r16_s18] step 2250/5000 loss 0.3036 (1598s)
50
+ [e2_l1_gsm8k_r16_s18] step 2300/5000 loss 0.3016 (1635s)
51
+ [e2_l1_gsm8k_r16_s18] step 2350/5000 loss 0.3170 (1669s)
52
+ [e2_l1_gsm8k_r16_s18] step 2400/5000 loss 0.3073 (1706s)
53
+ [e2_l1_gsm8k_r16_s18] step 2450/5000 loss 0.3163 (1740s)
54
+ [e2_l1_gsm8k_r16_s18] step 2500/5000 loss 0.3140 (1777s)
55
+ [e2_l1_gsm8k_r16_s18] step 2550/5000 loss 0.3140 (1811s)
56
+ [e2_l1_gsm8k_r16_s18] step 2600/5000 loss 0.3209 (1848s)
57
+ [e2_l1_gsm8k_r16_s18] step 2650/5000 loss 0.2374 (1882s)
58
+ [e2_l1_gsm8k_r16_s18] step 2700/5000 loss 0.2331 (1918s)
59
+ [e2_l1_gsm8k_r16_s18] step 2750/5000 loss 0.2403 (1953s)
60
+ [e2_l1_gsm8k_r16_s18] step 2800/5000 loss 0.2479 (1989s)
61
+ [e2_l1_gsm8k_r16_s18] step 2850/5000 loss 0.2564 (2024s)
62
+ [e2_l1_gsm8k_r16_s18] step 2900/5000 loss 0.2570 (2060s)
63
+ [e2_l1_gsm8k_r16_s18] step 2950/5000 loss 0.2403 (2095s)
64
+ [e2_l1_gsm8k_r16_s18] step 3000/5000 loss 0.2455 (2131s)
65
+ [e2_l1_gsm8k_r16_s18] step 3050/5000 loss 0.2700 (2166s)
66
+ [e2_l1_gsm8k_r16_s18] step 3100/5000 loss 0.2463 (2202s)
67
+ [e2_l1_gsm8k_r16_s18] step 3150/5000 loss 0.2783 (2237s)
68
+ [e2_l1_gsm8k_r16_s18] step 3200/5000 loss 0.2484 (2273s)
69
+ [e2_l1_gsm8k_r16_s18] step 3250/5000 loss 0.2472 (2308s)
70
+ [e2_l1_gsm8k_r16_s18] step 3300/5000 loss 0.2471 (2344s)
71
+ [e2_l1_gsm8k_r16_s18] step 3350/5000 loss 0.2747 (2379s)
72
+ [e2_l1_gsm8k_r16_s18] step 3400/5000 loss 0.2482 (2415s)
73
+ [e2_l1_gsm8k_r16_s18] step 3450/5000 loss 0.2631 (2450s)
74
+ [e2_l1_gsm8k_r16_s18] step 3500/5000 loss 0.2121 (2486s)
75
+ [e2_l1_gsm8k_r16_s18] step 3550/5000 loss 0.1912 (2521s)
76
+ [e2_l1_gsm8k_r16_s18] step 3600/5000 loss 0.1949 (2557s)
77
+ [e2_l1_gsm8k_r16_s18] step 3650/5000 loss 0.1770 (2592s)
78
+ [e2_l1_gsm8k_r16_s18] step 3700/5000 loss 0.2005 (2628s)
79
+ [e2_l1_gsm8k_r16_s18] step 3750/5000 loss 0.1899 (2663s)
80
+ [e2_l1_gsm8k_r16_s18] step 3800/5000 loss 0.1986 (2699s)
81
+ [e2_l1_gsm8k_r16_s18] step 3850/5000 loss 0.1922 (2734s)
82
+ [e2_l1_gsm8k_r16_s18] step 3900/5000 loss 0.1903 (2770s)
83
+ [e2_l1_gsm8k_r16_s18] step 3950/5000 loss 0.2010 (2805s)
84
+ [e2_l1_gsm8k_r16_s18] step 4000/5000 loss 0.2173 (2841s)
85
+ [e2_l1_gsm8k_r16_s18] step 4050/5000 loss 0.2018 (2876s)
86
+ [e2_l1_gsm8k_r16_s18] step 4100/5000 loss 0.2018 (2912s)
87
+ [e2_l1_gsm8k_r16_s18] step 4150/5000 loss 0.2059 (2947s)
88
+ [e2_l1_gsm8k_r16_s18] step 4200/5000 loss 0.1916 (2983s)
89
+ [e2_l1_gsm8k_r16_s18] step 4250/5000 loss 0.2085 (3018s)
90
+ [e2_l1_gsm8k_r16_s18] step 4300/5000 loss 0.2140 (3054s)
91
+ [e2_l1_gsm8k_r16_s18] step 4350/5000 loss 0.2068 (3089s)
92
+ [e2_l1_gsm8k_r16_s18] step 4400/5000 loss 0.1412 (3125s)
93
+ [e2_l1_gsm8k_r16_s18] step 4450/5000 loss 0.1339 (3159s)
94
+ [e2_l1_gsm8k_r16_s18] step 4500/5000 loss 0.1314 (3195s)
95
+ [e2_l1_gsm8k_r16_s18] step 4550/5000 loss 0.1380 (3230s)
96
+ [e2_l1_gsm8k_r16_s18] step 4600/5000 loss 0.1458 (3266s)
97
+ [e2_l1_gsm8k_r16_s18] step 4650/5000 loss 0.1583 (3301s)
98
+ [e2_l1_gsm8k_r16_s18] step 4700/5000 loss 0.1489 (3337s)
99
+ [e2_l1_gsm8k_r16_s18] step 4750/5000 loss 0.1446 (3372s)
100
+ [e2_l1_gsm8k_r16_s18] step 4800/5000 loss 0.1354 (3408s)
101
+ [e2_l1_gsm8k_r16_s18] step 4850/5000 loss 0.1436 (3443s)
102
+ [e2_l1_gsm8k_r16_s18] step 4900/5000 loss 0.1500 (3479s)
103
+ [e2_l1_gsm8k_r16_s18] step 4950/5000 loss 0.1628 (3514s)
104
+ [e2_l1_gsm8k_r16_s18] step 5000/5000 loss 0.1503 (3550s)
105
+ [e2_l1_gsm8k_r16_s18] DONE in 3550s -> runs/e2_l1_gsm8k_r16_s18
e2/e2_l1_gsm8k_r16_s18/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_gsm8k_r16_s18",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "gsm8k",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 18,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_gsm8k_r16_s18/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87dc0895acd09573d46ae399e96e33c88f9758791514410424e0fd6262bba54
3
+ size 2685145
e2/e2_l1_gsm8k_r16_s18/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff7527a3eee4b4e37737362dab936c4132fbc953917e9213a94f53399803abd
3
+ size 1690091169
e2/e2_l1_gsm8k_r16_s19/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_gsm8k_r16_s19",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 19,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_gsm8k_r16_s19/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 7134.97it/s]
5
+ [e2_l1_gsm8k_r16_s19] step 50/5000 loss 0.4824 (40s)
6
+ [e2_l1_gsm8k_r16_s19] step 100/5000 loss 0.4378 (76s)
7
+ [e2_l1_gsm8k_r16_s19] step 150/5000 loss 0.4381 (111s)
8
+ [e2_l1_gsm8k_r16_s19] step 200/5000 loss 0.4154 (147s)
9
+ [e2_l1_gsm8k_r16_s19] step 250/5000 loss 0.4177 (182s)
10
+ [e2_l1_gsm8k_r16_s19] step 300/5000 loss 0.4203 (218s)
11
+ [e2_l1_gsm8k_r16_s19] step 350/5000 loss 0.4333 (253s)
12
+ [e2_l1_gsm8k_r16_s19] step 400/5000 loss 0.4349 (289s)
13
+ [e2_l1_gsm8k_r16_s19] step 450/5000 loss 0.4429 (324s)
14
+ [e2_l1_gsm8k_r16_s19] step 500/5000 loss 0.4075 (360s)
15
+ [e2_l1_gsm8k_r16_s19] step 550/5000 loss 0.4219 (395s)
16
+ [e2_l1_gsm8k_r16_s19] step 600/5000 loss 0.4139 (431s)
17
+ [e2_l1_gsm8k_r16_s19] step 650/5000 loss 0.4017 (466s)
18
+ [e2_l1_gsm8k_r16_s19] step 700/5000 loss 0.4173 (502s)
19
+ [e2_l1_gsm8k_r16_s19] step 750/5000 loss 0.4016 (537s)
20
+ [e2_l1_gsm8k_r16_s19] step 800/5000 loss 0.4088 (573s)
21
+ [e2_l1_gsm8k_r16_s19] step 850/5000 loss 0.3932 (608s)
22
+ [e2_l1_gsm8k_r16_s19] step 900/5000 loss 0.3761 (644s)
23
+ [e2_l1_gsm8k_r16_s19] step 950/5000 loss 0.3545 (679s)
24
+ [e2_l1_gsm8k_r16_s19] step 1000/5000 loss 0.3546 (715s)
25
+ [e2_l1_gsm8k_r16_s19] step 1050/5000 loss 0.3598 (750s)
26
+ [e2_l1_gsm8k_r16_s19] step 1100/5000 loss 0.3591 (786s)
27
+ [e2_l1_gsm8k_r16_s19] step 1150/5000 loss 0.3511 (820s)
28
+ [e2_l1_gsm8k_r16_s19] step 1200/5000 loss 0.3761 (857s)
29
+ [e2_l1_gsm8k_r16_s19] step 1250/5000 loss 0.3862 (891s)
30
+ [e2_l1_gsm8k_r16_s19] step 1300/5000 loss 0.3721 (928s)
31
+ [e2_l1_gsm8k_r16_s19] step 1350/5000 loss 0.3583 (962s)
32
+ [e2_l1_gsm8k_r16_s19] step 1400/5000 loss 0.3521 (998s)
33
+ [e2_l1_gsm8k_r16_s19] step 1450/5000 loss 0.3634 (1033s)
34
+ [e2_l1_gsm8k_r16_s19] step 1500/5000 loss 0.3523 (1069s)
35
+ [e2_l1_gsm8k_r16_s19] step 1550/5000 loss 0.3618 (1104s)
36
+ [e2_l1_gsm8k_r16_s19] step 1600/5000 loss 0.3609 (1140s)
37
+ [e2_l1_gsm8k_r16_s19] step 1650/5000 loss 0.3541 (1175s)
38
+ [e2_l1_gsm8k_r16_s19] step 1700/5000 loss 0.3727 (1211s)
39
+ [e2_l1_gsm8k_r16_s19] step 1750/5000 loss 0.3549 (1246s)
40
+ [e2_l1_gsm8k_r16_s19] step 1800/5000 loss 0.3025 (1282s)
41
+ [e2_l1_gsm8k_r16_s19] step 1850/5000 loss 0.3100 (1317s)
42
+ [e2_l1_gsm8k_r16_s19] step 1900/5000 loss 0.2857 (1353s)
43
+ [e2_l1_gsm8k_r16_s19] step 1950/5000 loss 0.3109 (1387s)
44
+ [e2_l1_gsm8k_r16_s19] step 2000/5000 loss 0.2905 (1423s)
45
+ [e2_l1_gsm8k_r16_s19] step 2050/5000 loss 0.3087 (1458s)
46
+ [e2_l1_gsm8k_r16_s19] step 2100/5000 loss 0.2937 (1494s)
47
+ [e2_l1_gsm8k_r16_s19] step 2150/5000 loss 0.3099 (1529s)
48
+ [e2_l1_gsm8k_r16_s19] step 2200/5000 loss 0.2916 (1565s)
49
+ [e2_l1_gsm8k_r16_s19] step 2250/5000 loss 0.3036 (1599s)
50
+ [e2_l1_gsm8k_r16_s19] step 2300/5000 loss 0.3030 (1635s)
51
+ [e2_l1_gsm8k_r16_s19] step 2350/5000 loss 0.3178 (1669s)
52
+ [e2_l1_gsm8k_r16_s19] step 2400/5000 loss 0.3096 (1705s)
53
+ [e2_l1_gsm8k_r16_s19] step 2450/5000 loss 0.3169 (1740s)
54
+ [e2_l1_gsm8k_r16_s19] step 2500/5000 loss 0.3157 (1776s)
55
+ [e2_l1_gsm8k_r16_s19] step 2550/5000 loss 0.3136 (1811s)
56
+ [e2_l1_gsm8k_r16_s19] step 2600/5000 loss 0.3176 (1847s)
57
+ [e2_l1_gsm8k_r16_s19] step 2650/5000 loss 0.2371 (1882s)
58
+ [e2_l1_gsm8k_r16_s19] step 2700/5000 loss 0.2352 (1917s)
59
+ [e2_l1_gsm8k_r16_s19] step 2750/5000 loss 0.2419 (1952s)
60
+ [e2_l1_gsm8k_r16_s19] step 2800/5000 loss 0.2494 (1987s)
61
+ [e2_l1_gsm8k_r16_s19] step 2850/5000 loss 0.2547 (2021s)
62
+ [e2_l1_gsm8k_r16_s19] step 2900/5000 loss 0.2591 (2057s)
63
+ [e2_l1_gsm8k_r16_s19] step 2950/5000 loss 0.2444 (2091s)
64
+ [e2_l1_gsm8k_r16_s19] step 3000/5000 loss 0.2473 (2126s)
65
+ [e2_l1_gsm8k_r16_s19] step 3050/5000 loss 0.2709 (2161s)
66
+ [e2_l1_gsm8k_r16_s19] step 3100/5000 loss 0.2443 (2196s)
67
+ [e2_l1_gsm8k_r16_s19] step 3150/5000 loss 0.2791 (2230s)
68
+ [e2_l1_gsm8k_r16_s19] step 3200/5000 loss 0.2541 (2266s)
69
+ [e2_l1_gsm8k_r16_s19] step 3250/5000 loss 0.2481 (2300s)
70
+ [e2_l1_gsm8k_r16_s19] step 3300/5000 loss 0.2477 (2335s)
71
+ [e2_l1_gsm8k_r16_s19] step 3350/5000 loss 0.2735 (2369s)
72
+ [e2_l1_gsm8k_r16_s19] step 3400/5000 loss 0.2525 (2405s)
73
+ [e2_l1_gsm8k_r16_s19] step 3450/5000 loss 0.2649 (2439s)
74
+ [e2_l1_gsm8k_r16_s19] step 3500/5000 loss 0.2118 (2474s)
75
+ [e2_l1_gsm8k_r16_s19] step 3550/5000 loss 0.1922 (2508s)
76
+ [e2_l1_gsm8k_r16_s19] step 3600/5000 loss 0.1932 (2544s)
77
+ [e2_l1_gsm8k_r16_s19] step 3650/5000 loss 0.1794 (2578s)
78
+ [e2_l1_gsm8k_r16_s19] step 3700/5000 loss 0.1992 (2613s)
79
+ [e2_l1_gsm8k_r16_s19] step 3750/5000 loss 0.1907 (2648s)
80
+ [e2_l1_gsm8k_r16_s19] step 3800/5000 loss 0.2028 (2683s)
81
+ [e2_l1_gsm8k_r16_s19] step 3850/5000 loss 0.1937 (2717s)
82
+ [e2_l1_gsm8k_r16_s19] step 3900/5000 loss 0.1995 (2753s)
83
+ [e2_l1_gsm8k_r16_s19] step 3950/5000 loss 0.2035 (2787s)
84
+ [e2_l1_gsm8k_r16_s19] step 4000/5000 loss 0.2176 (2822s)
85
+ [e2_l1_gsm8k_r16_s19] step 4050/5000 loss 0.2005 (2856s)
86
+ [e2_l1_gsm8k_r16_s19] step 4100/5000 loss 0.2016 (2892s)
87
+ [e2_l1_gsm8k_r16_s19] step 4150/5000 loss 0.2065 (2926s)
88
+ [e2_l1_gsm8k_r16_s19] step 4200/5000 loss 0.1960 (2962s)
89
+ [e2_l1_gsm8k_r16_s19] step 4250/5000 loss 0.2133 (2996s)
90
+ [e2_l1_gsm8k_r16_s19] step 4300/5000 loss 0.2156 (3031s)
91
+ [e2_l1_gsm8k_r16_s19] step 4350/5000 loss 0.2084 (3065s)
92
+ [e2_l1_gsm8k_r16_s19] step 4400/5000 loss 0.1432 (3101s)
93
+ [e2_l1_gsm8k_r16_s19] step 4450/5000 loss 0.1342 (3135s)
94
+ [e2_l1_gsm8k_r16_s19] step 4500/5000 loss 0.1319 (3170s)
95
+ [e2_l1_gsm8k_r16_s19] step 4550/5000 loss 0.1401 (3204s)
96
+ [e2_l1_gsm8k_r16_s19] step 4600/5000 loss 0.1460 (3240s)
97
+ [e2_l1_gsm8k_r16_s19] step 4650/5000 loss 0.1596 (3274s)
98
+ [e2_l1_gsm8k_r16_s19] step 4700/5000 loss 0.1475 (3310s)
99
+ [e2_l1_gsm8k_r16_s19] step 4750/5000 loss 0.1438 (3344s)
100
+ [e2_l1_gsm8k_r16_s19] step 4800/5000 loss 0.1381 (3379s)
101
+ [e2_l1_gsm8k_r16_s19] step 4850/5000 loss 0.1452 (3413s)
102
+ [e2_l1_gsm8k_r16_s19] step 4900/5000 loss 0.1524 (3449s)
103
+ [e2_l1_gsm8k_r16_s19] step 4950/5000 loss 0.1663 (3483s)
104
+ [e2_l1_gsm8k_r16_s19] step 5000/5000 loss 0.1522 (3519s)
105
+ [e2_l1_gsm8k_r16_s19] DONE in 3519s -> runs/e2_l1_gsm8k_r16_s19
e2/e2_l1_gsm8k_r16_s19/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_gsm8k_r16_s19",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "gsm8k",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 19,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_gsm8k_r16_s19/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae55cfb0dde2f3786b7b987397dca5022e69517bf232b45f1eaffb36715ffe28
3
+ size 2686644
e2/e2_l1_gsm8k_r16_s19/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be4dfbaea4e1f1f8d37348a71d9840447751e92ad0914bb4b2043dc5ca63bbc
3
+ size 1690016723
e2/e2_l1_tulu_r16_s17/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_tulu_r16_s17",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "tulu",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 17,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_tulu_r16_s17/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5585.29it/s]
5
+ [e2_l1_tulu_r16_s17] step 50/5000 loss 1.0501 (40s)
6
+ [e2_l1_tulu_r16_s17] step 100/5000 loss 1.0298 (75s)
7
+ [e2_l1_tulu_r16_s17] step 150/5000 loss 1.0424 (110s)
8
+ [e2_l1_tulu_r16_s17] step 200/5000 loss 1.1208 (145s)
9
+ [e2_l1_tulu_r16_s17] step 250/5000 loss 0.9948 (179s)
10
+ [e2_l1_tulu_r16_s17] step 300/5000 loss 1.0030 (215s)
11
+ [e2_l1_tulu_r16_s17] step 350/5000 loss 1.0433 (249s)
12
+ [e2_l1_tulu_r16_s17] step 400/5000 loss 0.9598 (285s)
13
+ [e2_l1_tulu_r16_s17] step 450/5000 loss 0.9741 (319s)
14
+ [e2_l1_tulu_r16_s17] step 500/5000 loss 1.0208 (355s)
15
+ [e2_l1_tulu_r16_s17] step 550/5000 loss 0.9226 (389s)
16
+ [e2_l1_tulu_r16_s17] step 600/5000 loss 0.9756 (425s)
17
+ [e2_l1_tulu_r16_s17] step 650/5000 loss 1.0230 (459s)
18
+ [e2_l1_tulu_r16_s17] step 700/5000 loss 1.0072 (494s)
19
+ [e2_l1_tulu_r16_s17] step 750/5000 loss 0.9760 (529s)
20
+ [e2_l1_tulu_r16_s17] step 800/5000 loss 0.8946 (564s)
21
+ [e2_l1_tulu_r16_s17] step 850/5000 loss 0.9845 (598s)
22
+ [e2_l1_tulu_r16_s17] step 900/5000 loss 0.9848 (634s)
23
+ [e2_l1_tulu_r16_s17] step 950/5000 loss 0.8796 (668s)
24
+ [e2_l1_tulu_r16_s17] step 1000/5000 loss 0.9424 (704s)
25
+ [e2_l1_tulu_r16_s17] step 1050/5000 loss 0.9029 (738s)
26
+ [e2_l1_tulu_r16_s17] step 1100/5000 loss 0.9608 (774s)
27
+ [e2_l1_tulu_r16_s17] step 1150/5000 loss 1.0799 (808s)
28
+ [e2_l1_tulu_r16_s17] step 1200/5000 loss 0.9636 (844s)
29
+ [e2_l1_tulu_r16_s17] step 1250/5000 loss 1.0823 (878s)
30
+ [e2_l1_tulu_r16_s17] step 1300/5000 loss 0.9688 (914s)
31
+ [e2_l1_tulu_r16_s17] step 1350/5000 loss 0.9043 (948s)
32
+ [e2_l1_tulu_r16_s17] step 1400/5000 loss 1.0837 (983s)
33
+ [e2_l1_tulu_r16_s17] step 1450/5000 loss 1.0019 (1018s)
34
+ [e2_l1_tulu_r16_s17] step 1500/5000 loss 0.9575 (1053s)
35
+ [e2_l1_tulu_r16_s17] step 1550/5000 loss 1.0839 (1087s)
36
+ [e2_l1_tulu_r16_s17] step 1600/5000 loss 1.0007 (1123s)
37
+ [e2_l1_tulu_r16_s17] step 1650/5000 loss 0.9333 (1157s)
38
+ [e2_l1_tulu_r16_s17] step 1700/5000 loss 0.9720 (1193s)
39
+ [e2_l1_tulu_r16_s17] step 1750/5000 loss 0.9429 (1227s)
40
+ [e2_l1_tulu_r16_s17] step 1800/5000 loss 0.8900 (1263s)
41
+ [e2_l1_tulu_r16_s17] step 1850/5000 loss 0.9919 (1297s)
42
+ [e2_l1_tulu_r16_s17] step 1900/5000 loss 0.9240 (1332s)
43
+ [e2_l1_tulu_r16_s17] step 1950/5000 loss 0.9678 (1367s)
44
+ [e2_l1_tulu_r16_s17] step 2000/5000 loss 1.0069 (1402s)
45
+ [e2_l1_tulu_r16_s17] step 2050/5000 loss 0.9805 (1436s)
46
+ [e2_l1_tulu_r16_s17] step 2100/5000 loss 0.9048 (1472s)
47
+ [e2_l1_tulu_r16_s17] step 2150/5000 loss 0.8930 (1506s)
48
+ [e2_l1_tulu_r16_s17] step 2200/5000 loss 1.0120 (1542s)
49
+ [e2_l1_tulu_r16_s17] step 2250/5000 loss 1.0665 (1576s)
50
+ [e2_l1_tulu_r16_s17] step 2300/5000 loss 1.0586 (1612s)
51
+ [e2_l1_tulu_r16_s17] step 2350/5000 loss 1.0249 (1646s)
52
+ [e2_l1_tulu_r16_s17] step 2400/5000 loss 0.9120 (1682s)
53
+ [e2_l1_tulu_r16_s17] step 2450/5000 loss 1.0279 (1716s)
54
+ [e2_l1_tulu_r16_s17] step 2500/5000 loss 0.9576 (1752s)
55
+ [e2_l1_tulu_r16_s17] step 2550/5000 loss 0.8996 (1786s)
56
+ [e2_l1_tulu_r16_s17] step 2600/5000 loss 0.9870 (1821s)
57
+ [e2_l1_tulu_r16_s17] step 2650/5000 loss 0.9614 (1856s)
58
+ [e2_l1_tulu_r16_s17] step 2700/5000 loss 0.9540 (1891s)
59
+ [e2_l1_tulu_r16_s17] step 2750/5000 loss 1.0029 (1925s)
60
+ [e2_l1_tulu_r16_s17] step 2800/5000 loss 1.0487 (1961s)
61
+ [e2_l1_tulu_r16_s17] step 2850/5000 loss 1.0545 (1995s)
62
+ [e2_l1_tulu_r16_s17] step 2900/5000 loss 0.9274 (2031s)
63
+ [e2_l1_tulu_r16_s17] step 2950/5000 loss 0.9949 (2065s)
64
+ [e2_l1_tulu_r16_s17] step 3000/5000 loss 0.9022 (2101s)
65
+ [e2_l1_tulu_r16_s17] step 3050/5000 loss 0.9181 (2135s)
66
+ [e2_l1_tulu_r16_s17] step 3100/5000 loss 0.9222 (2171s)
67
+ [e2_l1_tulu_r16_s17] step 3150/5000 loss 0.9676 (2205s)
68
+ [e2_l1_tulu_r16_s17] step 3200/5000 loss 0.9902 (2241s)
69
+ [e2_l1_tulu_r16_s17] step 3250/5000 loss 0.8809 (2275s)
70
+ [e2_l1_tulu_r16_s17] step 3300/5000 loss 0.9203 (2311s)
71
+ [e2_l1_tulu_r16_s17] step 3350/5000 loss 0.9577 (2345s)
72
+ [e2_l1_tulu_r16_s17] step 3400/5000 loss 1.0261 (2380s)
73
+ [e2_l1_tulu_r16_s17] step 3450/5000 loss 0.9728 (2415s)
74
+ [e2_l1_tulu_r16_s17] step 3500/5000 loss 0.9503 (2450s)
75
+ [e2_l1_tulu_r16_s17] step 3550/5000 loss 1.0412 (2484s)
76
+ [e2_l1_tulu_r16_s17] step 3600/5000 loss 1.0422 (2520s)
77
+ [e2_l1_tulu_r16_s17] step 3650/5000 loss 0.9964 (2554s)
78
+ [e2_l1_tulu_r16_s17] step 3700/5000 loss 0.9388 (2590s)
79
+ [e2_l1_tulu_r16_s17] step 3750/5000 loss 0.9633 (2624s)
80
+ [e2_l1_tulu_r16_s17] step 3800/5000 loss 1.0064 (2659s)
81
+ [e2_l1_tulu_r16_s17] step 3850/5000 loss 0.9144 (2694s)
82
+ [e2_l1_tulu_r16_s17] step 3900/5000 loss 0.9768 (2729s)
83
+ [e2_l1_tulu_r16_s17] step 3950/5000 loss 0.9661 (2764s)
84
+ [e2_l1_tulu_r16_s17] step 4000/5000 loss 0.9804 (2799s)
85
+ [e2_l1_tulu_r16_s17] step 4050/5000 loss 1.0502 (2833s)
86
+ [e2_l1_tulu_r16_s17] step 4100/5000 loss 0.9121 (2869s)
87
+ [e2_l1_tulu_r16_s17] step 4150/5000 loss 0.9356 (2903s)
88
+ [e2_l1_tulu_r16_s17] step 4200/5000 loss 0.8681 (2939s)
89
+ [e2_l1_tulu_r16_s17] step 4250/5000 loss 0.9189 (2973s)
90
+ [e2_l1_tulu_r16_s17] step 4300/5000 loss 0.8801 (3009s)
91
+ [e2_l1_tulu_r16_s17] step 4350/5000 loss 1.0365 (3043s)
92
+ [e2_l1_tulu_r16_s17] step 4400/5000 loss 0.9678 (3079s)
93
+ [e2_l1_tulu_r16_s17] step 4450/5000 loss 0.9543 (3113s)
94
+ [e2_l1_tulu_r16_s17] step 4500/5000 loss 1.0575 (3149s)
95
+ [e2_l1_tulu_r16_s17] step 4550/5000 loss 0.9041 (3183s)
96
+ [e2_l1_tulu_r16_s17] step 4600/5000 loss 0.9829 (3218s)
97
+ [e2_l1_tulu_r16_s17] step 4650/5000 loss 0.9720 (3253s)
98
+ [e2_l1_tulu_r16_s17] step 4700/5000 loss 0.8685 (3288s)
99
+ [e2_l1_tulu_r16_s17] step 4750/5000 loss 0.8945 (3322s)
100
+ [e2_l1_tulu_r16_s17] step 4800/5000 loss 0.9246 (3358s)
101
+ [e2_l1_tulu_r16_s17] step 4850/5000 loss 0.9903 (3392s)
102
+ [e2_l1_tulu_r16_s17] step 4900/5000 loss 0.9292 (3428s)
103
+ [e2_l1_tulu_r16_s17] step 4950/5000 loss 0.9527 (3462s)
104
+ [e2_l1_tulu_r16_s17] step 5000/5000 loss 0.9020 (3498s)
105
+ [e2_l1_tulu_r16_s17] DONE in 3498s -> runs/e2_l1_tulu_r16_s17
e2/e2_l1_tulu_r16_s17/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_tulu_r16_s17",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "tulu",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 17,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_tulu_r16_s17/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0224160c812e35365fe3fcc096897f218dcc2b6c919dd4d20af017e3aa1bf0f4
3
+ size 3715662
e2/e2_l1_tulu_r16_s17/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a3ae51a421c96891fa69b69a81633bf79c6dd57ab5c98cae749699b8d02ca1
3
+ size 1690535421
e2/e2_l1_tulu_r16_s18/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_tulu_r16_s18",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "tulu",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 18,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_tulu_r16_s18/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5940.23it/s]
5
+ [e2_l1_tulu_r16_s18] step 50/5000 loss 1.0501 (40s)
6
+ [e2_l1_tulu_r16_s18] step 100/5000 loss 1.0289 (76s)
7
+ [e2_l1_tulu_r16_s18] step 150/5000 loss 1.0420 (110s)
8
+ [e2_l1_tulu_r16_s18] step 200/5000 loss 1.1205 (145s)
9
+ [e2_l1_tulu_r16_s18] step 250/5000 loss 0.9948 (180s)
10
+ [e2_l1_tulu_r16_s18] step 300/5000 loss 1.0022 (215s)
11
+ [e2_l1_tulu_r16_s18] step 350/5000 loss 1.0425 (250s)
12
+ [e2_l1_tulu_r16_s18] step 400/5000 loss 0.9580 (285s)
13
+ [e2_l1_tulu_r16_s18] step 450/5000 loss 0.9727 (319s)
14
+ [e2_l1_tulu_r16_s18] step 500/5000 loss 1.0200 (355s)
15
+ [e2_l1_tulu_r16_s18] step 550/5000 loss 0.9228 (389s)
16
+ [e2_l1_tulu_r16_s18] step 600/5000 loss 0.9754 (425s)
17
+ [e2_l1_tulu_r16_s18] step 650/5000 loss 1.0223 (459s)
18
+ [e2_l1_tulu_r16_s18] step 700/5000 loss 1.0071 (494s)
19
+ [e2_l1_tulu_r16_s18] step 750/5000 loss 0.9754 (529s)
20
+ [e2_l1_tulu_r16_s18] step 800/5000 loss 0.8946 (564s)
21
+ [e2_l1_tulu_r16_s18] step 850/5000 loss 0.9852 (598s)
22
+ [e2_l1_tulu_r16_s18] step 900/5000 loss 0.9844 (634s)
23
+ [e2_l1_tulu_r16_s18] step 950/5000 loss 0.8784 (668s)
24
+ [e2_l1_tulu_r16_s18] step 1000/5000 loss 0.9400 (704s)
25
+ [e2_l1_tulu_r16_s18] step 1050/5000 loss 0.9024 (738s)
26
+ [e2_l1_tulu_r16_s18] step 1100/5000 loss 0.9607 (774s)
27
+ [e2_l1_tulu_r16_s18] step 1150/5000 loss 1.0802 (808s)
28
+ [e2_l1_tulu_r16_s18] step 1200/5000 loss 0.9640 (844s)
29
+ [e2_l1_tulu_r16_s18] step 1250/5000 loss 1.0832 (878s)
30
+ [e2_l1_tulu_r16_s18] step 1300/5000 loss 0.9690 (913s)
31
+ [e2_l1_tulu_r16_s18] step 1350/5000 loss 0.9051 (948s)
32
+ [e2_l1_tulu_r16_s18] step 1400/5000 loss 1.0841 (983s)
33
+ [e2_l1_tulu_r16_s18] step 1450/5000 loss 1.0020 (1017s)
34
+ [e2_l1_tulu_r16_s18] step 1500/5000 loss 0.9594 (1053s)
35
+ [e2_l1_tulu_r16_s18] step 1550/5000 loss 1.0853 (1087s)
36
+ [e2_l1_tulu_r16_s18] step 1600/5000 loss 1.0010 (1123s)
37
+ [e2_l1_tulu_r16_s18] step 1650/5000 loss 0.9333 (1157s)
38
+ [e2_l1_tulu_r16_s18] step 1700/5000 loss 0.9730 (1192s)
39
+ [e2_l1_tulu_r16_s18] step 1750/5000 loss 0.9431 (1226s)
40
+ [e2_l1_tulu_r16_s18] step 1800/5000 loss 0.8889 (1262s)
41
+ [e2_l1_tulu_r16_s18] step 1850/5000 loss 0.9933 (1296s)
42
+ [e2_l1_tulu_r16_s18] step 1900/5000 loss 0.9249 (1332s)
43
+ [e2_l1_tulu_r16_s18] step 1950/5000 loss 0.9687 (1366s)
44
+ [e2_l1_tulu_r16_s18] step 2000/5000 loss 1.0066 (1402s)
45
+ [e2_l1_tulu_r16_s18] step 2050/5000 loss 0.9809 (1436s)
46
+ [e2_l1_tulu_r16_s18] step 2100/5000 loss 0.9041 (1472s)
47
+ [e2_l1_tulu_r16_s18] step 2150/5000 loss 0.8932 (1506s)
48
+ [e2_l1_tulu_r16_s18] step 2200/5000 loss 1.0108 (1542s)
49
+ [e2_l1_tulu_r16_s18] step 2250/5000 loss 1.0660 (1576s)
50
+ [e2_l1_tulu_r16_s18] step 2300/5000 loss 1.0613 (1612s)
51
+ [e2_l1_tulu_r16_s18] step 2350/5000 loss 1.0258 (1646s)
52
+ [e2_l1_tulu_r16_s18] step 2400/5000 loss 0.9109 (1681s)
53
+ [e2_l1_tulu_r16_s18] step 2450/5000 loss 1.0285 (1716s)
54
+ [e2_l1_tulu_r16_s18] step 2500/5000 loss 0.9564 (1751s)
55
+ [e2_l1_tulu_r16_s18] step 2550/5000 loss 0.8992 (1785s)
56
+ [e2_l1_tulu_r16_s18] step 2600/5000 loss 0.9870 (1821s)
57
+ [e2_l1_tulu_r16_s18] step 2650/5000 loss 0.9620 (1855s)
58
+ [e2_l1_tulu_r16_s18] step 2700/5000 loss 0.9531 (1891s)
59
+ [e2_l1_tulu_r16_s18] step 2750/5000 loss 1.0031 (1925s)
60
+ [e2_l1_tulu_r16_s18] step 2800/5000 loss 1.0479 (1960s)
61
+ [e2_l1_tulu_r16_s18] step 2850/5000 loss 1.0537 (1995s)
62
+ [e2_l1_tulu_r16_s18] step 2900/5000 loss 0.9278 (2030s)
63
+ [e2_l1_tulu_r16_s18] step 2950/5000 loss 0.9956 (2065s)
64
+ [e2_l1_tulu_r16_s18] step 3000/5000 loss 0.9019 (2100s)
65
+ [e2_l1_tulu_r16_s18] step 3050/5000 loss 0.9179 (2135s)
66
+ [e2_l1_tulu_r16_s18] step 3100/5000 loss 0.9233 (2170s)
67
+ [e2_l1_tulu_r16_s18] step 3150/5000 loss 0.9674 (2204s)
68
+ [e2_l1_tulu_r16_s18] step 3200/5000 loss 0.9901 (2240s)
69
+ [e2_l1_tulu_r16_s18] step 3250/5000 loss 0.8812 (2274s)
70
+ [e2_l1_tulu_r16_s18] step 3300/5000 loss 0.9200 (2310s)
71
+ [e2_l1_tulu_r16_s18] step 3350/5000 loss 0.9594 (2344s)
72
+ [e2_l1_tulu_r16_s18] step 3400/5000 loss 1.0258 (2380s)
73
+ [e2_l1_tulu_r16_s18] step 3450/5000 loss 0.9718 (2414s)
74
+ [e2_l1_tulu_r16_s18] step 3500/5000 loss 0.9499 (2450s)
75
+ [e2_l1_tulu_r16_s18] step 3550/5000 loss 1.0424 (2484s)
76
+ [e2_l1_tulu_r16_s18] step 3600/5000 loss 1.0418 (2520s)
77
+ [e2_l1_tulu_r16_s18] step 3650/5000 loss 0.9962 (2554s)
78
+ [e2_l1_tulu_r16_s18] step 3700/5000 loss 0.9409 (2590s)
79
+ [e2_l1_tulu_r16_s18] step 3750/5000 loss 0.9634 (2624s)
80
+ [e2_l1_tulu_r16_s18] step 3800/5000 loss 1.0045 (2659s)
81
+ [e2_l1_tulu_r16_s18] step 3850/5000 loss 0.9141 (2694s)
82
+ [e2_l1_tulu_r16_s18] step 3900/5000 loss 0.9767 (2729s)
83
+ [e2_l1_tulu_r16_s18] step 3950/5000 loss 0.9655 (2763s)
84
+ [e2_l1_tulu_r16_s18] step 4000/5000 loss 0.9799 (2799s)
85
+ [e2_l1_tulu_r16_s18] step 4050/5000 loss 1.0493 (2833s)
86
+ [e2_l1_tulu_r16_s18] step 4100/5000 loss 0.9135 (2869s)
87
+ [e2_l1_tulu_r16_s18] step 4150/5000 loss 0.9350 (2903s)
88
+ [e2_l1_tulu_r16_s18] step 4200/5000 loss 0.8662 (2939s)
89
+ [e2_l1_tulu_r16_s18] step 4250/5000 loss 0.9192 (2973s)
90
+ [e2_l1_tulu_r16_s18] step 4300/5000 loss 0.8805 (3008s)
91
+ [e2_l1_tulu_r16_s18] step 4350/5000 loss 1.0368 (3043s)
92
+ [e2_l1_tulu_r16_s18] step 4400/5000 loss 0.9694 (3078s)
93
+ [e2_l1_tulu_r16_s18] step 4450/5000 loss 0.9542 (3112s)
94
+ [e2_l1_tulu_r16_s18] step 4500/5000 loss 1.0562 (3148s)
95
+ [e2_l1_tulu_r16_s18] step 4550/5000 loss 0.9045 (3182s)
96
+ [e2_l1_tulu_r16_s18] step 4600/5000 loss 0.9823 (3218s)
97
+ [e2_l1_tulu_r16_s18] step 4650/5000 loss 0.9715 (3252s)
98
+ [e2_l1_tulu_r16_s18] step 4700/5000 loss 0.8694 (3287s)
99
+ [e2_l1_tulu_r16_s18] step 4750/5000 loss 0.8949 (3322s)
100
+ [e2_l1_tulu_r16_s18] step 4800/5000 loss 0.9236 (3357s)
101
+ [e2_l1_tulu_r16_s18] step 4850/5000 loss 0.9922 (3391s)
102
+ [e2_l1_tulu_r16_s18] step 4900/5000 loss 0.9311 (3427s)
103
+ [e2_l1_tulu_r16_s18] step 4950/5000 loss 0.9530 (3461s)
104
+ [e2_l1_tulu_r16_s18] step 5000/5000 loss 0.9014 (3496s)
105
+ [e2_l1_tulu_r16_s18] DONE in 3497s -> runs/e2_l1_tulu_r16_s18
e2/e2_l1_tulu_r16_s18/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_tulu_r16_s18",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "tulu",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 18,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_tulu_r16_s18/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3161024c4e91fda5fdb1cb7641a61cdd1306f6e22280d4e7e5627f077f59c68
3
+ size 3716551
e2/e2_l1_tulu_r16_s18/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0491970a5e1c894fb1ed4fecbd724a15a3825f266b016ab53564532cb74c4ee
3
+ size 1690605927
e2/e2_l1_tulu_r16_s19/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l1_tulu_r16_s19",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "tulu",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 19,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l1_tulu_r16_s19/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5147.85it/s]
5
+ [e2_l1_tulu_r16_s19] step 50/5000 loss 1.0501 (40s)
6
+ [e2_l1_tulu_r16_s19] step 100/5000 loss 1.0291 (75s)
7
+ [e2_l1_tulu_r16_s19] step 150/5000 loss 1.0418 (110s)
8
+ [e2_l1_tulu_r16_s19] step 200/5000 loss 1.1203 (145s)
9
+ [e2_l1_tulu_r16_s19] step 250/5000 loss 0.9945 (179s)
10
+ [e2_l1_tulu_r16_s19] step 300/5000 loss 1.0022 (215s)
11
+ [e2_l1_tulu_r16_s19] step 350/5000 loss 1.0421 (249s)
12
+ [e2_l1_tulu_r16_s19] step 400/5000 loss 0.9574 (285s)
13
+ [e2_l1_tulu_r16_s19] step 450/5000 loss 0.9728 (319s)
14
+ [e2_l1_tulu_r16_s19] step 500/5000 loss 1.0198 (355s)
15
+ [e2_l1_tulu_r16_s19] step 550/5000 loss 0.9229 (389s)
16
+ [e2_l1_tulu_r16_s19] step 600/5000 loss 0.9748 (424s)
17
+ [e2_l1_tulu_r16_s19] step 650/5000 loss 1.0229 (458s)
18
+ [e2_l1_tulu_r16_s19] step 700/5000 loss 1.0069 (494s)
19
+ [e2_l1_tulu_r16_s19] step 750/5000 loss 0.9759 (528s)
20
+ [e2_l1_tulu_r16_s19] step 800/5000 loss 0.8951 (564s)
21
+ [e2_l1_tulu_r16_s19] step 850/5000 loss 0.9850 (598s)
22
+ [e2_l1_tulu_r16_s19] step 900/5000 loss 0.9841 (634s)
23
+ [e2_l1_tulu_r16_s19] step 950/5000 loss 0.8795 (668s)
24
+ [e2_l1_tulu_r16_s19] step 1000/5000 loss 0.9410 (703s)
25
+ [e2_l1_tulu_r16_s19] step 1050/5000 loss 0.9030 (737s)
26
+ [e2_l1_tulu_r16_s19] step 1100/5000 loss 0.9605 (773s)
27
+ [e2_l1_tulu_r16_s19] step 1150/5000 loss 1.0801 (807s)
28
+ [e2_l1_tulu_r16_s19] step 1200/5000 loss 0.9641 (843s)
29
+ [e2_l1_tulu_r16_s19] step 1250/5000 loss 1.0835 (877s)
30
+ [e2_l1_tulu_r16_s19] step 1300/5000 loss 0.9692 (912s)
31
+ [e2_l1_tulu_r16_s19] step 1350/5000 loss 0.9044 (947s)
32
+ [e2_l1_tulu_r16_s19] step 1400/5000 loss 1.0839 (982s)
33
+ [e2_l1_tulu_r16_s19] step 1450/5000 loss 1.0017 (1016s)
34
+ [e2_l1_tulu_r16_s19] step 1500/5000 loss 0.9593 (1052s)
35
+ [e2_l1_tulu_r16_s19] step 1550/5000 loss 1.0844 (1086s)
36
+ [e2_l1_tulu_r16_s19] step 1600/5000 loss 1.0002 (1122s)
37
+ [e2_l1_tulu_r16_s19] step 1650/5000 loss 0.9328 (1156s)
38
+ [e2_l1_tulu_r16_s19] step 1700/5000 loss 0.9733 (1192s)
39
+ [e2_l1_tulu_r16_s19] step 1750/5000 loss 0.9427 (1226s)
40
+ [e2_l1_tulu_r16_s19] step 1800/5000 loss 0.8892 (1261s)
41
+ [e2_l1_tulu_r16_s19] step 1850/5000 loss 0.9922 (1296s)
42
+ [e2_l1_tulu_r16_s19] step 1900/5000 loss 0.9252 (1331s)
43
+ [e2_l1_tulu_r16_s19] step 1950/5000 loss 0.9690 (1365s)
44
+ [e2_l1_tulu_r16_s19] step 2000/5000 loss 1.0074 (1401s)
45
+ [e2_l1_tulu_r16_s19] step 2050/5000 loss 0.9804 (1435s)
46
+ [e2_l1_tulu_r16_s19] step 2100/5000 loss 0.9030 (1471s)
47
+ [e2_l1_tulu_r16_s19] step 2150/5000 loss 0.8932 (1505s)
48
+ [e2_l1_tulu_r16_s19] step 2200/5000 loss 1.0121 (1541s)
49
+ [e2_l1_tulu_r16_s19] step 2250/5000 loss 1.0661 (1575s)
50
+ [e2_l1_tulu_r16_s19] step 2300/5000 loss 1.0591 (1610s)
51
+ [e2_l1_tulu_r16_s19] step 2350/5000 loss 1.0252 (1644s)
52
+ [e2_l1_tulu_r16_s19] step 2400/5000 loss 0.9111 (1680s)
53
+ [e2_l1_tulu_r16_s19] step 2450/5000 loss 1.0282 (1714s)
54
+ [e2_l1_tulu_r16_s19] step 2500/5000 loss 0.9577 (1750s)
55
+ [e2_l1_tulu_r16_s19] step 2550/5000 loss 0.9004 (1784s)
56
+ [e2_l1_tulu_r16_s19] step 2600/5000 loss 0.9865 (1819s)
57
+ [e2_l1_tulu_r16_s19] step 2650/5000 loss 0.9625 (1854s)
58
+ [e2_l1_tulu_r16_s19] step 2700/5000 loss 0.9548 (1889s)
59
+ [e2_l1_tulu_r16_s19] step 2750/5000 loss 1.0035 (1924s)
60
+ [e2_l1_tulu_r16_s19] step 2800/5000 loss 1.0476 (1959s)
61
+ [e2_l1_tulu_r16_s19] step 2850/5000 loss 1.0540 (1993s)
62
+ [e2_l1_tulu_r16_s19] step 2900/5000 loss 0.9286 (2029s)
63
+ [e2_l1_tulu_r16_s19] step 2950/5000 loss 0.9944 (2063s)
64
+ [e2_l1_tulu_r16_s19] step 3000/5000 loss 0.9028 (2099s)
65
+ [e2_l1_tulu_r16_s19] step 3050/5000 loss 0.9172 (2133s)
66
+ [e2_l1_tulu_r16_s19] step 3100/5000 loss 0.9217 (2169s)
67
+ [e2_l1_tulu_r16_s19] step 3150/5000 loss 0.9668 (2203s)
68
+ [e2_l1_tulu_r16_s19] step 3200/5000 loss 0.9897 (2239s)
69
+ [e2_l1_tulu_r16_s19] step 3250/5000 loss 0.8821 (2273s)
70
+ [e2_l1_tulu_r16_s19] step 3300/5000 loss 0.9194 (2308s)
71
+ [e2_l1_tulu_r16_s19] step 3350/5000 loss 0.9577 (2343s)
72
+ [e2_l1_tulu_r16_s19] step 3400/5000 loss 1.0270 (2378s)
73
+ [e2_l1_tulu_r16_s19] step 3450/5000 loss 0.9726 (2413s)
74
+ [e2_l1_tulu_r16_s19] step 3500/5000 loss 0.9510 (2448s)
75
+ [e2_l1_tulu_r16_s19] step 3550/5000 loss 1.0411 (2482s)
76
+ [e2_l1_tulu_r16_s19] step 3600/5000 loss 1.0407 (2518s)
77
+ [e2_l1_tulu_r16_s19] step 3650/5000 loss 0.9960 (2552s)
78
+ [e2_l1_tulu_r16_s19] step 3700/5000 loss 0.9383 (2588s)
79
+ [e2_l1_tulu_r16_s19] step 3750/5000 loss 0.9634 (2622s)
80
+ [e2_l1_tulu_r16_s19] step 3800/5000 loss 1.0055 (2658s)
81
+ [e2_l1_tulu_r16_s19] step 3850/5000 loss 0.9138 (2692s)
82
+ [e2_l1_tulu_r16_s19] step 3900/5000 loss 0.9771 (2727s)
83
+ [e2_l1_tulu_r16_s19] step 3950/5000 loss 0.9655 (2761s)
84
+ [e2_l1_tulu_r16_s19] step 4000/5000 loss 0.9807 (2797s)
85
+ [e2_l1_tulu_r16_s19] step 4050/5000 loss 1.0497 (2831s)
86
+ [e2_l1_tulu_r16_s19] step 4100/5000 loss 0.9130 (2867s)
87
+ [e2_l1_tulu_r16_s19] step 4150/5000 loss 0.9347 (2901s)
88
+ [e2_l1_tulu_r16_s19] step 4200/5000 loss 0.8672 (2936s)
89
+ [e2_l1_tulu_r16_s19] step 4250/5000 loss 0.9184 (2971s)
90
+ [e2_l1_tulu_r16_s19] step 4300/5000 loss 0.8805 (3006s)
91
+ [e2_l1_tulu_r16_s19] step 4350/5000 loss 1.0357 (3040s)
92
+ [e2_l1_tulu_r16_s19] step 4400/5000 loss 0.9688 (3076s)
93
+ [e2_l1_tulu_r16_s19] step 4450/5000 loss 0.9536 (3110s)
94
+ [e2_l1_tulu_r16_s19] step 4500/5000 loss 1.0563 (3146s)
95
+ [e2_l1_tulu_r16_s19] step 4550/5000 loss 0.9046 (3180s)
96
+ [e2_l1_tulu_r16_s19] step 4600/5000 loss 0.9830 (3216s)
97
+ [e2_l1_tulu_r16_s19] step 4650/5000 loss 0.9712 (3250s)
98
+ [e2_l1_tulu_r16_s19] step 4700/5000 loss 0.8690 (3285s)
99
+ [e2_l1_tulu_r16_s19] step 4750/5000 loss 0.8962 (3320s)
100
+ [e2_l1_tulu_r16_s19] step 4800/5000 loss 0.9251 (3355s)
101
+ [e2_l1_tulu_r16_s19] step 4850/5000 loss 0.9910 (3389s)
102
+ [e2_l1_tulu_r16_s19] step 4900/5000 loss 0.9305 (3425s)
103
+ [e2_l1_tulu_r16_s19] step 4950/5000 loss 0.9532 (3459s)
104
+ [e2_l1_tulu_r16_s19] step 5000/5000 loss 0.9011 (3495s)
105
+ [e2_l1_tulu_r16_s19] DONE in 3495s -> runs/e2_l1_tulu_r16_s19
e2/e2_l1_tulu_r16_s19/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 16,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 16384
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 16
225
+ ],
226
+ "offset": 16384,
227
+ "numel": 32768
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 16,
233
+ 1024
234
+ ],
235
+ "offset": 49152,
236
+ "numel": 16384
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 16
243
+ ],
244
+ "offset": 65536,
245
+ "numel": 16384
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 16,
251
+ 1024
252
+ ],
253
+ "offset": 81920,
254
+ "numel": 16384
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 16
261
+ ],
262
+ "offset": 98304,
263
+ "numel": 16384
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 16,
269
+ 2048
270
+ ],
271
+ "offset": 114688,
272
+ "numel": 32768
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 16
279
+ ],
280
+ "offset": 147456,
281
+ "numel": 16384
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 16,
287
+ 1024
288
+ ],
289
+ "offset": 163840,
290
+ "numel": 16384
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 16
297
+ ],
298
+ "offset": 180224,
299
+ "numel": 32768
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 16,
305
+ 1024
306
+ ],
307
+ "offset": 212992,
308
+ "numel": 16384
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 16
315
+ ],
316
+ "offset": 229376,
317
+ "numel": 16384
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 16,
323
+ 1024
324
+ ],
325
+ "offset": 245760,
326
+ "numel": 16384
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 16
333
+ ],
334
+ "offset": 262144,
335
+ "numel": 16384
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 16,
341
+ 2048
342
+ ],
343
+ "offset": 278528,
344
+ "numel": 32768
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 16
351
+ ],
352
+ "offset": 311296,
353
+ "numel": 16384
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 16,
359
+ 1024
360
+ ],
361
+ "offset": 327680,
362
+ "numel": 16384
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 16
369
+ ],
370
+ "offset": 344064,
371
+ "numel": 32768
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 16,
377
+ 1024
378
+ ],
379
+ "offset": 376832,
380
+ "numel": 16384
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 16
387
+ ],
388
+ "offset": 393216,
389
+ "numel": 16384
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 16,
395
+ 1024
396
+ ],
397
+ "offset": 409600,
398
+ "numel": 16384
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 16
405
+ ],
406
+ "offset": 425984,
407
+ "numel": 16384
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 16,
413
+ 2048
414
+ ],
415
+ "offset": 442368,
416
+ "numel": 32768
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 16
423
+ ],
424
+ "offset": 475136,
425
+ "numel": 16384
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 16,
431
+ 1024
432
+ ],
433
+ "offset": 491520,
434
+ "numel": 16384
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 16
441
+ ],
442
+ "offset": 507904,
443
+ "numel": 32768
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 16,
449
+ 1024
450
+ ],
451
+ "offset": 540672,
452
+ "numel": 16384
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 16
459
+ ],
460
+ "offset": 557056,
461
+ "numel": 16384
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 16,
467
+ 1024
468
+ ],
469
+ "offset": 573440,
470
+ "numel": 16384
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 16
477
+ ],
478
+ "offset": 589824,
479
+ "numel": 16384
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 16,
485
+ 2048
486
+ ],
487
+ "offset": 606208,
488
+ "numel": 32768
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 16
495
+ ],
496
+ "offset": 638976,
497
+ "numel": 16384
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 16,
503
+ 1024
504
+ ],
505
+ "offset": 655360,
506
+ "numel": 16384
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 16
513
+ ],
514
+ "offset": 671744,
515
+ "numel": 32768
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 16,
521
+ 1024
522
+ ],
523
+ "offset": 704512,
524
+ "numel": 16384
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 16
531
+ ],
532
+ "offset": 720896,
533
+ "numel": 16384
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 16,
539
+ 1024
540
+ ],
541
+ "offset": 737280,
542
+ "numel": 16384
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 16
549
+ ],
550
+ "offset": 753664,
551
+ "numel": 16384
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 16,
557
+ 2048
558
+ ],
559
+ "offset": 770048,
560
+ "numel": 32768
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 16
567
+ ],
568
+ "offset": 802816,
569
+ "numel": 16384
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 16,
575
+ 1024
576
+ ],
577
+ "offset": 819200,
578
+ "numel": 16384
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 16
585
+ ],
586
+ "offset": 835584,
587
+ "numel": 32768
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 16,
593
+ 1024
594
+ ],
595
+ "offset": 868352,
596
+ "numel": 16384
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 16
603
+ ],
604
+ "offset": 884736,
605
+ "numel": 16384
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 16,
611
+ 1024
612
+ ],
613
+ "offset": 901120,
614
+ "numel": 16384
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 16
621
+ ],
622
+ "offset": 917504,
623
+ "numel": 16384
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 16,
629
+ 2048
630
+ ],
631
+ "offset": 933888,
632
+ "numel": 32768
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 16
639
+ ],
640
+ "offset": 966656,
641
+ "numel": 16384
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 16,
647
+ 1024
648
+ ],
649
+ "offset": 983040,
650
+ "numel": 16384
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 16
657
+ ],
658
+ "offset": 999424,
659
+ "numel": 32768
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 16,
665
+ 1024
666
+ ],
667
+ "offset": 1032192,
668
+ "numel": 16384
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 16
675
+ ],
676
+ "offset": 1048576,
677
+ "numel": 16384
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 16,
683
+ 1024
684
+ ],
685
+ "offset": 1064960,
686
+ "numel": 16384
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 16
693
+ ],
694
+ "offset": 1081344,
695
+ "numel": 16384
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 16,
701
+ 2048
702
+ ],
703
+ "offset": 1097728,
704
+ "numel": 32768
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 16
711
+ ],
712
+ "offset": 1130496,
713
+ "numel": 16384
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 16,
719
+ 1024
720
+ ],
721
+ "offset": 1146880,
722
+ "numel": 16384
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 16
729
+ ],
730
+ "offset": 1163264,
731
+ "numel": 32768
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 16,
737
+ 1024
738
+ ],
739
+ "offset": 1196032,
740
+ "numel": 16384
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 16
747
+ ],
748
+ "offset": 1212416,
749
+ "numel": 16384
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 16,
755
+ 1024
756
+ ],
757
+ "offset": 1228800,
758
+ "numel": 16384
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 16
765
+ ],
766
+ "offset": 1245184,
767
+ "numel": 16384
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 16,
773
+ 2048
774
+ ],
775
+ "offset": 1261568,
776
+ "numel": 32768
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 16
783
+ ],
784
+ "offset": 1294336,
785
+ "numel": 16384
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 16,
791
+ 1024
792
+ ],
793
+ "offset": 1310720,
794
+ "numel": 16384
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 16
801
+ ],
802
+ "offset": 1327104,
803
+ "numel": 32768
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 16,
809
+ 1024
810
+ ],
811
+ "offset": 1359872,
812
+ "numel": 16384
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 16
819
+ ],
820
+ "offset": 1376256,
821
+ "numel": 16384
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 16,
827
+ 1024
828
+ ],
829
+ "offset": 1392640,
830
+ "numel": 16384
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 16
837
+ ],
838
+ "offset": 1409024,
839
+ "numel": 16384
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 16,
845
+ 2048
846
+ ],
847
+ "offset": 1425408,
848
+ "numel": 32768
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 16
855
+ ],
856
+ "offset": 1458176,
857
+ "numel": 16384
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 16,
863
+ 1024
864
+ ],
865
+ "offset": 1474560,
866
+ "numel": 16384
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 16
873
+ ],
874
+ "offset": 1490944,
875
+ "numel": 32768
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 16,
881
+ 1024
882
+ ],
883
+ "offset": 1523712,
884
+ "numel": 16384
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 16
891
+ ],
892
+ "offset": 1540096,
893
+ "numel": 16384
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 16,
899
+ 1024
900
+ ],
901
+ "offset": 1556480,
902
+ "numel": 16384
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 16
909
+ ],
910
+ "offset": 1572864,
911
+ "numel": 16384
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 16,
917
+ 2048
918
+ ],
919
+ "offset": 1589248,
920
+ "numel": 32768
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 16
927
+ ],
928
+ "offset": 1622016,
929
+ "numel": 16384
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 16,
935
+ 1024
936
+ ],
937
+ "offset": 1638400,
938
+ "numel": 16384
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 16
945
+ ],
946
+ "offset": 1654784,
947
+ "numel": 32768
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 16,
953
+ 1024
954
+ ],
955
+ "offset": 1687552,
956
+ "numel": 16384
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 16
963
+ ],
964
+ "offset": 1703936,
965
+ "numel": 16384
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 16,
971
+ 1024
972
+ ],
973
+ "offset": 1720320,
974
+ "numel": 16384
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 16
981
+ ],
982
+ "offset": 1736704,
983
+ "numel": 16384
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 16,
989
+ 2048
990
+ ],
991
+ "offset": 1753088,
992
+ "numel": 32768
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 16
999
+ ],
1000
+ "offset": 1785856,
1001
+ "numel": 16384
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 16,
1007
+ 1024
1008
+ ],
1009
+ "offset": 1802240,
1010
+ "numel": 16384
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 16
1017
+ ],
1018
+ "offset": 1818624,
1019
+ "numel": 32768
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 16,
1025
+ 1024
1026
+ ],
1027
+ "offset": 1851392,
1028
+ "numel": 16384
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 16
1035
+ ],
1036
+ "offset": 1867776,
1037
+ "numel": 16384
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 16,
1043
+ 1024
1044
+ ],
1045
+ "offset": 1884160,
1046
+ "numel": 16384
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 16
1053
+ ],
1054
+ "offset": 1900544,
1055
+ "numel": 16384
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 16,
1061
+ 2048
1062
+ ],
1063
+ "offset": 1916928,
1064
+ "numel": 32768
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 16
1071
+ ],
1072
+ "offset": 1949696,
1073
+ "numel": 16384
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 16,
1079
+ 1024
1080
+ ],
1081
+ "offset": 1966080,
1082
+ "numel": 16384
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 16
1089
+ ],
1090
+ "offset": 1982464,
1091
+ "numel": 32768
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 16,
1097
+ 1024
1098
+ ],
1099
+ "offset": 2015232,
1100
+ "numel": 16384
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 16
1107
+ ],
1108
+ "offset": 2031616,
1109
+ "numel": 16384
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 16,
1115
+ 1024
1116
+ ],
1117
+ "offset": 2048000,
1118
+ "numel": 16384
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 16
1125
+ ],
1126
+ "offset": 2064384,
1127
+ "numel": 16384
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 16,
1133
+ 2048
1134
+ ],
1135
+ "offset": 2080768,
1136
+ "numel": 32768
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 16
1143
+ ],
1144
+ "offset": 2113536,
1145
+ "numel": 16384
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 16,
1151
+ 1024
1152
+ ],
1153
+ "offset": 2129920,
1154
+ "numel": 16384
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 16
1161
+ ],
1162
+ "offset": 2146304,
1163
+ "numel": 32768
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 16,
1169
+ 1024
1170
+ ],
1171
+ "offset": 2179072,
1172
+ "numel": 16384
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 16
1179
+ ],
1180
+ "offset": 2195456,
1181
+ "numel": 16384
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 16,
1187
+ 1024
1188
+ ],
1189
+ "offset": 2211840,
1190
+ "numel": 16384
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 16
1197
+ ],
1198
+ "offset": 2228224,
1199
+ "numel": 16384
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 16,
1205
+ 2048
1206
+ ],
1207
+ "offset": 2244608,
1208
+ "numel": 32768
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 16
1215
+ ],
1216
+ "offset": 2277376,
1217
+ "numel": 16384
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 16,
1223
+ 1024
1224
+ ],
1225
+ "offset": 2293760,
1226
+ "numel": 16384
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 16
1233
+ ],
1234
+ "offset": 2310144,
1235
+ "numel": 32768
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 16,
1241
+ 1024
1242
+ ],
1243
+ "offset": 2342912,
1244
+ "numel": 16384
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 16
1251
+ ],
1252
+ "offset": 2359296,
1253
+ "numel": 16384
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 16,
1259
+ 1024
1260
+ ],
1261
+ "offset": 2375680,
1262
+ "numel": 16384
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 16
1269
+ ],
1270
+ "offset": 2392064,
1271
+ "numel": 16384
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 16,
1277
+ 2048
1278
+ ],
1279
+ "offset": 2408448,
1280
+ "numel": 32768
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 16
1287
+ ],
1288
+ "offset": 2441216,
1289
+ "numel": 16384
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 16,
1295
+ 1024
1296
+ ],
1297
+ "offset": 2457600,
1298
+ "numel": 16384
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 16
1305
+ ],
1306
+ "offset": 2473984,
1307
+ "numel": 32768
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 16,
1313
+ 1024
1314
+ ],
1315
+ "offset": 2506752,
1316
+ "numel": 16384
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 16
1323
+ ],
1324
+ "offset": 2523136,
1325
+ "numel": 16384
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 16,
1331
+ 1024
1332
+ ],
1333
+ "offset": 2539520,
1334
+ "numel": 16384
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 16
1341
+ ],
1342
+ "offset": 2555904,
1343
+ "numel": 16384
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 16,
1349
+ 2048
1350
+ ],
1351
+ "offset": 2572288,
1352
+ "numel": 32768
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 16
1359
+ ],
1360
+ "offset": 2605056,
1361
+ "numel": 16384
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 16,
1367
+ 1024
1368
+ ],
1369
+ "offset": 2621440,
1370
+ "numel": 16384
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 16
1377
+ ],
1378
+ "offset": 2637824,
1379
+ "numel": 32768
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 16,
1385
+ 1024
1386
+ ],
1387
+ "offset": 2670592,
1388
+ "numel": 16384
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 16
1395
+ ],
1396
+ "offset": 2686976,
1397
+ "numel": 16384
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 16,
1403
+ 1024
1404
+ ],
1405
+ "offset": 2703360,
1406
+ "numel": 16384
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 16
1413
+ ],
1414
+ "offset": 2719744,
1415
+ "numel": 16384
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 16,
1421
+ 2048
1422
+ ],
1423
+ "offset": 2736128,
1424
+ "numel": 32768
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 16
1431
+ ],
1432
+ "offset": 2768896,
1433
+ "numel": 16384
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 16,
1439
+ 1024
1440
+ ],
1441
+ "offset": 2785280,
1442
+ "numel": 16384
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 16
1449
+ ],
1450
+ "offset": 2801664,
1451
+ "numel": 32768
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 16,
1457
+ 1024
1458
+ ],
1459
+ "offset": 2834432,
1460
+ "numel": 16384
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 16
1467
+ ],
1468
+ "offset": 2850816,
1469
+ "numel": 16384
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 16,
1475
+ 1024
1476
+ ],
1477
+ "offset": 2867200,
1478
+ "numel": 16384
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 16
1485
+ ],
1486
+ "offset": 2883584,
1487
+ "numel": 16384
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 16,
1493
+ 2048
1494
+ ],
1495
+ "offset": 2899968,
1496
+ "numel": 32768
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 16
1503
+ ],
1504
+ "offset": 2932736,
1505
+ "numel": 16384
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 16,
1511
+ 1024
1512
+ ],
1513
+ "offset": 2949120,
1514
+ "numel": 16384
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 16
1521
+ ],
1522
+ "offset": 2965504,
1523
+ "numel": 32768
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 16,
1529
+ 1024
1530
+ ],
1531
+ "offset": 2998272,
1532
+ "numel": 16384
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 16
1539
+ ],
1540
+ "offset": 3014656,
1541
+ "numel": 16384
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 16,
1547
+ 1024
1548
+ ],
1549
+ "offset": 3031040,
1550
+ "numel": 16384
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 16
1557
+ ],
1558
+ "offset": 3047424,
1559
+ "numel": 16384
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 16,
1565
+ 2048
1566
+ ],
1567
+ "offset": 3063808,
1568
+ "numel": 32768
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 16
1575
+ ],
1576
+ "offset": 3096576,
1577
+ "numel": 16384
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 16,
1583
+ 1024
1584
+ ],
1585
+ "offset": 3112960,
1586
+ "numel": 16384
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 16
1593
+ ],
1594
+ "offset": 3129344,
1595
+ "numel": 32768
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 16,
1601
+ 1024
1602
+ ],
1603
+ "offset": 3162112,
1604
+ "numel": 16384
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 16
1611
+ ],
1612
+ "offset": 3178496,
1613
+ "numel": 16384
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 16,
1619
+ 1024
1620
+ ],
1621
+ "offset": 3194880,
1622
+ "numel": 16384
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 16
1629
+ ],
1630
+ "offset": 3211264,
1631
+ "numel": 16384
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 16,
1637
+ 2048
1638
+ ],
1639
+ "offset": 3227648,
1640
+ "numel": 32768
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 16
1647
+ ],
1648
+ "offset": 3260416,
1649
+ "numel": 16384
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 16,
1655
+ 1024
1656
+ ],
1657
+ "offset": 3276800,
1658
+ "numel": 16384
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 16
1665
+ ],
1666
+ "offset": 3293184,
1667
+ "numel": 32768
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 16,
1673
+ 1024
1674
+ ],
1675
+ "offset": 3325952,
1676
+ "numel": 16384
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 16
1683
+ ],
1684
+ "offset": 3342336,
1685
+ "numel": 16384
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 16,
1691
+ 1024
1692
+ ],
1693
+ "offset": 3358720,
1694
+ "numel": 16384
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 16
1701
+ ],
1702
+ "offset": 3375104,
1703
+ "numel": 16384
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 16,
1709
+ 2048
1710
+ ],
1711
+ "offset": 3391488,
1712
+ "numel": 32768
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 16
1719
+ ],
1720
+ "offset": 3424256,
1721
+ "numel": 16384
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 16,
1727
+ 1024
1728
+ ],
1729
+ "offset": 3440640,
1730
+ "numel": 16384
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 16
1737
+ ],
1738
+ "offset": 3457024,
1739
+ "numel": 32768
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 16,
1745
+ 1024
1746
+ ],
1747
+ "offset": 3489792,
1748
+ "numel": 16384
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 16
1755
+ ],
1756
+ "offset": 3506176,
1757
+ "numel": 16384
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 16,
1763
+ 1024
1764
+ ],
1765
+ "offset": 3522560,
1766
+ "numel": 16384
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 16
1773
+ ],
1774
+ "offset": 3538944,
1775
+ "numel": 16384
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 16,
1781
+ 2048
1782
+ ],
1783
+ "offset": 3555328,
1784
+ "numel": 32768
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 16
1791
+ ],
1792
+ "offset": 3588096,
1793
+ "numel": 16384
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 16,
1799
+ 1024
1800
+ ],
1801
+ "offset": 3604480,
1802
+ "numel": 16384
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 16
1809
+ ],
1810
+ "offset": 3620864,
1811
+ "numel": 32768
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 16,
1817
+ 1024
1818
+ ],
1819
+ "offset": 3653632,
1820
+ "numel": 16384
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 16
1827
+ ],
1828
+ "offset": 3670016,
1829
+ "numel": 16384
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 16,
1835
+ 1024
1836
+ ],
1837
+ "offset": 3686400,
1838
+ "numel": 16384
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 16
1845
+ ],
1846
+ "offset": 3702784,
1847
+ "numel": 16384
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 16,
1853
+ 2048
1854
+ ],
1855
+ "offset": 3719168,
1856
+ "numel": 32768
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 16
1863
+ ],
1864
+ "offset": 3751936,
1865
+ "numel": 16384
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 16,
1871
+ 1024
1872
+ ],
1873
+ "offset": 3768320,
1874
+ "numel": 16384
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 16
1881
+ ],
1882
+ "offset": 3784704,
1883
+ "numel": 32768
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 16,
1889
+ 1024
1890
+ ],
1891
+ "offset": 3817472,
1892
+ "numel": 16384
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 16
1899
+ ],
1900
+ "offset": 3833856,
1901
+ "numel": 16384
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 16,
1907
+ 1024
1908
+ ],
1909
+ "offset": 3850240,
1910
+ "numel": 16384
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 16
1917
+ ],
1918
+ "offset": 3866624,
1919
+ "numel": 16384
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 16,
1925
+ 2048
1926
+ ],
1927
+ "offset": 3883008,
1928
+ "numel": 32768
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 16
1935
+ ],
1936
+ "offset": 3915776,
1937
+ "numel": 16384
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 16,
1943
+ 1024
1944
+ ],
1945
+ "offset": 3932160,
1946
+ "numel": 16384
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 16
1953
+ ],
1954
+ "offset": 3948544,
1955
+ "numel": 32768
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 16,
1961
+ 1024
1962
+ ],
1963
+ "offset": 3981312,
1964
+ "numel": 16384
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 16
1971
+ ],
1972
+ "offset": 3997696,
1973
+ "numel": 16384
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 16,
1979
+ 1024
1980
+ ],
1981
+ "offset": 4014080,
1982
+ "numel": 16384
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 16
1989
+ ],
1990
+ "offset": 4030464,
1991
+ "numel": 16384
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 16,
1997
+ 2048
1998
+ ],
1999
+ "offset": 4046848,
2000
+ "numel": 32768
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 16
2007
+ ],
2008
+ "offset": 4079616,
2009
+ "numel": 16384
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 16,
2015
+ 1024
2016
+ ],
2017
+ "offset": 4096000,
2018
+ "numel": 16384
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 16
2025
+ ],
2026
+ "offset": 4112384,
2027
+ "numel": 32768
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 16,
2033
+ 1024
2034
+ ],
2035
+ "offset": 4145152,
2036
+ "numel": 16384
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 16
2043
+ ],
2044
+ "offset": 4161536,
2045
+ "numel": 16384
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 16,
2051
+ 1024
2052
+ ],
2053
+ "offset": 4177920,
2054
+ "numel": 16384
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 16
2061
+ ],
2062
+ "offset": 4194304,
2063
+ "numel": 16384
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 16,
2069
+ 2048
2070
+ ],
2071
+ "offset": 4210688,
2072
+ "numel": 32768
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 16
2079
+ ],
2080
+ "offset": 4243456,
2081
+ "numel": 16384
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 16,
2087
+ 1024
2088
+ ],
2089
+ "offset": 4259840,
2090
+ "numel": 16384
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 16
2097
+ ],
2098
+ "offset": 4276224,
2099
+ "numel": 32768
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 16,
2105
+ 1024
2106
+ ],
2107
+ "offset": 4308992,
2108
+ "numel": 16384
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 16
2115
+ ],
2116
+ "offset": 4325376,
2117
+ "numel": 16384
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 16,
2123
+ 1024
2124
+ ],
2125
+ "offset": 4341760,
2126
+ "numel": 16384
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 16
2133
+ ],
2134
+ "offset": 4358144,
2135
+ "numel": 16384
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 16,
2141
+ 2048
2142
+ ],
2143
+ "offset": 4374528,
2144
+ "numel": 32768
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 16
2151
+ ],
2152
+ "offset": 4407296,
2153
+ "numel": 16384
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 16,
2159
+ 1024
2160
+ ],
2161
+ "offset": 4423680,
2162
+ "numel": 16384
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 16
2169
+ ],
2170
+ "offset": 4440064,
2171
+ "numel": 32768
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 16,
2177
+ 1024
2178
+ ],
2179
+ "offset": 4472832,
2180
+ "numel": 16384
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 16
2187
+ ],
2188
+ "offset": 4489216,
2189
+ "numel": 16384
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 16,
2195
+ 1024
2196
+ ],
2197
+ "offset": 4505600,
2198
+ "numel": 16384
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 16
2205
+ ],
2206
+ "offset": 4521984,
2207
+ "numel": 16384
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 16,
2213
+ 2048
2214
+ ],
2215
+ "offset": 4538368,
2216
+ "numel": 32768
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 16
2223
+ ],
2224
+ "offset": 4571136,
2225
+ "numel": 16384
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l1_tulu_r16_s19",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "tulu",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 16,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.01,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 19,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l1_tulu_r16_s19/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dc141b9a2a3ef7e065188bde589e434a023f251d0cd84d0c564b255035c4a8
3
+ size 3716299
e2/e2_l1_tulu_r16_s19/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6904c7ade064075125cff575de1de3ce52eab52a35c1f9abac3880e42966a7
3
+ size 1690624468
e2/e2_l2_gsm8k_wd0.1_s17/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l2_gsm8k_wd0.1_s17",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 8,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.1,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 17,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l2_gsm8k_wd0.1_s17/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5501.80it/s]
5
+ [e2_l2_gsm8k_wd0.1_s17] step 50/5000 loss 0.4852 (39s)
6
+ [e2_l2_gsm8k_wd0.1_s17] step 100/5000 loss 0.4396 (74s)
7
+ [e2_l2_gsm8k_wd0.1_s17] step 150/5000 loss 0.4389 (108s)
8
+ [e2_l2_gsm8k_wd0.1_s17] step 200/5000 loss 0.4170 (143s)
9
+ [e2_l2_gsm8k_wd0.1_s17] step 250/5000 loss 0.4193 (177s)
10
+ [e2_l2_gsm8k_wd0.1_s17] step 300/5000 loss 0.4214 (212s)
11
+ [e2_l2_gsm8k_wd0.1_s17] step 350/5000 loss 0.4345 (246s)
12
+ [e2_l2_gsm8k_wd0.1_s17] step 400/5000 loss 0.4371 (281s)
13
+ [e2_l2_gsm8k_wd0.1_s17] step 450/5000 loss 0.4451 (315s)
14
+ [e2_l2_gsm8k_wd0.1_s17] step 500/5000 loss 0.4094 (350s)
15
+ [e2_l2_gsm8k_wd0.1_s17] step 550/5000 loss 0.4236 (383s)
16
+ [e2_l2_gsm8k_wd0.1_s17] step 600/5000 loss 0.4167 (419s)
17
+ [e2_l2_gsm8k_wd0.1_s17] step 650/5000 loss 0.4045 (452s)
18
+ [e2_l2_gsm8k_wd0.1_s17] step 700/5000 loss 0.4185 (487s)
19
+ [e2_l2_gsm8k_wd0.1_s17] step 750/5000 loss 0.4033 (521s)
20
+ [e2_l2_gsm8k_wd0.1_s17] step 800/5000 loss 0.4101 (556s)
21
+ [e2_l2_gsm8k_wd0.1_s17] step 850/5000 loss 0.3954 (590s)
22
+ [e2_l2_gsm8k_wd0.1_s17] step 900/5000 loss 0.3876 (625s)
23
+ [e2_l2_gsm8k_wd0.1_s17] step 950/5000 loss 0.3707 (659s)
24
+ [e2_l2_gsm8k_wd0.1_s17] step 1000/5000 loss 0.3702 (694s)
25
+ [e2_l2_gsm8k_wd0.1_s17] step 1050/5000 loss 0.3776 (728s)
26
+ [e2_l2_gsm8k_wd0.1_s17] step 1100/5000 loss 0.3748 (763s)
27
+ [e2_l2_gsm8k_wd0.1_s17] step 1150/5000 loss 0.3654 (797s)
28
+ [e2_l2_gsm8k_wd0.1_s17] step 1200/5000 loss 0.3930 (832s)
29
+ [e2_l2_gsm8k_wd0.1_s17] step 1250/5000 loss 0.4017 (866s)
30
+ [e2_l2_gsm8k_wd0.1_s17] step 1300/5000 loss 0.3879 (901s)
31
+ [e2_l2_gsm8k_wd0.1_s17] step 1350/5000 loss 0.3716 (935s)
32
+ [e2_l2_gsm8k_wd0.1_s17] step 1400/5000 loss 0.3645 (970s)
33
+ [e2_l2_gsm8k_wd0.1_s17] step 1450/5000 loss 0.3769 (1003s)
34
+ [e2_l2_gsm8k_wd0.1_s17] step 1500/5000 loss 0.3660 (1038s)
35
+ [e2_l2_gsm8k_wd0.1_s17] step 1550/5000 loss 0.3750 (1072s)
36
+ [e2_l2_gsm8k_wd0.1_s17] step 1600/5000 loss 0.3734 (1108s)
37
+ [e2_l2_gsm8k_wd0.1_s17] step 1650/5000 loss 0.3674 (1141s)
38
+ [e2_l2_gsm8k_wd0.1_s17] step 1700/5000 loss 0.3859 (1176s)
39
+ [e2_l2_gsm8k_wd0.1_s17] step 1750/5000 loss 0.3738 (1210s)
40
+ [e2_l2_gsm8k_wd0.1_s17] step 1800/5000 loss 0.3323 (1245s)
41
+ [e2_l2_gsm8k_wd0.1_s17] step 1850/5000 loss 0.3429 (1279s)
42
+ [e2_l2_gsm8k_wd0.1_s17] step 1900/5000 loss 0.3168 (1314s)
43
+ [e2_l2_gsm8k_wd0.1_s17] step 1950/5000 loss 0.3396 (1348s)
44
+ [e2_l2_gsm8k_wd0.1_s17] step 2000/5000 loss 0.3200 (1383s)
45
+ [e2_l2_gsm8k_wd0.1_s17] step 2050/5000 loss 0.3381 (1417s)
46
+ [e2_l2_gsm8k_wd0.1_s17] step 2100/5000 loss 0.3239 (1452s)
47
+ [e2_l2_gsm8k_wd0.1_s17] step 2150/5000 loss 0.3392 (1486s)
48
+ [e2_l2_gsm8k_wd0.1_s17] step 2200/5000 loss 0.3179 (1521s)
49
+ [e2_l2_gsm8k_wd0.1_s17] step 2250/5000 loss 0.3294 (1555s)
50
+ [e2_l2_gsm8k_wd0.1_s17] step 2300/5000 loss 0.3326 (1590s)
51
+ [e2_l2_gsm8k_wd0.1_s17] step 2350/5000 loss 0.3477 (1624s)
52
+ [e2_l2_gsm8k_wd0.1_s17] step 2400/5000 loss 0.3345 (1659s)
53
+ [e2_l2_gsm8k_wd0.1_s17] step 2450/5000 loss 0.3432 (1693s)
54
+ [e2_l2_gsm8k_wd0.1_s17] step 2500/5000 loss 0.3414 (1728s)
55
+ [e2_l2_gsm8k_wd0.1_s17] step 2550/5000 loss 0.3393 (1762s)
56
+ [e2_l2_gsm8k_wd0.1_s17] step 2600/5000 loss 0.3439 (1797s)
57
+ [e2_l2_gsm8k_wd0.1_s17] step 2650/5000 loss 0.2781 (1831s)
58
+ [e2_l2_gsm8k_wd0.1_s17] step 2700/5000 loss 0.2794 (1866s)
59
+ [e2_l2_gsm8k_wd0.1_s17] step 2750/5000 loss 0.2881 (1900s)
60
+ [e2_l2_gsm8k_wd0.1_s17] step 2800/5000 loss 0.2915 (1935s)
61
+ [e2_l2_gsm8k_wd0.1_s17] step 2850/5000 loss 0.2996 (1969s)
62
+ [e2_l2_gsm8k_wd0.1_s17] step 2900/5000 loss 0.3076 (2004s)
63
+ [e2_l2_gsm8k_wd0.1_s17] step 2950/5000 loss 0.2838 (2037s)
64
+ [e2_l2_gsm8k_wd0.1_s17] step 3000/5000 loss 0.2879 (2072s)
65
+ [e2_l2_gsm8k_wd0.1_s17] step 3050/5000 loss 0.3160 (2106s)
66
+ [e2_l2_gsm8k_wd0.1_s17] step 3100/5000 loss 0.2889 (2141s)
67
+ [e2_l2_gsm8k_wd0.1_s17] step 3150/5000 loss 0.3262 (2175s)
68
+ [e2_l2_gsm8k_wd0.1_s17] step 3200/5000 loss 0.2936 (2210s)
69
+ [e2_l2_gsm8k_wd0.1_s17] step 3250/5000 loss 0.2886 (2244s)
70
+ [e2_l2_gsm8k_wd0.1_s17] step 3300/5000 loss 0.2887 (2279s)
71
+ [e2_l2_gsm8k_wd0.1_s17] step 3350/5000 loss 0.3148 (2312s)
72
+ [e2_l2_gsm8k_wd0.1_s17] step 3400/5000 loss 0.2895 (2348s)
73
+ [e2_l2_gsm8k_wd0.1_s17] step 3450/5000 loss 0.3036 (2381s)
74
+ [e2_l2_gsm8k_wd0.1_s17] step 3500/5000 loss 0.2607 (2416s)
75
+ [e2_l2_gsm8k_wd0.1_s17] step 3550/5000 loss 0.2519 (2450s)
76
+ [e2_l2_gsm8k_wd0.1_s17] step 3600/5000 loss 0.2553 (2485s)
77
+ [e2_l2_gsm8k_wd0.1_s17] step 3650/5000 loss 0.2343 (2519s)
78
+ [e2_l2_gsm8k_wd0.1_s17] step 3700/5000 loss 0.2568 (2554s)
79
+ [e2_l2_gsm8k_wd0.1_s17] step 3750/5000 loss 0.2454 (2588s)
80
+ [e2_l2_gsm8k_wd0.1_s17] step 3800/5000 loss 0.2608 (2623s)
81
+ [e2_l2_gsm8k_wd0.1_s17] step 3850/5000 loss 0.2494 (2657s)
82
+ [e2_l2_gsm8k_wd0.1_s17] step 3900/5000 loss 0.2461 (2692s)
83
+ [e2_l2_gsm8k_wd0.1_s17] step 3950/5000 loss 0.2611 (2726s)
84
+ [e2_l2_gsm8k_wd0.1_s17] step 4000/5000 loss 0.2755 (2761s)
85
+ [e2_l2_gsm8k_wd0.1_s17] step 4050/5000 loss 0.2607 (2794s)
86
+ [e2_l2_gsm8k_wd0.1_s17] step 4100/5000 loss 0.2577 (2830s)
87
+ [e2_l2_gsm8k_wd0.1_s17] step 4150/5000 loss 0.2574 (2863s)
88
+ [e2_l2_gsm8k_wd0.1_s17] step 4200/5000 loss 0.2448 (2898s)
89
+ [e2_l2_gsm8k_wd0.1_s17] step 4250/5000 loss 0.2623 (2932s)
90
+ [e2_l2_gsm8k_wd0.1_s17] step 4300/5000 loss 0.2663 (2967s)
91
+ [e2_l2_gsm8k_wd0.1_s17] step 4350/5000 loss 0.2622 (3001s)
92
+ [e2_l2_gsm8k_wd0.1_s17] step 4400/5000 loss 0.2047 (3036s)
93
+ [e2_l2_gsm8k_wd0.1_s17] step 4450/5000 loss 0.1961 (3070s)
94
+ [e2_l2_gsm8k_wd0.1_s17] step 4500/5000 loss 0.1932 (3105s)
95
+ [e2_l2_gsm8k_wd0.1_s17] step 4550/5000 loss 0.2041 (3139s)
96
+ [e2_l2_gsm8k_wd0.1_s17] step 4600/5000 loss 0.2104 (3174s)
97
+ [e2_l2_gsm8k_wd0.1_s17] step 4650/5000 loss 0.2268 (3207s)
98
+ [e2_l2_gsm8k_wd0.1_s17] step 4700/5000 loss 0.2113 (3242s)
99
+ [e2_l2_gsm8k_wd0.1_s17] step 4750/5000 loss 0.2124 (3276s)
100
+ [e2_l2_gsm8k_wd0.1_s17] step 4800/5000 loss 0.1981 (3311s)
101
+ [e2_l2_gsm8k_wd0.1_s17] step 4850/5000 loss 0.2053 (3345s)
102
+ [e2_l2_gsm8k_wd0.1_s17] step 4900/5000 loss 0.2070 (3380s)
103
+ [e2_l2_gsm8k_wd0.1_s17] step 4950/5000 loss 0.2278 (3414s)
104
+ [e2_l2_gsm8k_wd0.1_s17] step 5000/5000 loss 0.2084 (3449s)
105
+ [e2_l2_gsm8k_wd0.1_s17] DONE in 3449s -> runs/e2_l2_gsm8k_wd0.1_s17
e2/e2_l2_gsm8k_wd0.1_s17/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 2293760,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 8,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 8192
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 8
225
+ ],
226
+ "offset": 8192,
227
+ "numel": 16384
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 8,
233
+ 1024
234
+ ],
235
+ "offset": 24576,
236
+ "numel": 8192
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 8
243
+ ],
244
+ "offset": 32768,
245
+ "numel": 8192
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 8,
251
+ 1024
252
+ ],
253
+ "offset": 40960,
254
+ "numel": 8192
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 8
261
+ ],
262
+ "offset": 49152,
263
+ "numel": 8192
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 8,
269
+ 2048
270
+ ],
271
+ "offset": 57344,
272
+ "numel": 16384
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 8
279
+ ],
280
+ "offset": 73728,
281
+ "numel": 8192
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 8,
287
+ 1024
288
+ ],
289
+ "offset": 81920,
290
+ "numel": 8192
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 8
297
+ ],
298
+ "offset": 90112,
299
+ "numel": 16384
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 8,
305
+ 1024
306
+ ],
307
+ "offset": 106496,
308
+ "numel": 8192
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 8
315
+ ],
316
+ "offset": 114688,
317
+ "numel": 8192
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 8,
323
+ 1024
324
+ ],
325
+ "offset": 122880,
326
+ "numel": 8192
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 8
333
+ ],
334
+ "offset": 131072,
335
+ "numel": 8192
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 8,
341
+ 2048
342
+ ],
343
+ "offset": 139264,
344
+ "numel": 16384
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 8
351
+ ],
352
+ "offset": 155648,
353
+ "numel": 8192
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 8,
359
+ 1024
360
+ ],
361
+ "offset": 163840,
362
+ "numel": 8192
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 8
369
+ ],
370
+ "offset": 172032,
371
+ "numel": 16384
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 8,
377
+ 1024
378
+ ],
379
+ "offset": 188416,
380
+ "numel": 8192
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 8
387
+ ],
388
+ "offset": 196608,
389
+ "numel": 8192
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 8,
395
+ 1024
396
+ ],
397
+ "offset": 204800,
398
+ "numel": 8192
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 8
405
+ ],
406
+ "offset": 212992,
407
+ "numel": 8192
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 8,
413
+ 2048
414
+ ],
415
+ "offset": 221184,
416
+ "numel": 16384
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 8
423
+ ],
424
+ "offset": 237568,
425
+ "numel": 8192
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 8,
431
+ 1024
432
+ ],
433
+ "offset": 245760,
434
+ "numel": 8192
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 8
441
+ ],
442
+ "offset": 253952,
443
+ "numel": 16384
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 8,
449
+ 1024
450
+ ],
451
+ "offset": 270336,
452
+ "numel": 8192
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 8
459
+ ],
460
+ "offset": 278528,
461
+ "numel": 8192
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 8,
467
+ 1024
468
+ ],
469
+ "offset": 286720,
470
+ "numel": 8192
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 8
477
+ ],
478
+ "offset": 294912,
479
+ "numel": 8192
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 8,
485
+ 2048
486
+ ],
487
+ "offset": 303104,
488
+ "numel": 16384
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 8
495
+ ],
496
+ "offset": 319488,
497
+ "numel": 8192
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 8,
503
+ 1024
504
+ ],
505
+ "offset": 327680,
506
+ "numel": 8192
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 8
513
+ ],
514
+ "offset": 335872,
515
+ "numel": 16384
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 8,
521
+ 1024
522
+ ],
523
+ "offset": 352256,
524
+ "numel": 8192
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 8
531
+ ],
532
+ "offset": 360448,
533
+ "numel": 8192
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 8,
539
+ 1024
540
+ ],
541
+ "offset": 368640,
542
+ "numel": 8192
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 8
549
+ ],
550
+ "offset": 376832,
551
+ "numel": 8192
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 8,
557
+ 2048
558
+ ],
559
+ "offset": 385024,
560
+ "numel": 16384
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 8
567
+ ],
568
+ "offset": 401408,
569
+ "numel": 8192
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 8,
575
+ 1024
576
+ ],
577
+ "offset": 409600,
578
+ "numel": 8192
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 8
585
+ ],
586
+ "offset": 417792,
587
+ "numel": 16384
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 8,
593
+ 1024
594
+ ],
595
+ "offset": 434176,
596
+ "numel": 8192
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 8
603
+ ],
604
+ "offset": 442368,
605
+ "numel": 8192
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 8,
611
+ 1024
612
+ ],
613
+ "offset": 450560,
614
+ "numel": 8192
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 8
621
+ ],
622
+ "offset": 458752,
623
+ "numel": 8192
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 8,
629
+ 2048
630
+ ],
631
+ "offset": 466944,
632
+ "numel": 16384
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 8
639
+ ],
640
+ "offset": 483328,
641
+ "numel": 8192
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 8,
647
+ 1024
648
+ ],
649
+ "offset": 491520,
650
+ "numel": 8192
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 8
657
+ ],
658
+ "offset": 499712,
659
+ "numel": 16384
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 8,
665
+ 1024
666
+ ],
667
+ "offset": 516096,
668
+ "numel": 8192
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 8
675
+ ],
676
+ "offset": 524288,
677
+ "numel": 8192
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 8,
683
+ 1024
684
+ ],
685
+ "offset": 532480,
686
+ "numel": 8192
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 8
693
+ ],
694
+ "offset": 540672,
695
+ "numel": 8192
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 8,
701
+ 2048
702
+ ],
703
+ "offset": 548864,
704
+ "numel": 16384
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 8
711
+ ],
712
+ "offset": 565248,
713
+ "numel": 8192
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 8,
719
+ 1024
720
+ ],
721
+ "offset": 573440,
722
+ "numel": 8192
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 8
729
+ ],
730
+ "offset": 581632,
731
+ "numel": 16384
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 8,
737
+ 1024
738
+ ],
739
+ "offset": 598016,
740
+ "numel": 8192
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 8
747
+ ],
748
+ "offset": 606208,
749
+ "numel": 8192
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 8,
755
+ 1024
756
+ ],
757
+ "offset": 614400,
758
+ "numel": 8192
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 8
765
+ ],
766
+ "offset": 622592,
767
+ "numel": 8192
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 8,
773
+ 2048
774
+ ],
775
+ "offset": 630784,
776
+ "numel": 16384
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 8
783
+ ],
784
+ "offset": 647168,
785
+ "numel": 8192
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 8,
791
+ 1024
792
+ ],
793
+ "offset": 655360,
794
+ "numel": 8192
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 8
801
+ ],
802
+ "offset": 663552,
803
+ "numel": 16384
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 8,
809
+ 1024
810
+ ],
811
+ "offset": 679936,
812
+ "numel": 8192
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 8
819
+ ],
820
+ "offset": 688128,
821
+ "numel": 8192
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 8,
827
+ 1024
828
+ ],
829
+ "offset": 696320,
830
+ "numel": 8192
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 8
837
+ ],
838
+ "offset": 704512,
839
+ "numel": 8192
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 8,
845
+ 2048
846
+ ],
847
+ "offset": 712704,
848
+ "numel": 16384
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 8
855
+ ],
856
+ "offset": 729088,
857
+ "numel": 8192
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 8,
863
+ 1024
864
+ ],
865
+ "offset": 737280,
866
+ "numel": 8192
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 8
873
+ ],
874
+ "offset": 745472,
875
+ "numel": 16384
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 8,
881
+ 1024
882
+ ],
883
+ "offset": 761856,
884
+ "numel": 8192
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 8
891
+ ],
892
+ "offset": 770048,
893
+ "numel": 8192
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 8,
899
+ 1024
900
+ ],
901
+ "offset": 778240,
902
+ "numel": 8192
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 8
909
+ ],
910
+ "offset": 786432,
911
+ "numel": 8192
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 8,
917
+ 2048
918
+ ],
919
+ "offset": 794624,
920
+ "numel": 16384
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 8
927
+ ],
928
+ "offset": 811008,
929
+ "numel": 8192
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 8,
935
+ 1024
936
+ ],
937
+ "offset": 819200,
938
+ "numel": 8192
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 8
945
+ ],
946
+ "offset": 827392,
947
+ "numel": 16384
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 8,
953
+ 1024
954
+ ],
955
+ "offset": 843776,
956
+ "numel": 8192
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 8
963
+ ],
964
+ "offset": 851968,
965
+ "numel": 8192
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 8,
971
+ 1024
972
+ ],
973
+ "offset": 860160,
974
+ "numel": 8192
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 8
981
+ ],
982
+ "offset": 868352,
983
+ "numel": 8192
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 8,
989
+ 2048
990
+ ],
991
+ "offset": 876544,
992
+ "numel": 16384
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 8
999
+ ],
1000
+ "offset": 892928,
1001
+ "numel": 8192
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 8,
1007
+ 1024
1008
+ ],
1009
+ "offset": 901120,
1010
+ "numel": 8192
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 8
1017
+ ],
1018
+ "offset": 909312,
1019
+ "numel": 16384
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 8,
1025
+ 1024
1026
+ ],
1027
+ "offset": 925696,
1028
+ "numel": 8192
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 8
1035
+ ],
1036
+ "offset": 933888,
1037
+ "numel": 8192
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 8,
1043
+ 1024
1044
+ ],
1045
+ "offset": 942080,
1046
+ "numel": 8192
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 8
1053
+ ],
1054
+ "offset": 950272,
1055
+ "numel": 8192
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 8,
1061
+ 2048
1062
+ ],
1063
+ "offset": 958464,
1064
+ "numel": 16384
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 8
1071
+ ],
1072
+ "offset": 974848,
1073
+ "numel": 8192
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 8,
1079
+ 1024
1080
+ ],
1081
+ "offset": 983040,
1082
+ "numel": 8192
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 8
1089
+ ],
1090
+ "offset": 991232,
1091
+ "numel": 16384
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 8,
1097
+ 1024
1098
+ ],
1099
+ "offset": 1007616,
1100
+ "numel": 8192
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 8
1107
+ ],
1108
+ "offset": 1015808,
1109
+ "numel": 8192
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 8,
1115
+ 1024
1116
+ ],
1117
+ "offset": 1024000,
1118
+ "numel": 8192
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 8
1125
+ ],
1126
+ "offset": 1032192,
1127
+ "numel": 8192
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 8,
1133
+ 2048
1134
+ ],
1135
+ "offset": 1040384,
1136
+ "numel": 16384
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 8
1143
+ ],
1144
+ "offset": 1056768,
1145
+ "numel": 8192
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 8,
1151
+ 1024
1152
+ ],
1153
+ "offset": 1064960,
1154
+ "numel": 8192
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 8
1161
+ ],
1162
+ "offset": 1073152,
1163
+ "numel": 16384
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 8,
1169
+ 1024
1170
+ ],
1171
+ "offset": 1089536,
1172
+ "numel": 8192
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 8
1179
+ ],
1180
+ "offset": 1097728,
1181
+ "numel": 8192
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 8,
1187
+ 1024
1188
+ ],
1189
+ "offset": 1105920,
1190
+ "numel": 8192
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 8
1197
+ ],
1198
+ "offset": 1114112,
1199
+ "numel": 8192
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 8,
1205
+ 2048
1206
+ ],
1207
+ "offset": 1122304,
1208
+ "numel": 16384
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 8
1215
+ ],
1216
+ "offset": 1138688,
1217
+ "numel": 8192
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 8,
1223
+ 1024
1224
+ ],
1225
+ "offset": 1146880,
1226
+ "numel": 8192
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 8
1233
+ ],
1234
+ "offset": 1155072,
1235
+ "numel": 16384
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 8,
1241
+ 1024
1242
+ ],
1243
+ "offset": 1171456,
1244
+ "numel": 8192
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 8
1251
+ ],
1252
+ "offset": 1179648,
1253
+ "numel": 8192
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 8,
1259
+ 1024
1260
+ ],
1261
+ "offset": 1187840,
1262
+ "numel": 8192
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 8
1269
+ ],
1270
+ "offset": 1196032,
1271
+ "numel": 8192
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 8,
1277
+ 2048
1278
+ ],
1279
+ "offset": 1204224,
1280
+ "numel": 16384
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 8
1287
+ ],
1288
+ "offset": 1220608,
1289
+ "numel": 8192
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 8,
1295
+ 1024
1296
+ ],
1297
+ "offset": 1228800,
1298
+ "numel": 8192
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 8
1305
+ ],
1306
+ "offset": 1236992,
1307
+ "numel": 16384
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 8,
1313
+ 1024
1314
+ ],
1315
+ "offset": 1253376,
1316
+ "numel": 8192
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 8
1323
+ ],
1324
+ "offset": 1261568,
1325
+ "numel": 8192
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 8,
1331
+ 1024
1332
+ ],
1333
+ "offset": 1269760,
1334
+ "numel": 8192
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 8
1341
+ ],
1342
+ "offset": 1277952,
1343
+ "numel": 8192
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 8,
1349
+ 2048
1350
+ ],
1351
+ "offset": 1286144,
1352
+ "numel": 16384
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 8
1359
+ ],
1360
+ "offset": 1302528,
1361
+ "numel": 8192
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 8,
1367
+ 1024
1368
+ ],
1369
+ "offset": 1310720,
1370
+ "numel": 8192
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 8
1377
+ ],
1378
+ "offset": 1318912,
1379
+ "numel": 16384
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 8,
1385
+ 1024
1386
+ ],
1387
+ "offset": 1335296,
1388
+ "numel": 8192
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 8
1395
+ ],
1396
+ "offset": 1343488,
1397
+ "numel": 8192
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 8,
1403
+ 1024
1404
+ ],
1405
+ "offset": 1351680,
1406
+ "numel": 8192
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 8
1413
+ ],
1414
+ "offset": 1359872,
1415
+ "numel": 8192
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 8,
1421
+ 2048
1422
+ ],
1423
+ "offset": 1368064,
1424
+ "numel": 16384
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 8
1431
+ ],
1432
+ "offset": 1384448,
1433
+ "numel": 8192
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 8,
1439
+ 1024
1440
+ ],
1441
+ "offset": 1392640,
1442
+ "numel": 8192
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 8
1449
+ ],
1450
+ "offset": 1400832,
1451
+ "numel": 16384
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 8,
1457
+ 1024
1458
+ ],
1459
+ "offset": 1417216,
1460
+ "numel": 8192
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 8
1467
+ ],
1468
+ "offset": 1425408,
1469
+ "numel": 8192
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 8,
1475
+ 1024
1476
+ ],
1477
+ "offset": 1433600,
1478
+ "numel": 8192
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 8
1485
+ ],
1486
+ "offset": 1441792,
1487
+ "numel": 8192
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 8,
1493
+ 2048
1494
+ ],
1495
+ "offset": 1449984,
1496
+ "numel": 16384
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 8
1503
+ ],
1504
+ "offset": 1466368,
1505
+ "numel": 8192
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 8,
1511
+ 1024
1512
+ ],
1513
+ "offset": 1474560,
1514
+ "numel": 8192
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 8
1521
+ ],
1522
+ "offset": 1482752,
1523
+ "numel": 16384
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 8,
1529
+ 1024
1530
+ ],
1531
+ "offset": 1499136,
1532
+ "numel": 8192
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 8
1539
+ ],
1540
+ "offset": 1507328,
1541
+ "numel": 8192
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 8,
1547
+ 1024
1548
+ ],
1549
+ "offset": 1515520,
1550
+ "numel": 8192
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 8
1557
+ ],
1558
+ "offset": 1523712,
1559
+ "numel": 8192
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 8,
1565
+ 2048
1566
+ ],
1567
+ "offset": 1531904,
1568
+ "numel": 16384
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 8
1575
+ ],
1576
+ "offset": 1548288,
1577
+ "numel": 8192
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 8,
1583
+ 1024
1584
+ ],
1585
+ "offset": 1556480,
1586
+ "numel": 8192
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 8
1593
+ ],
1594
+ "offset": 1564672,
1595
+ "numel": 16384
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 8,
1601
+ 1024
1602
+ ],
1603
+ "offset": 1581056,
1604
+ "numel": 8192
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 8
1611
+ ],
1612
+ "offset": 1589248,
1613
+ "numel": 8192
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 8,
1619
+ 1024
1620
+ ],
1621
+ "offset": 1597440,
1622
+ "numel": 8192
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 8
1629
+ ],
1630
+ "offset": 1605632,
1631
+ "numel": 8192
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 8,
1637
+ 2048
1638
+ ],
1639
+ "offset": 1613824,
1640
+ "numel": 16384
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 8
1647
+ ],
1648
+ "offset": 1630208,
1649
+ "numel": 8192
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 8,
1655
+ 1024
1656
+ ],
1657
+ "offset": 1638400,
1658
+ "numel": 8192
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 8
1665
+ ],
1666
+ "offset": 1646592,
1667
+ "numel": 16384
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 8,
1673
+ 1024
1674
+ ],
1675
+ "offset": 1662976,
1676
+ "numel": 8192
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 8
1683
+ ],
1684
+ "offset": 1671168,
1685
+ "numel": 8192
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 8,
1691
+ 1024
1692
+ ],
1693
+ "offset": 1679360,
1694
+ "numel": 8192
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 8
1701
+ ],
1702
+ "offset": 1687552,
1703
+ "numel": 8192
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 8,
1709
+ 2048
1710
+ ],
1711
+ "offset": 1695744,
1712
+ "numel": 16384
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 8
1719
+ ],
1720
+ "offset": 1712128,
1721
+ "numel": 8192
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 8,
1727
+ 1024
1728
+ ],
1729
+ "offset": 1720320,
1730
+ "numel": 8192
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 8
1737
+ ],
1738
+ "offset": 1728512,
1739
+ "numel": 16384
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 8,
1745
+ 1024
1746
+ ],
1747
+ "offset": 1744896,
1748
+ "numel": 8192
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 8
1755
+ ],
1756
+ "offset": 1753088,
1757
+ "numel": 8192
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 8,
1763
+ 1024
1764
+ ],
1765
+ "offset": 1761280,
1766
+ "numel": 8192
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 8
1773
+ ],
1774
+ "offset": 1769472,
1775
+ "numel": 8192
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 8,
1781
+ 2048
1782
+ ],
1783
+ "offset": 1777664,
1784
+ "numel": 16384
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 8
1791
+ ],
1792
+ "offset": 1794048,
1793
+ "numel": 8192
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 8,
1799
+ 1024
1800
+ ],
1801
+ "offset": 1802240,
1802
+ "numel": 8192
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 8
1809
+ ],
1810
+ "offset": 1810432,
1811
+ "numel": 16384
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 8,
1817
+ 1024
1818
+ ],
1819
+ "offset": 1826816,
1820
+ "numel": 8192
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 8
1827
+ ],
1828
+ "offset": 1835008,
1829
+ "numel": 8192
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 8,
1835
+ 1024
1836
+ ],
1837
+ "offset": 1843200,
1838
+ "numel": 8192
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 8
1845
+ ],
1846
+ "offset": 1851392,
1847
+ "numel": 8192
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 8,
1853
+ 2048
1854
+ ],
1855
+ "offset": 1859584,
1856
+ "numel": 16384
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 8
1863
+ ],
1864
+ "offset": 1875968,
1865
+ "numel": 8192
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 8,
1871
+ 1024
1872
+ ],
1873
+ "offset": 1884160,
1874
+ "numel": 8192
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 8
1881
+ ],
1882
+ "offset": 1892352,
1883
+ "numel": 16384
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 8,
1889
+ 1024
1890
+ ],
1891
+ "offset": 1908736,
1892
+ "numel": 8192
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 8
1899
+ ],
1900
+ "offset": 1916928,
1901
+ "numel": 8192
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 8,
1907
+ 1024
1908
+ ],
1909
+ "offset": 1925120,
1910
+ "numel": 8192
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 8
1917
+ ],
1918
+ "offset": 1933312,
1919
+ "numel": 8192
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 8,
1925
+ 2048
1926
+ ],
1927
+ "offset": 1941504,
1928
+ "numel": 16384
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 8
1935
+ ],
1936
+ "offset": 1957888,
1937
+ "numel": 8192
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 8,
1943
+ 1024
1944
+ ],
1945
+ "offset": 1966080,
1946
+ "numel": 8192
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 8
1953
+ ],
1954
+ "offset": 1974272,
1955
+ "numel": 16384
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 8,
1961
+ 1024
1962
+ ],
1963
+ "offset": 1990656,
1964
+ "numel": 8192
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 8
1971
+ ],
1972
+ "offset": 1998848,
1973
+ "numel": 8192
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 8,
1979
+ 1024
1980
+ ],
1981
+ "offset": 2007040,
1982
+ "numel": 8192
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 8
1989
+ ],
1990
+ "offset": 2015232,
1991
+ "numel": 8192
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 8,
1997
+ 2048
1998
+ ],
1999
+ "offset": 2023424,
2000
+ "numel": 16384
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 8
2007
+ ],
2008
+ "offset": 2039808,
2009
+ "numel": 8192
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 8,
2015
+ 1024
2016
+ ],
2017
+ "offset": 2048000,
2018
+ "numel": 8192
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 8
2025
+ ],
2026
+ "offset": 2056192,
2027
+ "numel": 16384
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 8,
2033
+ 1024
2034
+ ],
2035
+ "offset": 2072576,
2036
+ "numel": 8192
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 8
2043
+ ],
2044
+ "offset": 2080768,
2045
+ "numel": 8192
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 8,
2051
+ 1024
2052
+ ],
2053
+ "offset": 2088960,
2054
+ "numel": 8192
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 8
2061
+ ],
2062
+ "offset": 2097152,
2063
+ "numel": 8192
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 8,
2069
+ 2048
2070
+ ],
2071
+ "offset": 2105344,
2072
+ "numel": 16384
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 8
2079
+ ],
2080
+ "offset": 2121728,
2081
+ "numel": 8192
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 8,
2087
+ 1024
2088
+ ],
2089
+ "offset": 2129920,
2090
+ "numel": 8192
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 8
2097
+ ],
2098
+ "offset": 2138112,
2099
+ "numel": 16384
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 8,
2105
+ 1024
2106
+ ],
2107
+ "offset": 2154496,
2108
+ "numel": 8192
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 8
2115
+ ],
2116
+ "offset": 2162688,
2117
+ "numel": 8192
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 8,
2123
+ 1024
2124
+ ],
2125
+ "offset": 2170880,
2126
+ "numel": 8192
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 8
2133
+ ],
2134
+ "offset": 2179072,
2135
+ "numel": 8192
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 8,
2141
+ 2048
2142
+ ],
2143
+ "offset": 2187264,
2144
+ "numel": 16384
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 8
2151
+ ],
2152
+ "offset": 2203648,
2153
+ "numel": 8192
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 8,
2159
+ 1024
2160
+ ],
2161
+ "offset": 2211840,
2162
+ "numel": 8192
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 8
2169
+ ],
2170
+ "offset": 2220032,
2171
+ "numel": 16384
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 8,
2177
+ 1024
2178
+ ],
2179
+ "offset": 2236416,
2180
+ "numel": 8192
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 8
2187
+ ],
2188
+ "offset": 2244608,
2189
+ "numel": 8192
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 8,
2195
+ 1024
2196
+ ],
2197
+ "offset": 2252800,
2198
+ "numel": 8192
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 8
2205
+ ],
2206
+ "offset": 2260992,
2207
+ "numel": 8192
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 8,
2213
+ 2048
2214
+ ],
2215
+ "offset": 2269184,
2216
+ "numel": 16384
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 8
2223
+ ],
2224
+ "offset": 2285568,
2225
+ "numel": 8192
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l2_gsm8k_wd0.1_s17",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "gsm8k",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 8,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 0.1,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 17,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l2_gsm8k_wd0.1_s17/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50d61a8fd2db622773c36e22e6e2d7e98537691513740d225ce3aeafbc9e1fd
3
+ size 2057319
e2/e2_l2_gsm8k_wd0.1_s17/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c836da1d26b2393ef010c412771c0ef34f419698fe7bec356494df8abbe069
3
+ size 846549683
e2/e2_l2_gsm8k_wd1_s17/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_l2_gsm8k_wd1_s17",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 5000,
9
+ "lora_r": 8,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 1.0,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 25,
28
+ "probe_every": 50,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 17,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_l2_gsm8k_wd1_s17/log.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 5419.77it/s]
5
+ [e2_l2_gsm8k_wd1_s17] step 50/5000 loss 0.4850 (39s)
6
+ [e2_l2_gsm8k_wd1_s17] step 100/5000 loss 0.4393 (74s)
7
+ [e2_l2_gsm8k_wd1_s17] step 150/5000 loss 0.4389 (108s)
8
+ [e2_l2_gsm8k_wd1_s17] step 200/5000 loss 0.4172 (143s)
9
+ [e2_l2_gsm8k_wd1_s17] step 250/5000 loss 0.4196 (177s)
10
+ [e2_l2_gsm8k_wd1_s17] step 300/5000 loss 0.4218 (212s)
11
+ [e2_l2_gsm8k_wd1_s17] step 350/5000 loss 0.4351 (246s)
12
+ [e2_l2_gsm8k_wd1_s17] step 400/5000 loss 0.4377 (281s)
13
+ [e2_l2_gsm8k_wd1_s17] step 450/5000 loss 0.4453 (315s)
14
+ [e2_l2_gsm8k_wd1_s17] step 500/5000 loss 0.4098 (350s)
15
+ [e2_l2_gsm8k_wd1_s17] step 550/5000 loss 0.4240 (383s)
16
+ [e2_l2_gsm8k_wd1_s17] step 600/5000 loss 0.4174 (419s)
17
+ [e2_l2_gsm8k_wd1_s17] step 650/5000 loss 0.4049 (452s)
18
+ [e2_l2_gsm8k_wd1_s17] step 700/5000 loss 0.4191 (488s)
19
+ [e2_l2_gsm8k_wd1_s17] step 750/5000 loss 0.4037 (521s)
20
+ [e2_l2_gsm8k_wd1_s17] step 800/5000 loss 0.4104 (556s)
21
+ [e2_l2_gsm8k_wd1_s17] step 850/5000 loss 0.3963 (590s)
22
+ [e2_l2_gsm8k_wd1_s17] step 900/5000 loss 0.3918 (625s)
23
+ [e2_l2_gsm8k_wd1_s17] step 950/5000 loss 0.3756 (659s)
24
+ [e2_l2_gsm8k_wd1_s17] step 1000/5000 loss 0.3752 (694s)
25
+ [e2_l2_gsm8k_wd1_s17] step 1050/5000 loss 0.3831 (728s)
26
+ [e2_l2_gsm8k_wd1_s17] step 1100/5000 loss 0.3800 (763s)
27
+ [e2_l2_gsm8k_wd1_s17] step 1150/5000 loss 0.3702 (797s)
28
+ [e2_l2_gsm8k_wd1_s17] step 1200/5000 loss 0.3981 (832s)
29
+ [e2_l2_gsm8k_wd1_s17] step 1250/5000 loss 0.4077 (866s)
30
+ [e2_l2_gsm8k_wd1_s17] step 1300/5000 loss 0.3932 (901s)
31
+ [e2_l2_gsm8k_wd1_s17] step 1350/5000 loss 0.3767 (934s)
32
+ [e2_l2_gsm8k_wd1_s17] step 1400/5000 loss 0.3704 (970s)
33
+ [e2_l2_gsm8k_wd1_s17] step 1450/5000 loss 0.3841 (1003s)
34
+ [e2_l2_gsm8k_wd1_s17] step 1500/5000 loss 0.3719 (1038s)
35
+ [e2_l2_gsm8k_wd1_s17] step 1550/5000 loss 0.3796 (1072s)
36
+ [e2_l2_gsm8k_wd1_s17] step 1600/5000 loss 0.3792 (1107s)
37
+ [e2_l2_gsm8k_wd1_s17] step 1650/5000 loss 0.3734 (1141s)
38
+ [e2_l2_gsm8k_wd1_s17] step 1700/5000 loss 0.3930 (1176s)
39
+ [e2_l2_gsm8k_wd1_s17] step 1750/5000 loss 0.3847 (1209s)
40
+ [e2_l2_gsm8k_wd1_s17] step 1800/5000 loss 0.3468 (1244s)
41
+ [e2_l2_gsm8k_wd1_s17] step 1850/5000 loss 0.3563 (1278s)
42
+ [e2_l2_gsm8k_wd1_s17] step 1900/5000 loss 0.3312 (1313s)
43
+ [e2_l2_gsm8k_wd1_s17] step 1950/5000 loss 0.3542 (1347s)
44
+ [e2_l2_gsm8k_wd1_s17] step 2000/5000 loss 0.3349 (1382s)
45
+ [e2_l2_gsm8k_wd1_s17] step 2050/5000 loss 0.3530 (1416s)
46
+ [e2_l2_gsm8k_wd1_s17] step 2100/5000 loss 0.3378 (1451s)
47
+ [e2_l2_gsm8k_wd1_s17] step 2150/5000 loss 0.3550 (1485s)
48
+ [e2_l2_gsm8k_wd1_s17] step 2200/5000 loss 0.3330 (1520s)
49
+ [e2_l2_gsm8k_wd1_s17] step 2250/5000 loss 0.3460 (1553s)
50
+ [e2_l2_gsm8k_wd1_s17] step 2300/5000 loss 0.3483 (1588s)
51
+ [e2_l2_gsm8k_wd1_s17] step 2350/5000 loss 0.3636 (1622s)
52
+ [e2_l2_gsm8k_wd1_s17] step 2400/5000 loss 0.3519 (1657s)
53
+ [e2_l2_gsm8k_wd1_s17] step 2450/5000 loss 0.3591 (1691s)
54
+ [e2_l2_gsm8k_wd1_s17] step 2500/5000 loss 0.3577 (1726s)
55
+ [e2_l2_gsm8k_wd1_s17] step 2550/5000 loss 0.3567 (1760s)
56
+ [e2_l2_gsm8k_wd1_s17] step 2600/5000 loss 0.3617 (1795s)
57
+ [e2_l2_gsm8k_wd1_s17] step 2650/5000 loss 0.3034 (1828s)
58
+ [e2_l2_gsm8k_wd1_s17] step 2700/5000 loss 0.3078 (1863s)
59
+ [e2_l2_gsm8k_wd1_s17] step 2750/5000 loss 0.3136 (1897s)
60
+ [e2_l2_gsm8k_wd1_s17] step 2800/5000 loss 0.3176 (1932s)
61
+ [e2_l2_gsm8k_wd1_s17] step 2850/5000 loss 0.3274 (1966s)
62
+ [e2_l2_gsm8k_wd1_s17] step 2900/5000 loss 0.3343 (2001s)
63
+ [e2_l2_gsm8k_wd1_s17] step 2950/5000 loss 0.3101 (2034s)
64
+ [e2_l2_gsm8k_wd1_s17] step 3000/5000 loss 0.3141 (2069s)
65
+ [e2_l2_gsm8k_wd1_s17] step 3050/5000 loss 0.3413 (2103s)
66
+ [e2_l2_gsm8k_wd1_s17] step 3100/5000 loss 0.3156 (2138s)
67
+ [e2_l2_gsm8k_wd1_s17] step 3150/5000 loss 0.3571 (2172s)
68
+ [e2_l2_gsm8k_wd1_s17] step 3200/5000 loss 0.3208 (2207s)
69
+ [e2_l2_gsm8k_wd1_s17] step 3250/5000 loss 0.3159 (2241s)
70
+ [e2_l2_gsm8k_wd1_s17] step 3300/5000 loss 0.3155 (2276s)
71
+ [e2_l2_gsm8k_wd1_s17] step 3350/5000 loss 0.3433 (2309s)
72
+ [e2_l2_gsm8k_wd1_s17] step 3400/5000 loss 0.3152 (2345s)
73
+ [e2_l2_gsm8k_wd1_s17] step 3450/5000 loss 0.3331 (2378s)
74
+ [e2_l2_gsm8k_wd1_s17] step 3500/5000 loss 0.2957 (2413s)
75
+ [e2_l2_gsm8k_wd1_s17] step 3550/5000 loss 0.2908 (2447s)
76
+ [e2_l2_gsm8k_wd1_s17] step 3600/5000 loss 0.2934 (2482s)
77
+ [e2_l2_gsm8k_wd1_s17] step 3650/5000 loss 0.2701 (2516s)
78
+ [e2_l2_gsm8k_wd1_s17] step 3700/5000 loss 0.2992 (2551s)
79
+ [e2_l2_gsm8k_wd1_s17] step 3750/5000 loss 0.2868 (2585s)
80
+ [e2_l2_gsm8k_wd1_s17] step 3800/5000 loss 0.3026 (2620s)
81
+ [e2_l2_gsm8k_wd1_s17] step 3850/5000 loss 0.2914 (2653s)
82
+ [e2_l2_gsm8k_wd1_s17] step 3900/5000 loss 0.2851 (2689s)
83
+ [e2_l2_gsm8k_wd1_s17] step 3950/5000 loss 0.3070 (2722s)
84
+ [e2_l2_gsm8k_wd1_s17] step 4000/5000 loss 0.3203 (2758s)
85
+ [e2_l2_gsm8k_wd1_s17] step 4050/5000 loss 0.3013 (2791s)
86
+ [e2_l2_gsm8k_wd1_s17] step 4100/5000 loss 0.2998 (2826s)
87
+ [e2_l2_gsm8k_wd1_s17] step 4150/5000 loss 0.3002 (2860s)
88
+ [e2_l2_gsm8k_wd1_s17] step 4200/5000 loss 0.2837 (2895s)
89
+ [e2_l2_gsm8k_wd1_s17] step 4250/5000 loss 0.3066 (2929s)
90
+ [e2_l2_gsm8k_wd1_s17] step 4300/5000 loss 0.3124 (2964s)
91
+ [e2_l2_gsm8k_wd1_s17] step 4350/5000 loss 0.3079 (2998s)
92
+ [e2_l2_gsm8k_wd1_s17] step 4400/5000 loss 0.2554 (3033s)
93
+ [e2_l2_gsm8k_wd1_s17] step 4450/5000 loss 0.2498 (3067s)
94
+ [e2_l2_gsm8k_wd1_s17] step 4500/5000 loss 0.2480 (3102s)
95
+ [e2_l2_gsm8k_wd1_s17] step 4550/5000 loss 0.2578 (3135s)
96
+ [e2_l2_gsm8k_wd1_s17] step 4600/5000 loss 0.2665 (3171s)
97
+ [e2_l2_gsm8k_wd1_s17] step 4650/5000 loss 0.2870 (3204s)
98
+ [e2_l2_gsm8k_wd1_s17] step 4700/5000 loss 0.2660 (3239s)
99
+ [e2_l2_gsm8k_wd1_s17] step 4750/5000 loss 0.2710 (3273s)
100
+ [e2_l2_gsm8k_wd1_s17] step 4800/5000 loss 0.2535 (3308s)
101
+ [e2_l2_gsm8k_wd1_s17] step 4850/5000 loss 0.2602 (3342s)
102
+ [e2_l2_gsm8k_wd1_s17] step 4900/5000 loss 0.2645 (3377s)
103
+ [e2_l2_gsm8k_wd1_s17] step 4950/5000 loss 0.2853 (3410s)
104
+ [e2_l2_gsm8k_wd1_s17] step 5000/5000 loss 0.2652 (3445s)
105
+ [e2_l2_gsm8k_wd1_s17] DONE in 3446s -> runs/e2_l2_gsm8k_wd1_s17
e2/e2_l2_gsm8k_wd1_s17/meta.json ADDED
@@ -0,0 +1,2388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 201,
3
+ "max_states": 204,
4
+ "n_params": 2293760,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 25,
10
+ 50,
11
+ 75,
12
+ 100,
13
+ 125,
14
+ 150,
15
+ 175,
16
+ 200,
17
+ 225,
18
+ 250,
19
+ 275,
20
+ 300,
21
+ 325,
22
+ 350,
23
+ 375,
24
+ 400,
25
+ 425,
26
+ 450,
27
+ 475,
28
+ 500,
29
+ 525,
30
+ 550,
31
+ 575,
32
+ 600,
33
+ 625,
34
+ 650,
35
+ 675,
36
+ 700,
37
+ 725,
38
+ 750,
39
+ 775,
40
+ 800,
41
+ 825,
42
+ 850,
43
+ 875,
44
+ 900,
45
+ 925,
46
+ 950,
47
+ 975,
48
+ 1000,
49
+ 1025,
50
+ 1050,
51
+ 1075,
52
+ 1100,
53
+ 1125,
54
+ 1150,
55
+ 1175,
56
+ 1200,
57
+ 1225,
58
+ 1250,
59
+ 1275,
60
+ 1300,
61
+ 1325,
62
+ 1350,
63
+ 1375,
64
+ 1400,
65
+ 1425,
66
+ 1450,
67
+ 1475,
68
+ 1500,
69
+ 1525,
70
+ 1550,
71
+ 1575,
72
+ 1600,
73
+ 1625,
74
+ 1650,
75
+ 1675,
76
+ 1700,
77
+ 1725,
78
+ 1750,
79
+ 1775,
80
+ 1800,
81
+ 1825,
82
+ 1850,
83
+ 1875,
84
+ 1900,
85
+ 1925,
86
+ 1950,
87
+ 1975,
88
+ 2000,
89
+ 2025,
90
+ 2050,
91
+ 2075,
92
+ 2100,
93
+ 2125,
94
+ 2150,
95
+ 2175,
96
+ 2200,
97
+ 2225,
98
+ 2250,
99
+ 2275,
100
+ 2300,
101
+ 2325,
102
+ 2350,
103
+ 2375,
104
+ 2400,
105
+ 2425,
106
+ 2450,
107
+ 2475,
108
+ 2500,
109
+ 2525,
110
+ 2550,
111
+ 2575,
112
+ 2600,
113
+ 2625,
114
+ 2650,
115
+ 2675,
116
+ 2700,
117
+ 2725,
118
+ 2750,
119
+ 2775,
120
+ 2800,
121
+ 2825,
122
+ 2850,
123
+ 2875,
124
+ 2900,
125
+ 2925,
126
+ 2950,
127
+ 2975,
128
+ 3000,
129
+ 3025,
130
+ 3050,
131
+ 3075,
132
+ 3100,
133
+ 3125,
134
+ 3150,
135
+ 3175,
136
+ 3200,
137
+ 3225,
138
+ 3250,
139
+ 3275,
140
+ 3300,
141
+ 3325,
142
+ 3350,
143
+ 3375,
144
+ 3400,
145
+ 3425,
146
+ 3450,
147
+ 3475,
148
+ 3500,
149
+ 3525,
150
+ 3550,
151
+ 3575,
152
+ 3600,
153
+ 3625,
154
+ 3650,
155
+ 3675,
156
+ 3700,
157
+ 3725,
158
+ 3750,
159
+ 3775,
160
+ 3800,
161
+ 3825,
162
+ 3850,
163
+ 3875,
164
+ 3900,
165
+ 3925,
166
+ 3950,
167
+ 3975,
168
+ 4000,
169
+ 4025,
170
+ 4050,
171
+ 4075,
172
+ 4100,
173
+ 4125,
174
+ 4150,
175
+ 4175,
176
+ 4200,
177
+ 4225,
178
+ 4250,
179
+ 4275,
180
+ 4300,
181
+ 4325,
182
+ 4350,
183
+ 4375,
184
+ 4400,
185
+ 4425,
186
+ 4450,
187
+ 4475,
188
+ 4500,
189
+ 4525,
190
+ 4550,
191
+ 4575,
192
+ 4600,
193
+ 4625,
194
+ 4650,
195
+ 4675,
196
+ 4700,
197
+ 4725,
198
+ 4750,
199
+ 4775,
200
+ 4800,
201
+ 4825,
202
+ 4850,
203
+ 4875,
204
+ 4900,
205
+ 4925,
206
+ 4950,
207
+ 4975,
208
+ 5000
209
+ ],
210
+ "param_specs": [
211
+ {
212
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
213
+ "shape": [
214
+ 8,
215
+ 1024
216
+ ],
217
+ "offset": 0,
218
+ "numel": 8192
219
+ },
220
+ {
221
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
222
+ "shape": [
223
+ 2048,
224
+ 8
225
+ ],
226
+ "offset": 8192,
227
+ "numel": 16384
228
+ },
229
+ {
230
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
231
+ "shape": [
232
+ 8,
233
+ 1024
234
+ ],
235
+ "offset": 24576,
236
+ "numel": 8192
237
+ },
238
+ {
239
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
240
+ "shape": [
241
+ 1024,
242
+ 8
243
+ ],
244
+ "offset": 32768,
245
+ "numel": 8192
246
+ },
247
+ {
248
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
249
+ "shape": [
250
+ 8,
251
+ 1024
252
+ ],
253
+ "offset": 40960,
254
+ "numel": 8192
255
+ },
256
+ {
257
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
258
+ "shape": [
259
+ 1024,
260
+ 8
261
+ ],
262
+ "offset": 49152,
263
+ "numel": 8192
264
+ },
265
+ {
266
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
267
+ "shape": [
268
+ 8,
269
+ 2048
270
+ ],
271
+ "offset": 57344,
272
+ "numel": 16384
273
+ },
274
+ {
275
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
276
+ "shape": [
277
+ 1024,
278
+ 8
279
+ ],
280
+ "offset": 73728,
281
+ "numel": 8192
282
+ },
283
+ {
284
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
285
+ "shape": [
286
+ 8,
287
+ 1024
288
+ ],
289
+ "offset": 81920,
290
+ "numel": 8192
291
+ },
292
+ {
293
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
294
+ "shape": [
295
+ 2048,
296
+ 8
297
+ ],
298
+ "offset": 90112,
299
+ "numel": 16384
300
+ },
301
+ {
302
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
303
+ "shape": [
304
+ 8,
305
+ 1024
306
+ ],
307
+ "offset": 106496,
308
+ "numel": 8192
309
+ },
310
+ {
311
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
312
+ "shape": [
313
+ 1024,
314
+ 8
315
+ ],
316
+ "offset": 114688,
317
+ "numel": 8192
318
+ },
319
+ {
320
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
321
+ "shape": [
322
+ 8,
323
+ 1024
324
+ ],
325
+ "offset": 122880,
326
+ "numel": 8192
327
+ },
328
+ {
329
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
330
+ "shape": [
331
+ 1024,
332
+ 8
333
+ ],
334
+ "offset": 131072,
335
+ "numel": 8192
336
+ },
337
+ {
338
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
339
+ "shape": [
340
+ 8,
341
+ 2048
342
+ ],
343
+ "offset": 139264,
344
+ "numel": 16384
345
+ },
346
+ {
347
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
348
+ "shape": [
349
+ 1024,
350
+ 8
351
+ ],
352
+ "offset": 155648,
353
+ "numel": 8192
354
+ },
355
+ {
356
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
357
+ "shape": [
358
+ 8,
359
+ 1024
360
+ ],
361
+ "offset": 163840,
362
+ "numel": 8192
363
+ },
364
+ {
365
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
366
+ "shape": [
367
+ 2048,
368
+ 8
369
+ ],
370
+ "offset": 172032,
371
+ "numel": 16384
372
+ },
373
+ {
374
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
375
+ "shape": [
376
+ 8,
377
+ 1024
378
+ ],
379
+ "offset": 188416,
380
+ "numel": 8192
381
+ },
382
+ {
383
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
384
+ "shape": [
385
+ 1024,
386
+ 8
387
+ ],
388
+ "offset": 196608,
389
+ "numel": 8192
390
+ },
391
+ {
392
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
393
+ "shape": [
394
+ 8,
395
+ 1024
396
+ ],
397
+ "offset": 204800,
398
+ "numel": 8192
399
+ },
400
+ {
401
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
402
+ "shape": [
403
+ 1024,
404
+ 8
405
+ ],
406
+ "offset": 212992,
407
+ "numel": 8192
408
+ },
409
+ {
410
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
411
+ "shape": [
412
+ 8,
413
+ 2048
414
+ ],
415
+ "offset": 221184,
416
+ "numel": 16384
417
+ },
418
+ {
419
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
420
+ "shape": [
421
+ 1024,
422
+ 8
423
+ ],
424
+ "offset": 237568,
425
+ "numel": 8192
426
+ },
427
+ {
428
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
429
+ "shape": [
430
+ 8,
431
+ 1024
432
+ ],
433
+ "offset": 245760,
434
+ "numel": 8192
435
+ },
436
+ {
437
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
438
+ "shape": [
439
+ 2048,
440
+ 8
441
+ ],
442
+ "offset": 253952,
443
+ "numel": 16384
444
+ },
445
+ {
446
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
447
+ "shape": [
448
+ 8,
449
+ 1024
450
+ ],
451
+ "offset": 270336,
452
+ "numel": 8192
453
+ },
454
+ {
455
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
456
+ "shape": [
457
+ 1024,
458
+ 8
459
+ ],
460
+ "offset": 278528,
461
+ "numel": 8192
462
+ },
463
+ {
464
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
465
+ "shape": [
466
+ 8,
467
+ 1024
468
+ ],
469
+ "offset": 286720,
470
+ "numel": 8192
471
+ },
472
+ {
473
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
474
+ "shape": [
475
+ 1024,
476
+ 8
477
+ ],
478
+ "offset": 294912,
479
+ "numel": 8192
480
+ },
481
+ {
482
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
483
+ "shape": [
484
+ 8,
485
+ 2048
486
+ ],
487
+ "offset": 303104,
488
+ "numel": 16384
489
+ },
490
+ {
491
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
492
+ "shape": [
493
+ 1024,
494
+ 8
495
+ ],
496
+ "offset": 319488,
497
+ "numel": 8192
498
+ },
499
+ {
500
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
501
+ "shape": [
502
+ 8,
503
+ 1024
504
+ ],
505
+ "offset": 327680,
506
+ "numel": 8192
507
+ },
508
+ {
509
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
510
+ "shape": [
511
+ 2048,
512
+ 8
513
+ ],
514
+ "offset": 335872,
515
+ "numel": 16384
516
+ },
517
+ {
518
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
519
+ "shape": [
520
+ 8,
521
+ 1024
522
+ ],
523
+ "offset": 352256,
524
+ "numel": 8192
525
+ },
526
+ {
527
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
528
+ "shape": [
529
+ 1024,
530
+ 8
531
+ ],
532
+ "offset": 360448,
533
+ "numel": 8192
534
+ },
535
+ {
536
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
537
+ "shape": [
538
+ 8,
539
+ 1024
540
+ ],
541
+ "offset": 368640,
542
+ "numel": 8192
543
+ },
544
+ {
545
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
546
+ "shape": [
547
+ 1024,
548
+ 8
549
+ ],
550
+ "offset": 376832,
551
+ "numel": 8192
552
+ },
553
+ {
554
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
555
+ "shape": [
556
+ 8,
557
+ 2048
558
+ ],
559
+ "offset": 385024,
560
+ "numel": 16384
561
+ },
562
+ {
563
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
564
+ "shape": [
565
+ 1024,
566
+ 8
567
+ ],
568
+ "offset": 401408,
569
+ "numel": 8192
570
+ },
571
+ {
572
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
573
+ "shape": [
574
+ 8,
575
+ 1024
576
+ ],
577
+ "offset": 409600,
578
+ "numel": 8192
579
+ },
580
+ {
581
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
582
+ "shape": [
583
+ 2048,
584
+ 8
585
+ ],
586
+ "offset": 417792,
587
+ "numel": 16384
588
+ },
589
+ {
590
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
591
+ "shape": [
592
+ 8,
593
+ 1024
594
+ ],
595
+ "offset": 434176,
596
+ "numel": 8192
597
+ },
598
+ {
599
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
600
+ "shape": [
601
+ 1024,
602
+ 8
603
+ ],
604
+ "offset": 442368,
605
+ "numel": 8192
606
+ },
607
+ {
608
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
609
+ "shape": [
610
+ 8,
611
+ 1024
612
+ ],
613
+ "offset": 450560,
614
+ "numel": 8192
615
+ },
616
+ {
617
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
618
+ "shape": [
619
+ 1024,
620
+ 8
621
+ ],
622
+ "offset": 458752,
623
+ "numel": 8192
624
+ },
625
+ {
626
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
627
+ "shape": [
628
+ 8,
629
+ 2048
630
+ ],
631
+ "offset": 466944,
632
+ "numel": 16384
633
+ },
634
+ {
635
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
636
+ "shape": [
637
+ 1024,
638
+ 8
639
+ ],
640
+ "offset": 483328,
641
+ "numel": 8192
642
+ },
643
+ {
644
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
645
+ "shape": [
646
+ 8,
647
+ 1024
648
+ ],
649
+ "offset": 491520,
650
+ "numel": 8192
651
+ },
652
+ {
653
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
654
+ "shape": [
655
+ 2048,
656
+ 8
657
+ ],
658
+ "offset": 499712,
659
+ "numel": 16384
660
+ },
661
+ {
662
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
663
+ "shape": [
664
+ 8,
665
+ 1024
666
+ ],
667
+ "offset": 516096,
668
+ "numel": 8192
669
+ },
670
+ {
671
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
672
+ "shape": [
673
+ 1024,
674
+ 8
675
+ ],
676
+ "offset": 524288,
677
+ "numel": 8192
678
+ },
679
+ {
680
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
681
+ "shape": [
682
+ 8,
683
+ 1024
684
+ ],
685
+ "offset": 532480,
686
+ "numel": 8192
687
+ },
688
+ {
689
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
690
+ "shape": [
691
+ 1024,
692
+ 8
693
+ ],
694
+ "offset": 540672,
695
+ "numel": 8192
696
+ },
697
+ {
698
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
699
+ "shape": [
700
+ 8,
701
+ 2048
702
+ ],
703
+ "offset": 548864,
704
+ "numel": 16384
705
+ },
706
+ {
707
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
708
+ "shape": [
709
+ 1024,
710
+ 8
711
+ ],
712
+ "offset": 565248,
713
+ "numel": 8192
714
+ },
715
+ {
716
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
717
+ "shape": [
718
+ 8,
719
+ 1024
720
+ ],
721
+ "offset": 573440,
722
+ "numel": 8192
723
+ },
724
+ {
725
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
726
+ "shape": [
727
+ 2048,
728
+ 8
729
+ ],
730
+ "offset": 581632,
731
+ "numel": 16384
732
+ },
733
+ {
734
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
735
+ "shape": [
736
+ 8,
737
+ 1024
738
+ ],
739
+ "offset": 598016,
740
+ "numel": 8192
741
+ },
742
+ {
743
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
744
+ "shape": [
745
+ 1024,
746
+ 8
747
+ ],
748
+ "offset": 606208,
749
+ "numel": 8192
750
+ },
751
+ {
752
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
753
+ "shape": [
754
+ 8,
755
+ 1024
756
+ ],
757
+ "offset": 614400,
758
+ "numel": 8192
759
+ },
760
+ {
761
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
762
+ "shape": [
763
+ 1024,
764
+ 8
765
+ ],
766
+ "offset": 622592,
767
+ "numel": 8192
768
+ },
769
+ {
770
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
771
+ "shape": [
772
+ 8,
773
+ 2048
774
+ ],
775
+ "offset": 630784,
776
+ "numel": 16384
777
+ },
778
+ {
779
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
780
+ "shape": [
781
+ 1024,
782
+ 8
783
+ ],
784
+ "offset": 647168,
785
+ "numel": 8192
786
+ },
787
+ {
788
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
789
+ "shape": [
790
+ 8,
791
+ 1024
792
+ ],
793
+ "offset": 655360,
794
+ "numel": 8192
795
+ },
796
+ {
797
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
798
+ "shape": [
799
+ 2048,
800
+ 8
801
+ ],
802
+ "offset": 663552,
803
+ "numel": 16384
804
+ },
805
+ {
806
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
807
+ "shape": [
808
+ 8,
809
+ 1024
810
+ ],
811
+ "offset": 679936,
812
+ "numel": 8192
813
+ },
814
+ {
815
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
816
+ "shape": [
817
+ 1024,
818
+ 8
819
+ ],
820
+ "offset": 688128,
821
+ "numel": 8192
822
+ },
823
+ {
824
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
825
+ "shape": [
826
+ 8,
827
+ 1024
828
+ ],
829
+ "offset": 696320,
830
+ "numel": 8192
831
+ },
832
+ {
833
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
834
+ "shape": [
835
+ 1024,
836
+ 8
837
+ ],
838
+ "offset": 704512,
839
+ "numel": 8192
840
+ },
841
+ {
842
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
843
+ "shape": [
844
+ 8,
845
+ 2048
846
+ ],
847
+ "offset": 712704,
848
+ "numel": 16384
849
+ },
850
+ {
851
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
852
+ "shape": [
853
+ 1024,
854
+ 8
855
+ ],
856
+ "offset": 729088,
857
+ "numel": 8192
858
+ },
859
+ {
860
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
861
+ "shape": [
862
+ 8,
863
+ 1024
864
+ ],
865
+ "offset": 737280,
866
+ "numel": 8192
867
+ },
868
+ {
869
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
870
+ "shape": [
871
+ 2048,
872
+ 8
873
+ ],
874
+ "offset": 745472,
875
+ "numel": 16384
876
+ },
877
+ {
878
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
879
+ "shape": [
880
+ 8,
881
+ 1024
882
+ ],
883
+ "offset": 761856,
884
+ "numel": 8192
885
+ },
886
+ {
887
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
888
+ "shape": [
889
+ 1024,
890
+ 8
891
+ ],
892
+ "offset": 770048,
893
+ "numel": 8192
894
+ },
895
+ {
896
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
897
+ "shape": [
898
+ 8,
899
+ 1024
900
+ ],
901
+ "offset": 778240,
902
+ "numel": 8192
903
+ },
904
+ {
905
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
906
+ "shape": [
907
+ 1024,
908
+ 8
909
+ ],
910
+ "offset": 786432,
911
+ "numel": 8192
912
+ },
913
+ {
914
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
915
+ "shape": [
916
+ 8,
917
+ 2048
918
+ ],
919
+ "offset": 794624,
920
+ "numel": 16384
921
+ },
922
+ {
923
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
924
+ "shape": [
925
+ 1024,
926
+ 8
927
+ ],
928
+ "offset": 811008,
929
+ "numel": 8192
930
+ },
931
+ {
932
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
933
+ "shape": [
934
+ 8,
935
+ 1024
936
+ ],
937
+ "offset": 819200,
938
+ "numel": 8192
939
+ },
940
+ {
941
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
942
+ "shape": [
943
+ 2048,
944
+ 8
945
+ ],
946
+ "offset": 827392,
947
+ "numel": 16384
948
+ },
949
+ {
950
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
951
+ "shape": [
952
+ 8,
953
+ 1024
954
+ ],
955
+ "offset": 843776,
956
+ "numel": 8192
957
+ },
958
+ {
959
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
960
+ "shape": [
961
+ 1024,
962
+ 8
963
+ ],
964
+ "offset": 851968,
965
+ "numel": 8192
966
+ },
967
+ {
968
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
969
+ "shape": [
970
+ 8,
971
+ 1024
972
+ ],
973
+ "offset": 860160,
974
+ "numel": 8192
975
+ },
976
+ {
977
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
978
+ "shape": [
979
+ 1024,
980
+ 8
981
+ ],
982
+ "offset": 868352,
983
+ "numel": 8192
984
+ },
985
+ {
986
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
987
+ "shape": [
988
+ 8,
989
+ 2048
990
+ ],
991
+ "offset": 876544,
992
+ "numel": 16384
993
+ },
994
+ {
995
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
996
+ "shape": [
997
+ 1024,
998
+ 8
999
+ ],
1000
+ "offset": 892928,
1001
+ "numel": 8192
1002
+ },
1003
+ {
1004
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
1005
+ "shape": [
1006
+ 8,
1007
+ 1024
1008
+ ],
1009
+ "offset": 901120,
1010
+ "numel": 8192
1011
+ },
1012
+ {
1013
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
1014
+ "shape": [
1015
+ 2048,
1016
+ 8
1017
+ ],
1018
+ "offset": 909312,
1019
+ "numel": 16384
1020
+ },
1021
+ {
1022
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
1023
+ "shape": [
1024
+ 8,
1025
+ 1024
1026
+ ],
1027
+ "offset": 925696,
1028
+ "numel": 8192
1029
+ },
1030
+ {
1031
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
1032
+ "shape": [
1033
+ 1024,
1034
+ 8
1035
+ ],
1036
+ "offset": 933888,
1037
+ "numel": 8192
1038
+ },
1039
+ {
1040
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
1041
+ "shape": [
1042
+ 8,
1043
+ 1024
1044
+ ],
1045
+ "offset": 942080,
1046
+ "numel": 8192
1047
+ },
1048
+ {
1049
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
1050
+ "shape": [
1051
+ 1024,
1052
+ 8
1053
+ ],
1054
+ "offset": 950272,
1055
+ "numel": 8192
1056
+ },
1057
+ {
1058
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
1059
+ "shape": [
1060
+ 8,
1061
+ 2048
1062
+ ],
1063
+ "offset": 958464,
1064
+ "numel": 16384
1065
+ },
1066
+ {
1067
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
1068
+ "shape": [
1069
+ 1024,
1070
+ 8
1071
+ ],
1072
+ "offset": 974848,
1073
+ "numel": 8192
1074
+ },
1075
+ {
1076
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
1077
+ "shape": [
1078
+ 8,
1079
+ 1024
1080
+ ],
1081
+ "offset": 983040,
1082
+ "numel": 8192
1083
+ },
1084
+ {
1085
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
1086
+ "shape": [
1087
+ 2048,
1088
+ 8
1089
+ ],
1090
+ "offset": 991232,
1091
+ "numel": 16384
1092
+ },
1093
+ {
1094
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
1095
+ "shape": [
1096
+ 8,
1097
+ 1024
1098
+ ],
1099
+ "offset": 1007616,
1100
+ "numel": 8192
1101
+ },
1102
+ {
1103
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
1104
+ "shape": [
1105
+ 1024,
1106
+ 8
1107
+ ],
1108
+ "offset": 1015808,
1109
+ "numel": 8192
1110
+ },
1111
+ {
1112
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
1113
+ "shape": [
1114
+ 8,
1115
+ 1024
1116
+ ],
1117
+ "offset": 1024000,
1118
+ "numel": 8192
1119
+ },
1120
+ {
1121
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1122
+ "shape": [
1123
+ 1024,
1124
+ 8
1125
+ ],
1126
+ "offset": 1032192,
1127
+ "numel": 8192
1128
+ },
1129
+ {
1130
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1131
+ "shape": [
1132
+ 8,
1133
+ 2048
1134
+ ],
1135
+ "offset": 1040384,
1136
+ "numel": 16384
1137
+ },
1138
+ {
1139
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1140
+ "shape": [
1141
+ 1024,
1142
+ 8
1143
+ ],
1144
+ "offset": 1056768,
1145
+ "numel": 8192
1146
+ },
1147
+ {
1148
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1149
+ "shape": [
1150
+ 8,
1151
+ 1024
1152
+ ],
1153
+ "offset": 1064960,
1154
+ "numel": 8192
1155
+ },
1156
+ {
1157
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1158
+ "shape": [
1159
+ 2048,
1160
+ 8
1161
+ ],
1162
+ "offset": 1073152,
1163
+ "numel": 16384
1164
+ },
1165
+ {
1166
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1167
+ "shape": [
1168
+ 8,
1169
+ 1024
1170
+ ],
1171
+ "offset": 1089536,
1172
+ "numel": 8192
1173
+ },
1174
+ {
1175
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1176
+ "shape": [
1177
+ 1024,
1178
+ 8
1179
+ ],
1180
+ "offset": 1097728,
1181
+ "numel": 8192
1182
+ },
1183
+ {
1184
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1185
+ "shape": [
1186
+ 8,
1187
+ 1024
1188
+ ],
1189
+ "offset": 1105920,
1190
+ "numel": 8192
1191
+ },
1192
+ {
1193
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1194
+ "shape": [
1195
+ 1024,
1196
+ 8
1197
+ ],
1198
+ "offset": 1114112,
1199
+ "numel": 8192
1200
+ },
1201
+ {
1202
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1203
+ "shape": [
1204
+ 8,
1205
+ 2048
1206
+ ],
1207
+ "offset": 1122304,
1208
+ "numel": 16384
1209
+ },
1210
+ {
1211
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1212
+ "shape": [
1213
+ 1024,
1214
+ 8
1215
+ ],
1216
+ "offset": 1138688,
1217
+ "numel": 8192
1218
+ },
1219
+ {
1220
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1221
+ "shape": [
1222
+ 8,
1223
+ 1024
1224
+ ],
1225
+ "offset": 1146880,
1226
+ "numel": 8192
1227
+ },
1228
+ {
1229
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1230
+ "shape": [
1231
+ 2048,
1232
+ 8
1233
+ ],
1234
+ "offset": 1155072,
1235
+ "numel": 16384
1236
+ },
1237
+ {
1238
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1239
+ "shape": [
1240
+ 8,
1241
+ 1024
1242
+ ],
1243
+ "offset": 1171456,
1244
+ "numel": 8192
1245
+ },
1246
+ {
1247
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1248
+ "shape": [
1249
+ 1024,
1250
+ 8
1251
+ ],
1252
+ "offset": 1179648,
1253
+ "numel": 8192
1254
+ },
1255
+ {
1256
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1257
+ "shape": [
1258
+ 8,
1259
+ 1024
1260
+ ],
1261
+ "offset": 1187840,
1262
+ "numel": 8192
1263
+ },
1264
+ {
1265
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1266
+ "shape": [
1267
+ 1024,
1268
+ 8
1269
+ ],
1270
+ "offset": 1196032,
1271
+ "numel": 8192
1272
+ },
1273
+ {
1274
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1275
+ "shape": [
1276
+ 8,
1277
+ 2048
1278
+ ],
1279
+ "offset": 1204224,
1280
+ "numel": 16384
1281
+ },
1282
+ {
1283
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1284
+ "shape": [
1285
+ 1024,
1286
+ 8
1287
+ ],
1288
+ "offset": 1220608,
1289
+ "numel": 8192
1290
+ },
1291
+ {
1292
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1293
+ "shape": [
1294
+ 8,
1295
+ 1024
1296
+ ],
1297
+ "offset": 1228800,
1298
+ "numel": 8192
1299
+ },
1300
+ {
1301
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1302
+ "shape": [
1303
+ 2048,
1304
+ 8
1305
+ ],
1306
+ "offset": 1236992,
1307
+ "numel": 16384
1308
+ },
1309
+ {
1310
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1311
+ "shape": [
1312
+ 8,
1313
+ 1024
1314
+ ],
1315
+ "offset": 1253376,
1316
+ "numel": 8192
1317
+ },
1318
+ {
1319
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1320
+ "shape": [
1321
+ 1024,
1322
+ 8
1323
+ ],
1324
+ "offset": 1261568,
1325
+ "numel": 8192
1326
+ },
1327
+ {
1328
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1329
+ "shape": [
1330
+ 8,
1331
+ 1024
1332
+ ],
1333
+ "offset": 1269760,
1334
+ "numel": 8192
1335
+ },
1336
+ {
1337
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1338
+ "shape": [
1339
+ 1024,
1340
+ 8
1341
+ ],
1342
+ "offset": 1277952,
1343
+ "numel": 8192
1344
+ },
1345
+ {
1346
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1347
+ "shape": [
1348
+ 8,
1349
+ 2048
1350
+ ],
1351
+ "offset": 1286144,
1352
+ "numel": 16384
1353
+ },
1354
+ {
1355
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1356
+ "shape": [
1357
+ 1024,
1358
+ 8
1359
+ ],
1360
+ "offset": 1302528,
1361
+ "numel": 8192
1362
+ },
1363
+ {
1364
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1365
+ "shape": [
1366
+ 8,
1367
+ 1024
1368
+ ],
1369
+ "offset": 1310720,
1370
+ "numel": 8192
1371
+ },
1372
+ {
1373
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1374
+ "shape": [
1375
+ 2048,
1376
+ 8
1377
+ ],
1378
+ "offset": 1318912,
1379
+ "numel": 16384
1380
+ },
1381
+ {
1382
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1383
+ "shape": [
1384
+ 8,
1385
+ 1024
1386
+ ],
1387
+ "offset": 1335296,
1388
+ "numel": 8192
1389
+ },
1390
+ {
1391
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1392
+ "shape": [
1393
+ 1024,
1394
+ 8
1395
+ ],
1396
+ "offset": 1343488,
1397
+ "numel": 8192
1398
+ },
1399
+ {
1400
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1401
+ "shape": [
1402
+ 8,
1403
+ 1024
1404
+ ],
1405
+ "offset": 1351680,
1406
+ "numel": 8192
1407
+ },
1408
+ {
1409
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1410
+ "shape": [
1411
+ 1024,
1412
+ 8
1413
+ ],
1414
+ "offset": 1359872,
1415
+ "numel": 8192
1416
+ },
1417
+ {
1418
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1419
+ "shape": [
1420
+ 8,
1421
+ 2048
1422
+ ],
1423
+ "offset": 1368064,
1424
+ "numel": 16384
1425
+ },
1426
+ {
1427
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1428
+ "shape": [
1429
+ 1024,
1430
+ 8
1431
+ ],
1432
+ "offset": 1384448,
1433
+ "numel": 8192
1434
+ },
1435
+ {
1436
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1437
+ "shape": [
1438
+ 8,
1439
+ 1024
1440
+ ],
1441
+ "offset": 1392640,
1442
+ "numel": 8192
1443
+ },
1444
+ {
1445
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1446
+ "shape": [
1447
+ 2048,
1448
+ 8
1449
+ ],
1450
+ "offset": 1400832,
1451
+ "numel": 16384
1452
+ },
1453
+ {
1454
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1455
+ "shape": [
1456
+ 8,
1457
+ 1024
1458
+ ],
1459
+ "offset": 1417216,
1460
+ "numel": 8192
1461
+ },
1462
+ {
1463
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1464
+ "shape": [
1465
+ 1024,
1466
+ 8
1467
+ ],
1468
+ "offset": 1425408,
1469
+ "numel": 8192
1470
+ },
1471
+ {
1472
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1473
+ "shape": [
1474
+ 8,
1475
+ 1024
1476
+ ],
1477
+ "offset": 1433600,
1478
+ "numel": 8192
1479
+ },
1480
+ {
1481
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1482
+ "shape": [
1483
+ 1024,
1484
+ 8
1485
+ ],
1486
+ "offset": 1441792,
1487
+ "numel": 8192
1488
+ },
1489
+ {
1490
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1491
+ "shape": [
1492
+ 8,
1493
+ 2048
1494
+ ],
1495
+ "offset": 1449984,
1496
+ "numel": 16384
1497
+ },
1498
+ {
1499
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1500
+ "shape": [
1501
+ 1024,
1502
+ 8
1503
+ ],
1504
+ "offset": 1466368,
1505
+ "numel": 8192
1506
+ },
1507
+ {
1508
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1509
+ "shape": [
1510
+ 8,
1511
+ 1024
1512
+ ],
1513
+ "offset": 1474560,
1514
+ "numel": 8192
1515
+ },
1516
+ {
1517
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1518
+ "shape": [
1519
+ 2048,
1520
+ 8
1521
+ ],
1522
+ "offset": 1482752,
1523
+ "numel": 16384
1524
+ },
1525
+ {
1526
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1527
+ "shape": [
1528
+ 8,
1529
+ 1024
1530
+ ],
1531
+ "offset": 1499136,
1532
+ "numel": 8192
1533
+ },
1534
+ {
1535
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1536
+ "shape": [
1537
+ 1024,
1538
+ 8
1539
+ ],
1540
+ "offset": 1507328,
1541
+ "numel": 8192
1542
+ },
1543
+ {
1544
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1545
+ "shape": [
1546
+ 8,
1547
+ 1024
1548
+ ],
1549
+ "offset": 1515520,
1550
+ "numel": 8192
1551
+ },
1552
+ {
1553
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1554
+ "shape": [
1555
+ 1024,
1556
+ 8
1557
+ ],
1558
+ "offset": 1523712,
1559
+ "numel": 8192
1560
+ },
1561
+ {
1562
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1563
+ "shape": [
1564
+ 8,
1565
+ 2048
1566
+ ],
1567
+ "offset": 1531904,
1568
+ "numel": 16384
1569
+ },
1570
+ {
1571
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1572
+ "shape": [
1573
+ 1024,
1574
+ 8
1575
+ ],
1576
+ "offset": 1548288,
1577
+ "numel": 8192
1578
+ },
1579
+ {
1580
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1581
+ "shape": [
1582
+ 8,
1583
+ 1024
1584
+ ],
1585
+ "offset": 1556480,
1586
+ "numel": 8192
1587
+ },
1588
+ {
1589
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1590
+ "shape": [
1591
+ 2048,
1592
+ 8
1593
+ ],
1594
+ "offset": 1564672,
1595
+ "numel": 16384
1596
+ },
1597
+ {
1598
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1599
+ "shape": [
1600
+ 8,
1601
+ 1024
1602
+ ],
1603
+ "offset": 1581056,
1604
+ "numel": 8192
1605
+ },
1606
+ {
1607
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1608
+ "shape": [
1609
+ 1024,
1610
+ 8
1611
+ ],
1612
+ "offset": 1589248,
1613
+ "numel": 8192
1614
+ },
1615
+ {
1616
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1617
+ "shape": [
1618
+ 8,
1619
+ 1024
1620
+ ],
1621
+ "offset": 1597440,
1622
+ "numel": 8192
1623
+ },
1624
+ {
1625
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1626
+ "shape": [
1627
+ 1024,
1628
+ 8
1629
+ ],
1630
+ "offset": 1605632,
1631
+ "numel": 8192
1632
+ },
1633
+ {
1634
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1635
+ "shape": [
1636
+ 8,
1637
+ 2048
1638
+ ],
1639
+ "offset": 1613824,
1640
+ "numel": 16384
1641
+ },
1642
+ {
1643
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1644
+ "shape": [
1645
+ 1024,
1646
+ 8
1647
+ ],
1648
+ "offset": 1630208,
1649
+ "numel": 8192
1650
+ },
1651
+ {
1652
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1653
+ "shape": [
1654
+ 8,
1655
+ 1024
1656
+ ],
1657
+ "offset": 1638400,
1658
+ "numel": 8192
1659
+ },
1660
+ {
1661
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1662
+ "shape": [
1663
+ 2048,
1664
+ 8
1665
+ ],
1666
+ "offset": 1646592,
1667
+ "numel": 16384
1668
+ },
1669
+ {
1670
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1671
+ "shape": [
1672
+ 8,
1673
+ 1024
1674
+ ],
1675
+ "offset": 1662976,
1676
+ "numel": 8192
1677
+ },
1678
+ {
1679
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1680
+ "shape": [
1681
+ 1024,
1682
+ 8
1683
+ ],
1684
+ "offset": 1671168,
1685
+ "numel": 8192
1686
+ },
1687
+ {
1688
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1689
+ "shape": [
1690
+ 8,
1691
+ 1024
1692
+ ],
1693
+ "offset": 1679360,
1694
+ "numel": 8192
1695
+ },
1696
+ {
1697
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1698
+ "shape": [
1699
+ 1024,
1700
+ 8
1701
+ ],
1702
+ "offset": 1687552,
1703
+ "numel": 8192
1704
+ },
1705
+ {
1706
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1707
+ "shape": [
1708
+ 8,
1709
+ 2048
1710
+ ],
1711
+ "offset": 1695744,
1712
+ "numel": 16384
1713
+ },
1714
+ {
1715
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1716
+ "shape": [
1717
+ 1024,
1718
+ 8
1719
+ ],
1720
+ "offset": 1712128,
1721
+ "numel": 8192
1722
+ },
1723
+ {
1724
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1725
+ "shape": [
1726
+ 8,
1727
+ 1024
1728
+ ],
1729
+ "offset": 1720320,
1730
+ "numel": 8192
1731
+ },
1732
+ {
1733
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1734
+ "shape": [
1735
+ 2048,
1736
+ 8
1737
+ ],
1738
+ "offset": 1728512,
1739
+ "numel": 16384
1740
+ },
1741
+ {
1742
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1743
+ "shape": [
1744
+ 8,
1745
+ 1024
1746
+ ],
1747
+ "offset": 1744896,
1748
+ "numel": 8192
1749
+ },
1750
+ {
1751
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1752
+ "shape": [
1753
+ 1024,
1754
+ 8
1755
+ ],
1756
+ "offset": 1753088,
1757
+ "numel": 8192
1758
+ },
1759
+ {
1760
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1761
+ "shape": [
1762
+ 8,
1763
+ 1024
1764
+ ],
1765
+ "offset": 1761280,
1766
+ "numel": 8192
1767
+ },
1768
+ {
1769
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1770
+ "shape": [
1771
+ 1024,
1772
+ 8
1773
+ ],
1774
+ "offset": 1769472,
1775
+ "numel": 8192
1776
+ },
1777
+ {
1778
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1779
+ "shape": [
1780
+ 8,
1781
+ 2048
1782
+ ],
1783
+ "offset": 1777664,
1784
+ "numel": 16384
1785
+ },
1786
+ {
1787
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1788
+ "shape": [
1789
+ 1024,
1790
+ 8
1791
+ ],
1792
+ "offset": 1794048,
1793
+ "numel": 8192
1794
+ },
1795
+ {
1796
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1797
+ "shape": [
1798
+ 8,
1799
+ 1024
1800
+ ],
1801
+ "offset": 1802240,
1802
+ "numel": 8192
1803
+ },
1804
+ {
1805
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1806
+ "shape": [
1807
+ 2048,
1808
+ 8
1809
+ ],
1810
+ "offset": 1810432,
1811
+ "numel": 16384
1812
+ },
1813
+ {
1814
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1815
+ "shape": [
1816
+ 8,
1817
+ 1024
1818
+ ],
1819
+ "offset": 1826816,
1820
+ "numel": 8192
1821
+ },
1822
+ {
1823
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1824
+ "shape": [
1825
+ 1024,
1826
+ 8
1827
+ ],
1828
+ "offset": 1835008,
1829
+ "numel": 8192
1830
+ },
1831
+ {
1832
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1833
+ "shape": [
1834
+ 8,
1835
+ 1024
1836
+ ],
1837
+ "offset": 1843200,
1838
+ "numel": 8192
1839
+ },
1840
+ {
1841
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1842
+ "shape": [
1843
+ 1024,
1844
+ 8
1845
+ ],
1846
+ "offset": 1851392,
1847
+ "numel": 8192
1848
+ },
1849
+ {
1850
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1851
+ "shape": [
1852
+ 8,
1853
+ 2048
1854
+ ],
1855
+ "offset": 1859584,
1856
+ "numel": 16384
1857
+ },
1858
+ {
1859
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1860
+ "shape": [
1861
+ 1024,
1862
+ 8
1863
+ ],
1864
+ "offset": 1875968,
1865
+ "numel": 8192
1866
+ },
1867
+ {
1868
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1869
+ "shape": [
1870
+ 8,
1871
+ 1024
1872
+ ],
1873
+ "offset": 1884160,
1874
+ "numel": 8192
1875
+ },
1876
+ {
1877
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1878
+ "shape": [
1879
+ 2048,
1880
+ 8
1881
+ ],
1882
+ "offset": 1892352,
1883
+ "numel": 16384
1884
+ },
1885
+ {
1886
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1887
+ "shape": [
1888
+ 8,
1889
+ 1024
1890
+ ],
1891
+ "offset": 1908736,
1892
+ "numel": 8192
1893
+ },
1894
+ {
1895
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1896
+ "shape": [
1897
+ 1024,
1898
+ 8
1899
+ ],
1900
+ "offset": 1916928,
1901
+ "numel": 8192
1902
+ },
1903
+ {
1904
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1905
+ "shape": [
1906
+ 8,
1907
+ 1024
1908
+ ],
1909
+ "offset": 1925120,
1910
+ "numel": 8192
1911
+ },
1912
+ {
1913
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1914
+ "shape": [
1915
+ 1024,
1916
+ 8
1917
+ ],
1918
+ "offset": 1933312,
1919
+ "numel": 8192
1920
+ },
1921
+ {
1922
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1923
+ "shape": [
1924
+ 8,
1925
+ 2048
1926
+ ],
1927
+ "offset": 1941504,
1928
+ "numel": 16384
1929
+ },
1930
+ {
1931
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1932
+ "shape": [
1933
+ 1024,
1934
+ 8
1935
+ ],
1936
+ "offset": 1957888,
1937
+ "numel": 8192
1938
+ },
1939
+ {
1940
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1941
+ "shape": [
1942
+ 8,
1943
+ 1024
1944
+ ],
1945
+ "offset": 1966080,
1946
+ "numel": 8192
1947
+ },
1948
+ {
1949
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1950
+ "shape": [
1951
+ 2048,
1952
+ 8
1953
+ ],
1954
+ "offset": 1974272,
1955
+ "numel": 16384
1956
+ },
1957
+ {
1958
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1959
+ "shape": [
1960
+ 8,
1961
+ 1024
1962
+ ],
1963
+ "offset": 1990656,
1964
+ "numel": 8192
1965
+ },
1966
+ {
1967
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1968
+ "shape": [
1969
+ 1024,
1970
+ 8
1971
+ ],
1972
+ "offset": 1998848,
1973
+ "numel": 8192
1974
+ },
1975
+ {
1976
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1977
+ "shape": [
1978
+ 8,
1979
+ 1024
1980
+ ],
1981
+ "offset": 2007040,
1982
+ "numel": 8192
1983
+ },
1984
+ {
1985
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1986
+ "shape": [
1987
+ 1024,
1988
+ 8
1989
+ ],
1990
+ "offset": 2015232,
1991
+ "numel": 8192
1992
+ },
1993
+ {
1994
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1995
+ "shape": [
1996
+ 8,
1997
+ 2048
1998
+ ],
1999
+ "offset": 2023424,
2000
+ "numel": 16384
2001
+ },
2002
+ {
2003
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
2004
+ "shape": [
2005
+ 1024,
2006
+ 8
2007
+ ],
2008
+ "offset": 2039808,
2009
+ "numel": 8192
2010
+ },
2011
+ {
2012
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
2013
+ "shape": [
2014
+ 8,
2015
+ 1024
2016
+ ],
2017
+ "offset": 2048000,
2018
+ "numel": 8192
2019
+ },
2020
+ {
2021
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
2022
+ "shape": [
2023
+ 2048,
2024
+ 8
2025
+ ],
2026
+ "offset": 2056192,
2027
+ "numel": 16384
2028
+ },
2029
+ {
2030
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
2031
+ "shape": [
2032
+ 8,
2033
+ 1024
2034
+ ],
2035
+ "offset": 2072576,
2036
+ "numel": 8192
2037
+ },
2038
+ {
2039
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
2040
+ "shape": [
2041
+ 1024,
2042
+ 8
2043
+ ],
2044
+ "offset": 2080768,
2045
+ "numel": 8192
2046
+ },
2047
+ {
2048
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
2049
+ "shape": [
2050
+ 8,
2051
+ 1024
2052
+ ],
2053
+ "offset": 2088960,
2054
+ "numel": 8192
2055
+ },
2056
+ {
2057
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
2058
+ "shape": [
2059
+ 1024,
2060
+ 8
2061
+ ],
2062
+ "offset": 2097152,
2063
+ "numel": 8192
2064
+ },
2065
+ {
2066
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
2067
+ "shape": [
2068
+ 8,
2069
+ 2048
2070
+ ],
2071
+ "offset": 2105344,
2072
+ "numel": 16384
2073
+ },
2074
+ {
2075
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
2076
+ "shape": [
2077
+ 1024,
2078
+ 8
2079
+ ],
2080
+ "offset": 2121728,
2081
+ "numel": 8192
2082
+ },
2083
+ {
2084
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
2085
+ "shape": [
2086
+ 8,
2087
+ 1024
2088
+ ],
2089
+ "offset": 2129920,
2090
+ "numel": 8192
2091
+ },
2092
+ {
2093
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
2094
+ "shape": [
2095
+ 2048,
2096
+ 8
2097
+ ],
2098
+ "offset": 2138112,
2099
+ "numel": 16384
2100
+ },
2101
+ {
2102
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
2103
+ "shape": [
2104
+ 8,
2105
+ 1024
2106
+ ],
2107
+ "offset": 2154496,
2108
+ "numel": 8192
2109
+ },
2110
+ {
2111
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
2112
+ "shape": [
2113
+ 1024,
2114
+ 8
2115
+ ],
2116
+ "offset": 2162688,
2117
+ "numel": 8192
2118
+ },
2119
+ {
2120
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2121
+ "shape": [
2122
+ 8,
2123
+ 1024
2124
+ ],
2125
+ "offset": 2170880,
2126
+ "numel": 8192
2127
+ },
2128
+ {
2129
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2130
+ "shape": [
2131
+ 1024,
2132
+ 8
2133
+ ],
2134
+ "offset": 2179072,
2135
+ "numel": 8192
2136
+ },
2137
+ {
2138
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2139
+ "shape": [
2140
+ 8,
2141
+ 2048
2142
+ ],
2143
+ "offset": 2187264,
2144
+ "numel": 16384
2145
+ },
2146
+ {
2147
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2148
+ "shape": [
2149
+ 1024,
2150
+ 8
2151
+ ],
2152
+ "offset": 2203648,
2153
+ "numel": 8192
2154
+ },
2155
+ {
2156
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2157
+ "shape": [
2158
+ 8,
2159
+ 1024
2160
+ ],
2161
+ "offset": 2211840,
2162
+ "numel": 8192
2163
+ },
2164
+ {
2165
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2166
+ "shape": [
2167
+ 2048,
2168
+ 8
2169
+ ],
2170
+ "offset": 2220032,
2171
+ "numel": 16384
2172
+ },
2173
+ {
2174
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2175
+ "shape": [
2176
+ 8,
2177
+ 1024
2178
+ ],
2179
+ "offset": 2236416,
2180
+ "numel": 8192
2181
+ },
2182
+ {
2183
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2184
+ "shape": [
2185
+ 1024,
2186
+ 8
2187
+ ],
2188
+ "offset": 2244608,
2189
+ "numel": 8192
2190
+ },
2191
+ {
2192
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2193
+ "shape": [
2194
+ 8,
2195
+ 1024
2196
+ ],
2197
+ "offset": 2252800,
2198
+ "numel": 8192
2199
+ },
2200
+ {
2201
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2202
+ "shape": [
2203
+ 1024,
2204
+ 8
2205
+ ],
2206
+ "offset": 2260992,
2207
+ "numel": 8192
2208
+ },
2209
+ {
2210
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2211
+ "shape": [
2212
+ 8,
2213
+ 2048
2214
+ ],
2215
+ "offset": 2269184,
2216
+ "numel": 16384
2217
+ },
2218
+ {
2219
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2220
+ "shape": [
2221
+ 1024,
2222
+ 8
2223
+ ],
2224
+ "offset": 2285568,
2225
+ "numel": 8192
2226
+ }
2227
+ ],
2228
+ "config": {
2229
+ "run_id": "e2_l2_gsm8k_wd1_s17",
2230
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2231
+ "task": "gsm8k",
2232
+ "seq_len": 512,
2233
+ "batch_size": 8,
2234
+ "grad_accum": 1,
2235
+ "max_steps": 5000,
2236
+ "lora_r": 8,
2237
+ "lora_alpha": null,
2238
+ "targets": [
2239
+ "q_proj",
2240
+ "k_proj",
2241
+ "v_proj",
2242
+ "o_proj"
2243
+ ],
2244
+ "optimizer": "adamw",
2245
+ "lr": 0.0002,
2246
+ "weight_decay": 1.0,
2247
+ "betas": [
2248
+ 0.9,
2249
+ 0.999
2250
+ ],
2251
+ "momentum": 0.0,
2252
+ "adam_eps": 1e-08,
2253
+ "grad_clip": 1.0,
2254
+ "snapshot_every": 25,
2255
+ "probe_every": 50,
2256
+ "eval_every": 100,
2257
+ "eval_batches": 8,
2258
+ "seed": 17,
2259
+ "data_seed": 17,
2260
+ "warm_start": null,
2261
+ "gauge_transform": "none",
2262
+ "gauge_c": 4.0,
2263
+ "gauge_seed": 0,
2264
+ "save_warm_at": null,
2265
+ "device": "auto",
2266
+ "base_dtype": "auto",
2267
+ "out_root": "runs"
2268
+ },
2269
+ "module_order": [
2270
+ "base_model.model.model.layers.0.self_attn.k_proj",
2271
+ "base_model.model.model.layers.0.self_attn.o_proj",
2272
+ "base_model.model.model.layers.0.self_attn.q_proj",
2273
+ "base_model.model.model.layers.0.self_attn.v_proj",
2274
+ "base_model.model.model.layers.1.self_attn.k_proj",
2275
+ "base_model.model.model.layers.1.self_attn.o_proj",
2276
+ "base_model.model.model.layers.1.self_attn.q_proj",
2277
+ "base_model.model.model.layers.1.self_attn.v_proj",
2278
+ "base_model.model.model.layers.10.self_attn.k_proj",
2279
+ "base_model.model.model.layers.10.self_attn.o_proj",
2280
+ "base_model.model.model.layers.10.self_attn.q_proj",
2281
+ "base_model.model.model.layers.10.self_attn.v_proj",
2282
+ "base_model.model.model.layers.11.self_attn.k_proj",
2283
+ "base_model.model.model.layers.11.self_attn.o_proj",
2284
+ "base_model.model.model.layers.11.self_attn.q_proj",
2285
+ "base_model.model.model.layers.11.self_attn.v_proj",
2286
+ "base_model.model.model.layers.12.self_attn.k_proj",
2287
+ "base_model.model.model.layers.12.self_attn.o_proj",
2288
+ "base_model.model.model.layers.12.self_attn.q_proj",
2289
+ "base_model.model.model.layers.12.self_attn.v_proj",
2290
+ "base_model.model.model.layers.13.self_attn.k_proj",
2291
+ "base_model.model.model.layers.13.self_attn.o_proj",
2292
+ "base_model.model.model.layers.13.self_attn.q_proj",
2293
+ "base_model.model.model.layers.13.self_attn.v_proj",
2294
+ "base_model.model.model.layers.14.self_attn.k_proj",
2295
+ "base_model.model.model.layers.14.self_attn.o_proj",
2296
+ "base_model.model.model.layers.14.self_attn.q_proj",
2297
+ "base_model.model.model.layers.14.self_attn.v_proj",
2298
+ "base_model.model.model.layers.15.self_attn.k_proj",
2299
+ "base_model.model.model.layers.15.self_attn.o_proj",
2300
+ "base_model.model.model.layers.15.self_attn.q_proj",
2301
+ "base_model.model.model.layers.15.self_attn.v_proj",
2302
+ "base_model.model.model.layers.16.self_attn.k_proj",
2303
+ "base_model.model.model.layers.16.self_attn.o_proj",
2304
+ "base_model.model.model.layers.16.self_attn.q_proj",
2305
+ "base_model.model.model.layers.16.self_attn.v_proj",
2306
+ "base_model.model.model.layers.17.self_attn.k_proj",
2307
+ "base_model.model.model.layers.17.self_attn.o_proj",
2308
+ "base_model.model.model.layers.17.self_attn.q_proj",
2309
+ "base_model.model.model.layers.17.self_attn.v_proj",
2310
+ "base_model.model.model.layers.18.self_attn.k_proj",
2311
+ "base_model.model.model.layers.18.self_attn.o_proj",
2312
+ "base_model.model.model.layers.18.self_attn.q_proj",
2313
+ "base_model.model.model.layers.18.self_attn.v_proj",
2314
+ "base_model.model.model.layers.19.self_attn.k_proj",
2315
+ "base_model.model.model.layers.19.self_attn.o_proj",
2316
+ "base_model.model.model.layers.19.self_attn.q_proj",
2317
+ "base_model.model.model.layers.19.self_attn.v_proj",
2318
+ "base_model.model.model.layers.2.self_attn.k_proj",
2319
+ "base_model.model.model.layers.2.self_attn.o_proj",
2320
+ "base_model.model.model.layers.2.self_attn.q_proj",
2321
+ "base_model.model.model.layers.2.self_attn.v_proj",
2322
+ "base_model.model.model.layers.20.self_attn.k_proj",
2323
+ "base_model.model.model.layers.20.self_attn.o_proj",
2324
+ "base_model.model.model.layers.20.self_attn.q_proj",
2325
+ "base_model.model.model.layers.20.self_attn.v_proj",
2326
+ "base_model.model.model.layers.21.self_attn.k_proj",
2327
+ "base_model.model.model.layers.21.self_attn.o_proj",
2328
+ "base_model.model.model.layers.21.self_attn.q_proj",
2329
+ "base_model.model.model.layers.21.self_attn.v_proj",
2330
+ "base_model.model.model.layers.22.self_attn.k_proj",
2331
+ "base_model.model.model.layers.22.self_attn.o_proj",
2332
+ "base_model.model.model.layers.22.self_attn.q_proj",
2333
+ "base_model.model.model.layers.22.self_attn.v_proj",
2334
+ "base_model.model.model.layers.23.self_attn.k_proj",
2335
+ "base_model.model.model.layers.23.self_attn.o_proj",
2336
+ "base_model.model.model.layers.23.self_attn.q_proj",
2337
+ "base_model.model.model.layers.23.self_attn.v_proj",
2338
+ "base_model.model.model.layers.24.self_attn.k_proj",
2339
+ "base_model.model.model.layers.24.self_attn.o_proj",
2340
+ "base_model.model.model.layers.24.self_attn.q_proj",
2341
+ "base_model.model.model.layers.24.self_attn.v_proj",
2342
+ "base_model.model.model.layers.25.self_attn.k_proj",
2343
+ "base_model.model.model.layers.25.self_attn.o_proj",
2344
+ "base_model.model.model.layers.25.self_attn.q_proj",
2345
+ "base_model.model.model.layers.25.self_attn.v_proj",
2346
+ "base_model.model.model.layers.26.self_attn.k_proj",
2347
+ "base_model.model.model.layers.26.self_attn.o_proj",
2348
+ "base_model.model.model.layers.26.self_attn.q_proj",
2349
+ "base_model.model.model.layers.26.self_attn.v_proj",
2350
+ "base_model.model.model.layers.27.self_attn.k_proj",
2351
+ "base_model.model.model.layers.27.self_attn.o_proj",
2352
+ "base_model.model.model.layers.27.self_attn.q_proj",
2353
+ "base_model.model.model.layers.27.self_attn.v_proj",
2354
+ "base_model.model.model.layers.3.self_attn.k_proj",
2355
+ "base_model.model.model.layers.3.self_attn.o_proj",
2356
+ "base_model.model.model.layers.3.self_attn.q_proj",
2357
+ "base_model.model.model.layers.3.self_attn.v_proj",
2358
+ "base_model.model.model.layers.4.self_attn.k_proj",
2359
+ "base_model.model.model.layers.4.self_attn.o_proj",
2360
+ "base_model.model.model.layers.4.self_attn.q_proj",
2361
+ "base_model.model.model.layers.4.self_attn.v_proj",
2362
+ "base_model.model.model.layers.5.self_attn.k_proj",
2363
+ "base_model.model.model.layers.5.self_attn.o_proj",
2364
+ "base_model.model.model.layers.5.self_attn.q_proj",
2365
+ "base_model.model.model.layers.5.self_attn.v_proj",
2366
+ "base_model.model.model.layers.6.self_attn.k_proj",
2367
+ "base_model.model.model.layers.6.self_attn.o_proj",
2368
+ "base_model.model.model.layers.6.self_attn.q_proj",
2369
+ "base_model.model.model.layers.6.self_attn.v_proj",
2370
+ "base_model.model.model.layers.7.self_attn.k_proj",
2371
+ "base_model.model.model.layers.7.self_attn.o_proj",
2372
+ "base_model.model.model.layers.7.self_attn.q_proj",
2373
+ "base_model.model.model.layers.7.self_attn.v_proj",
2374
+ "base_model.model.model.layers.8.self_attn.k_proj",
2375
+ "base_model.model.model.layers.8.self_attn.o_proj",
2376
+ "base_model.model.model.layers.8.self_attn.q_proj",
2377
+ "base_model.model.model.layers.8.self_attn.v_proj",
2378
+ "base_model.model.model.layers.9.self_attn.k_proj",
2379
+ "base_model.model.model.layers.9.self_attn.o_proj",
2380
+ "base_model.model.model.layers.9.self_attn.q_proj",
2381
+ "base_model.model.model.layers.9.self_attn.v_proj"
2382
+ ],
2383
+ "scale": 2.0,
2384
+ "start_step": 0,
2385
+ "torch": "2.7.1+cu128",
2386
+ "device": "cuda",
2387
+ "base_dtype": "torch.bfloat16"
2388
+ }
e2/e2_l2_gsm8k_wd1_s17/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7232cfe5e4de88950cfd77bfcb1aa6e1ec88d12ea532577e5c652ba49162af24
3
+ size 2070354
e2/e2_l2_gsm8k_wd1_s17/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef6bd86ca64182256021d4f9236b11f1e519dc92117838252aa4be5f9e223d8
3
+ size 846508575
e2/e2_o1_gsm8k_s18/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_o1_gsm8k_s18",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 800,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 10,
28
+ "probe_every": 10,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 18,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_o1_gsm8k_s18/log.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 4498.94it/s]
5
+ [e2_o1_gsm8k_s18] step 50/800 loss 0.4830 (41s)
6
+ [e2_o1_gsm8k_s18] step 100/800 loss 0.4376 (79s)
7
+ [e2_o1_gsm8k_s18] step 150/800 loss 0.4378 (116s)
8
+ [e2_o1_gsm8k_s18] step 200/800 loss 0.4150 (154s)
9
+ [e2_o1_gsm8k_s18] step 250/800 loss 0.4174 (190s)
10
+ [e2_o1_gsm8k_s18] step 300/800 loss 0.4199 (228s)
11
+ [e2_o1_gsm8k_s18] step 350/800 loss 0.4325 (264s)
12
+ [e2_o1_gsm8k_s18] step 400/800 loss 0.4347 (302s)
13
+ [e2_o1_gsm8k_s18] step 450/800 loss 0.4422 (338s)
14
+ [e2_o1_gsm8k_s18] step 500/800 loss 0.4081 (376s)
15
+ [e2_o1_gsm8k_s18] step 550/800 loss 0.4218 (412s)
16
+ [e2_o1_gsm8k_s18] step 600/800 loss 0.4145 (450s)
17
+ [e2_o1_gsm8k_s18] step 650/800 loss 0.4017 (486s)
18
+ [e2_o1_gsm8k_s18] step 700/800 loss 0.4161 (524s)
19
+ [e2_o1_gsm8k_s18] step 750/800 loss 0.4006 (560s)
20
+ [e2_o1_gsm8k_s18] step 800/800 loss 0.4076 (598s)
21
+ [e2_o1_gsm8k_s18] DONE in 598s -> runs/e2_o1_gsm8k_s18
e2/e2_o1_gsm8k_s18/meta.json ADDED
@@ -0,0 +1,2268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 81,
3
+ "max_states": 84,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 10,
10
+ 20,
11
+ 30,
12
+ 40,
13
+ 50,
14
+ 60,
15
+ 70,
16
+ 80,
17
+ 90,
18
+ 100,
19
+ 110,
20
+ 120,
21
+ 130,
22
+ 140,
23
+ 150,
24
+ 160,
25
+ 170,
26
+ 180,
27
+ 190,
28
+ 200,
29
+ 210,
30
+ 220,
31
+ 230,
32
+ 240,
33
+ 250,
34
+ 260,
35
+ 270,
36
+ 280,
37
+ 290,
38
+ 300,
39
+ 310,
40
+ 320,
41
+ 330,
42
+ 340,
43
+ 350,
44
+ 360,
45
+ 370,
46
+ 380,
47
+ 390,
48
+ 400,
49
+ 410,
50
+ 420,
51
+ 430,
52
+ 440,
53
+ 450,
54
+ 460,
55
+ 470,
56
+ 480,
57
+ 490,
58
+ 500,
59
+ 510,
60
+ 520,
61
+ 530,
62
+ 540,
63
+ 550,
64
+ 560,
65
+ 570,
66
+ 580,
67
+ 590,
68
+ 600,
69
+ 610,
70
+ 620,
71
+ 630,
72
+ 640,
73
+ 650,
74
+ 660,
75
+ 670,
76
+ 680,
77
+ 690,
78
+ 700,
79
+ 710,
80
+ 720,
81
+ 730,
82
+ 740,
83
+ 750,
84
+ 760,
85
+ 770,
86
+ 780,
87
+ 790,
88
+ 800
89
+ ],
90
+ "param_specs": [
91
+ {
92
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
93
+ "shape": [
94
+ 16,
95
+ 1024
96
+ ],
97
+ "offset": 0,
98
+ "numel": 16384
99
+ },
100
+ {
101
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
102
+ "shape": [
103
+ 2048,
104
+ 16
105
+ ],
106
+ "offset": 16384,
107
+ "numel": 32768
108
+ },
109
+ {
110
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
111
+ "shape": [
112
+ 16,
113
+ 1024
114
+ ],
115
+ "offset": 49152,
116
+ "numel": 16384
117
+ },
118
+ {
119
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
120
+ "shape": [
121
+ 1024,
122
+ 16
123
+ ],
124
+ "offset": 65536,
125
+ "numel": 16384
126
+ },
127
+ {
128
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
129
+ "shape": [
130
+ 16,
131
+ 1024
132
+ ],
133
+ "offset": 81920,
134
+ "numel": 16384
135
+ },
136
+ {
137
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
138
+ "shape": [
139
+ 1024,
140
+ 16
141
+ ],
142
+ "offset": 98304,
143
+ "numel": 16384
144
+ },
145
+ {
146
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
147
+ "shape": [
148
+ 16,
149
+ 2048
150
+ ],
151
+ "offset": 114688,
152
+ "numel": 32768
153
+ },
154
+ {
155
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
156
+ "shape": [
157
+ 1024,
158
+ 16
159
+ ],
160
+ "offset": 147456,
161
+ "numel": 16384
162
+ },
163
+ {
164
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
165
+ "shape": [
166
+ 16,
167
+ 1024
168
+ ],
169
+ "offset": 163840,
170
+ "numel": 16384
171
+ },
172
+ {
173
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
174
+ "shape": [
175
+ 2048,
176
+ 16
177
+ ],
178
+ "offset": 180224,
179
+ "numel": 32768
180
+ },
181
+ {
182
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
183
+ "shape": [
184
+ 16,
185
+ 1024
186
+ ],
187
+ "offset": 212992,
188
+ "numel": 16384
189
+ },
190
+ {
191
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
192
+ "shape": [
193
+ 1024,
194
+ 16
195
+ ],
196
+ "offset": 229376,
197
+ "numel": 16384
198
+ },
199
+ {
200
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
201
+ "shape": [
202
+ 16,
203
+ 1024
204
+ ],
205
+ "offset": 245760,
206
+ "numel": 16384
207
+ },
208
+ {
209
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
210
+ "shape": [
211
+ 1024,
212
+ 16
213
+ ],
214
+ "offset": 262144,
215
+ "numel": 16384
216
+ },
217
+ {
218
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
219
+ "shape": [
220
+ 16,
221
+ 2048
222
+ ],
223
+ "offset": 278528,
224
+ "numel": 32768
225
+ },
226
+ {
227
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
228
+ "shape": [
229
+ 1024,
230
+ 16
231
+ ],
232
+ "offset": 311296,
233
+ "numel": 16384
234
+ },
235
+ {
236
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
237
+ "shape": [
238
+ 16,
239
+ 1024
240
+ ],
241
+ "offset": 327680,
242
+ "numel": 16384
243
+ },
244
+ {
245
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
246
+ "shape": [
247
+ 2048,
248
+ 16
249
+ ],
250
+ "offset": 344064,
251
+ "numel": 32768
252
+ },
253
+ {
254
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
255
+ "shape": [
256
+ 16,
257
+ 1024
258
+ ],
259
+ "offset": 376832,
260
+ "numel": 16384
261
+ },
262
+ {
263
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
264
+ "shape": [
265
+ 1024,
266
+ 16
267
+ ],
268
+ "offset": 393216,
269
+ "numel": 16384
270
+ },
271
+ {
272
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
273
+ "shape": [
274
+ 16,
275
+ 1024
276
+ ],
277
+ "offset": 409600,
278
+ "numel": 16384
279
+ },
280
+ {
281
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
282
+ "shape": [
283
+ 1024,
284
+ 16
285
+ ],
286
+ "offset": 425984,
287
+ "numel": 16384
288
+ },
289
+ {
290
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
291
+ "shape": [
292
+ 16,
293
+ 2048
294
+ ],
295
+ "offset": 442368,
296
+ "numel": 32768
297
+ },
298
+ {
299
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
300
+ "shape": [
301
+ 1024,
302
+ 16
303
+ ],
304
+ "offset": 475136,
305
+ "numel": 16384
306
+ },
307
+ {
308
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
309
+ "shape": [
310
+ 16,
311
+ 1024
312
+ ],
313
+ "offset": 491520,
314
+ "numel": 16384
315
+ },
316
+ {
317
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
318
+ "shape": [
319
+ 2048,
320
+ 16
321
+ ],
322
+ "offset": 507904,
323
+ "numel": 32768
324
+ },
325
+ {
326
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
327
+ "shape": [
328
+ 16,
329
+ 1024
330
+ ],
331
+ "offset": 540672,
332
+ "numel": 16384
333
+ },
334
+ {
335
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
336
+ "shape": [
337
+ 1024,
338
+ 16
339
+ ],
340
+ "offset": 557056,
341
+ "numel": 16384
342
+ },
343
+ {
344
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
345
+ "shape": [
346
+ 16,
347
+ 1024
348
+ ],
349
+ "offset": 573440,
350
+ "numel": 16384
351
+ },
352
+ {
353
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
354
+ "shape": [
355
+ 1024,
356
+ 16
357
+ ],
358
+ "offset": 589824,
359
+ "numel": 16384
360
+ },
361
+ {
362
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
363
+ "shape": [
364
+ 16,
365
+ 2048
366
+ ],
367
+ "offset": 606208,
368
+ "numel": 32768
369
+ },
370
+ {
371
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
372
+ "shape": [
373
+ 1024,
374
+ 16
375
+ ],
376
+ "offset": 638976,
377
+ "numel": 16384
378
+ },
379
+ {
380
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
381
+ "shape": [
382
+ 16,
383
+ 1024
384
+ ],
385
+ "offset": 655360,
386
+ "numel": 16384
387
+ },
388
+ {
389
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
390
+ "shape": [
391
+ 2048,
392
+ 16
393
+ ],
394
+ "offset": 671744,
395
+ "numel": 32768
396
+ },
397
+ {
398
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
399
+ "shape": [
400
+ 16,
401
+ 1024
402
+ ],
403
+ "offset": 704512,
404
+ "numel": 16384
405
+ },
406
+ {
407
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
408
+ "shape": [
409
+ 1024,
410
+ 16
411
+ ],
412
+ "offset": 720896,
413
+ "numel": 16384
414
+ },
415
+ {
416
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
417
+ "shape": [
418
+ 16,
419
+ 1024
420
+ ],
421
+ "offset": 737280,
422
+ "numel": 16384
423
+ },
424
+ {
425
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
426
+ "shape": [
427
+ 1024,
428
+ 16
429
+ ],
430
+ "offset": 753664,
431
+ "numel": 16384
432
+ },
433
+ {
434
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
435
+ "shape": [
436
+ 16,
437
+ 2048
438
+ ],
439
+ "offset": 770048,
440
+ "numel": 32768
441
+ },
442
+ {
443
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
444
+ "shape": [
445
+ 1024,
446
+ 16
447
+ ],
448
+ "offset": 802816,
449
+ "numel": 16384
450
+ },
451
+ {
452
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
453
+ "shape": [
454
+ 16,
455
+ 1024
456
+ ],
457
+ "offset": 819200,
458
+ "numel": 16384
459
+ },
460
+ {
461
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
462
+ "shape": [
463
+ 2048,
464
+ 16
465
+ ],
466
+ "offset": 835584,
467
+ "numel": 32768
468
+ },
469
+ {
470
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
471
+ "shape": [
472
+ 16,
473
+ 1024
474
+ ],
475
+ "offset": 868352,
476
+ "numel": 16384
477
+ },
478
+ {
479
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
480
+ "shape": [
481
+ 1024,
482
+ 16
483
+ ],
484
+ "offset": 884736,
485
+ "numel": 16384
486
+ },
487
+ {
488
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
489
+ "shape": [
490
+ 16,
491
+ 1024
492
+ ],
493
+ "offset": 901120,
494
+ "numel": 16384
495
+ },
496
+ {
497
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
498
+ "shape": [
499
+ 1024,
500
+ 16
501
+ ],
502
+ "offset": 917504,
503
+ "numel": 16384
504
+ },
505
+ {
506
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
507
+ "shape": [
508
+ 16,
509
+ 2048
510
+ ],
511
+ "offset": 933888,
512
+ "numel": 32768
513
+ },
514
+ {
515
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
516
+ "shape": [
517
+ 1024,
518
+ 16
519
+ ],
520
+ "offset": 966656,
521
+ "numel": 16384
522
+ },
523
+ {
524
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
525
+ "shape": [
526
+ 16,
527
+ 1024
528
+ ],
529
+ "offset": 983040,
530
+ "numel": 16384
531
+ },
532
+ {
533
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
534
+ "shape": [
535
+ 2048,
536
+ 16
537
+ ],
538
+ "offset": 999424,
539
+ "numel": 32768
540
+ },
541
+ {
542
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
543
+ "shape": [
544
+ 16,
545
+ 1024
546
+ ],
547
+ "offset": 1032192,
548
+ "numel": 16384
549
+ },
550
+ {
551
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
552
+ "shape": [
553
+ 1024,
554
+ 16
555
+ ],
556
+ "offset": 1048576,
557
+ "numel": 16384
558
+ },
559
+ {
560
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
561
+ "shape": [
562
+ 16,
563
+ 1024
564
+ ],
565
+ "offset": 1064960,
566
+ "numel": 16384
567
+ },
568
+ {
569
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
570
+ "shape": [
571
+ 1024,
572
+ 16
573
+ ],
574
+ "offset": 1081344,
575
+ "numel": 16384
576
+ },
577
+ {
578
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
579
+ "shape": [
580
+ 16,
581
+ 2048
582
+ ],
583
+ "offset": 1097728,
584
+ "numel": 32768
585
+ },
586
+ {
587
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
588
+ "shape": [
589
+ 1024,
590
+ 16
591
+ ],
592
+ "offset": 1130496,
593
+ "numel": 16384
594
+ },
595
+ {
596
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
597
+ "shape": [
598
+ 16,
599
+ 1024
600
+ ],
601
+ "offset": 1146880,
602
+ "numel": 16384
603
+ },
604
+ {
605
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
606
+ "shape": [
607
+ 2048,
608
+ 16
609
+ ],
610
+ "offset": 1163264,
611
+ "numel": 32768
612
+ },
613
+ {
614
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
615
+ "shape": [
616
+ 16,
617
+ 1024
618
+ ],
619
+ "offset": 1196032,
620
+ "numel": 16384
621
+ },
622
+ {
623
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
624
+ "shape": [
625
+ 1024,
626
+ 16
627
+ ],
628
+ "offset": 1212416,
629
+ "numel": 16384
630
+ },
631
+ {
632
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
633
+ "shape": [
634
+ 16,
635
+ 1024
636
+ ],
637
+ "offset": 1228800,
638
+ "numel": 16384
639
+ },
640
+ {
641
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
642
+ "shape": [
643
+ 1024,
644
+ 16
645
+ ],
646
+ "offset": 1245184,
647
+ "numel": 16384
648
+ },
649
+ {
650
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
651
+ "shape": [
652
+ 16,
653
+ 2048
654
+ ],
655
+ "offset": 1261568,
656
+ "numel": 32768
657
+ },
658
+ {
659
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
660
+ "shape": [
661
+ 1024,
662
+ 16
663
+ ],
664
+ "offset": 1294336,
665
+ "numel": 16384
666
+ },
667
+ {
668
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
669
+ "shape": [
670
+ 16,
671
+ 1024
672
+ ],
673
+ "offset": 1310720,
674
+ "numel": 16384
675
+ },
676
+ {
677
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
678
+ "shape": [
679
+ 2048,
680
+ 16
681
+ ],
682
+ "offset": 1327104,
683
+ "numel": 32768
684
+ },
685
+ {
686
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
687
+ "shape": [
688
+ 16,
689
+ 1024
690
+ ],
691
+ "offset": 1359872,
692
+ "numel": 16384
693
+ },
694
+ {
695
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
696
+ "shape": [
697
+ 1024,
698
+ 16
699
+ ],
700
+ "offset": 1376256,
701
+ "numel": 16384
702
+ },
703
+ {
704
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
705
+ "shape": [
706
+ 16,
707
+ 1024
708
+ ],
709
+ "offset": 1392640,
710
+ "numel": 16384
711
+ },
712
+ {
713
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
714
+ "shape": [
715
+ 1024,
716
+ 16
717
+ ],
718
+ "offset": 1409024,
719
+ "numel": 16384
720
+ },
721
+ {
722
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
723
+ "shape": [
724
+ 16,
725
+ 2048
726
+ ],
727
+ "offset": 1425408,
728
+ "numel": 32768
729
+ },
730
+ {
731
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
732
+ "shape": [
733
+ 1024,
734
+ 16
735
+ ],
736
+ "offset": 1458176,
737
+ "numel": 16384
738
+ },
739
+ {
740
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
741
+ "shape": [
742
+ 16,
743
+ 1024
744
+ ],
745
+ "offset": 1474560,
746
+ "numel": 16384
747
+ },
748
+ {
749
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
750
+ "shape": [
751
+ 2048,
752
+ 16
753
+ ],
754
+ "offset": 1490944,
755
+ "numel": 32768
756
+ },
757
+ {
758
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
759
+ "shape": [
760
+ 16,
761
+ 1024
762
+ ],
763
+ "offset": 1523712,
764
+ "numel": 16384
765
+ },
766
+ {
767
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
768
+ "shape": [
769
+ 1024,
770
+ 16
771
+ ],
772
+ "offset": 1540096,
773
+ "numel": 16384
774
+ },
775
+ {
776
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
777
+ "shape": [
778
+ 16,
779
+ 1024
780
+ ],
781
+ "offset": 1556480,
782
+ "numel": 16384
783
+ },
784
+ {
785
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
786
+ "shape": [
787
+ 1024,
788
+ 16
789
+ ],
790
+ "offset": 1572864,
791
+ "numel": 16384
792
+ },
793
+ {
794
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
795
+ "shape": [
796
+ 16,
797
+ 2048
798
+ ],
799
+ "offset": 1589248,
800
+ "numel": 32768
801
+ },
802
+ {
803
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
804
+ "shape": [
805
+ 1024,
806
+ 16
807
+ ],
808
+ "offset": 1622016,
809
+ "numel": 16384
810
+ },
811
+ {
812
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
813
+ "shape": [
814
+ 16,
815
+ 1024
816
+ ],
817
+ "offset": 1638400,
818
+ "numel": 16384
819
+ },
820
+ {
821
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
822
+ "shape": [
823
+ 2048,
824
+ 16
825
+ ],
826
+ "offset": 1654784,
827
+ "numel": 32768
828
+ },
829
+ {
830
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
831
+ "shape": [
832
+ 16,
833
+ 1024
834
+ ],
835
+ "offset": 1687552,
836
+ "numel": 16384
837
+ },
838
+ {
839
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
840
+ "shape": [
841
+ 1024,
842
+ 16
843
+ ],
844
+ "offset": 1703936,
845
+ "numel": 16384
846
+ },
847
+ {
848
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
849
+ "shape": [
850
+ 16,
851
+ 1024
852
+ ],
853
+ "offset": 1720320,
854
+ "numel": 16384
855
+ },
856
+ {
857
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
858
+ "shape": [
859
+ 1024,
860
+ 16
861
+ ],
862
+ "offset": 1736704,
863
+ "numel": 16384
864
+ },
865
+ {
866
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
867
+ "shape": [
868
+ 16,
869
+ 2048
870
+ ],
871
+ "offset": 1753088,
872
+ "numel": 32768
873
+ },
874
+ {
875
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
876
+ "shape": [
877
+ 1024,
878
+ 16
879
+ ],
880
+ "offset": 1785856,
881
+ "numel": 16384
882
+ },
883
+ {
884
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
885
+ "shape": [
886
+ 16,
887
+ 1024
888
+ ],
889
+ "offset": 1802240,
890
+ "numel": 16384
891
+ },
892
+ {
893
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
894
+ "shape": [
895
+ 2048,
896
+ 16
897
+ ],
898
+ "offset": 1818624,
899
+ "numel": 32768
900
+ },
901
+ {
902
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
903
+ "shape": [
904
+ 16,
905
+ 1024
906
+ ],
907
+ "offset": 1851392,
908
+ "numel": 16384
909
+ },
910
+ {
911
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
912
+ "shape": [
913
+ 1024,
914
+ 16
915
+ ],
916
+ "offset": 1867776,
917
+ "numel": 16384
918
+ },
919
+ {
920
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
921
+ "shape": [
922
+ 16,
923
+ 1024
924
+ ],
925
+ "offset": 1884160,
926
+ "numel": 16384
927
+ },
928
+ {
929
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
930
+ "shape": [
931
+ 1024,
932
+ 16
933
+ ],
934
+ "offset": 1900544,
935
+ "numel": 16384
936
+ },
937
+ {
938
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
939
+ "shape": [
940
+ 16,
941
+ 2048
942
+ ],
943
+ "offset": 1916928,
944
+ "numel": 32768
945
+ },
946
+ {
947
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
948
+ "shape": [
949
+ 1024,
950
+ 16
951
+ ],
952
+ "offset": 1949696,
953
+ "numel": 16384
954
+ },
955
+ {
956
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
957
+ "shape": [
958
+ 16,
959
+ 1024
960
+ ],
961
+ "offset": 1966080,
962
+ "numel": 16384
963
+ },
964
+ {
965
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
966
+ "shape": [
967
+ 2048,
968
+ 16
969
+ ],
970
+ "offset": 1982464,
971
+ "numel": 32768
972
+ },
973
+ {
974
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
975
+ "shape": [
976
+ 16,
977
+ 1024
978
+ ],
979
+ "offset": 2015232,
980
+ "numel": 16384
981
+ },
982
+ {
983
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
984
+ "shape": [
985
+ 1024,
986
+ 16
987
+ ],
988
+ "offset": 2031616,
989
+ "numel": 16384
990
+ },
991
+ {
992
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
993
+ "shape": [
994
+ 16,
995
+ 1024
996
+ ],
997
+ "offset": 2048000,
998
+ "numel": 16384
999
+ },
1000
+ {
1001
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1002
+ "shape": [
1003
+ 1024,
1004
+ 16
1005
+ ],
1006
+ "offset": 2064384,
1007
+ "numel": 16384
1008
+ },
1009
+ {
1010
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1011
+ "shape": [
1012
+ 16,
1013
+ 2048
1014
+ ],
1015
+ "offset": 2080768,
1016
+ "numel": 32768
1017
+ },
1018
+ {
1019
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1020
+ "shape": [
1021
+ 1024,
1022
+ 16
1023
+ ],
1024
+ "offset": 2113536,
1025
+ "numel": 16384
1026
+ },
1027
+ {
1028
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1029
+ "shape": [
1030
+ 16,
1031
+ 1024
1032
+ ],
1033
+ "offset": 2129920,
1034
+ "numel": 16384
1035
+ },
1036
+ {
1037
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1038
+ "shape": [
1039
+ 2048,
1040
+ 16
1041
+ ],
1042
+ "offset": 2146304,
1043
+ "numel": 32768
1044
+ },
1045
+ {
1046
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1047
+ "shape": [
1048
+ 16,
1049
+ 1024
1050
+ ],
1051
+ "offset": 2179072,
1052
+ "numel": 16384
1053
+ },
1054
+ {
1055
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1056
+ "shape": [
1057
+ 1024,
1058
+ 16
1059
+ ],
1060
+ "offset": 2195456,
1061
+ "numel": 16384
1062
+ },
1063
+ {
1064
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1065
+ "shape": [
1066
+ 16,
1067
+ 1024
1068
+ ],
1069
+ "offset": 2211840,
1070
+ "numel": 16384
1071
+ },
1072
+ {
1073
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1074
+ "shape": [
1075
+ 1024,
1076
+ 16
1077
+ ],
1078
+ "offset": 2228224,
1079
+ "numel": 16384
1080
+ },
1081
+ {
1082
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1083
+ "shape": [
1084
+ 16,
1085
+ 2048
1086
+ ],
1087
+ "offset": 2244608,
1088
+ "numel": 32768
1089
+ },
1090
+ {
1091
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1092
+ "shape": [
1093
+ 1024,
1094
+ 16
1095
+ ],
1096
+ "offset": 2277376,
1097
+ "numel": 16384
1098
+ },
1099
+ {
1100
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1101
+ "shape": [
1102
+ 16,
1103
+ 1024
1104
+ ],
1105
+ "offset": 2293760,
1106
+ "numel": 16384
1107
+ },
1108
+ {
1109
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1110
+ "shape": [
1111
+ 2048,
1112
+ 16
1113
+ ],
1114
+ "offset": 2310144,
1115
+ "numel": 32768
1116
+ },
1117
+ {
1118
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1119
+ "shape": [
1120
+ 16,
1121
+ 1024
1122
+ ],
1123
+ "offset": 2342912,
1124
+ "numel": 16384
1125
+ },
1126
+ {
1127
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1128
+ "shape": [
1129
+ 1024,
1130
+ 16
1131
+ ],
1132
+ "offset": 2359296,
1133
+ "numel": 16384
1134
+ },
1135
+ {
1136
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1137
+ "shape": [
1138
+ 16,
1139
+ 1024
1140
+ ],
1141
+ "offset": 2375680,
1142
+ "numel": 16384
1143
+ },
1144
+ {
1145
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1146
+ "shape": [
1147
+ 1024,
1148
+ 16
1149
+ ],
1150
+ "offset": 2392064,
1151
+ "numel": 16384
1152
+ },
1153
+ {
1154
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1155
+ "shape": [
1156
+ 16,
1157
+ 2048
1158
+ ],
1159
+ "offset": 2408448,
1160
+ "numel": 32768
1161
+ },
1162
+ {
1163
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1164
+ "shape": [
1165
+ 1024,
1166
+ 16
1167
+ ],
1168
+ "offset": 2441216,
1169
+ "numel": 16384
1170
+ },
1171
+ {
1172
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1173
+ "shape": [
1174
+ 16,
1175
+ 1024
1176
+ ],
1177
+ "offset": 2457600,
1178
+ "numel": 16384
1179
+ },
1180
+ {
1181
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1182
+ "shape": [
1183
+ 2048,
1184
+ 16
1185
+ ],
1186
+ "offset": 2473984,
1187
+ "numel": 32768
1188
+ },
1189
+ {
1190
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1191
+ "shape": [
1192
+ 16,
1193
+ 1024
1194
+ ],
1195
+ "offset": 2506752,
1196
+ "numel": 16384
1197
+ },
1198
+ {
1199
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1200
+ "shape": [
1201
+ 1024,
1202
+ 16
1203
+ ],
1204
+ "offset": 2523136,
1205
+ "numel": 16384
1206
+ },
1207
+ {
1208
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1209
+ "shape": [
1210
+ 16,
1211
+ 1024
1212
+ ],
1213
+ "offset": 2539520,
1214
+ "numel": 16384
1215
+ },
1216
+ {
1217
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1218
+ "shape": [
1219
+ 1024,
1220
+ 16
1221
+ ],
1222
+ "offset": 2555904,
1223
+ "numel": 16384
1224
+ },
1225
+ {
1226
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1227
+ "shape": [
1228
+ 16,
1229
+ 2048
1230
+ ],
1231
+ "offset": 2572288,
1232
+ "numel": 32768
1233
+ },
1234
+ {
1235
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1236
+ "shape": [
1237
+ 1024,
1238
+ 16
1239
+ ],
1240
+ "offset": 2605056,
1241
+ "numel": 16384
1242
+ },
1243
+ {
1244
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1245
+ "shape": [
1246
+ 16,
1247
+ 1024
1248
+ ],
1249
+ "offset": 2621440,
1250
+ "numel": 16384
1251
+ },
1252
+ {
1253
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1254
+ "shape": [
1255
+ 2048,
1256
+ 16
1257
+ ],
1258
+ "offset": 2637824,
1259
+ "numel": 32768
1260
+ },
1261
+ {
1262
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1263
+ "shape": [
1264
+ 16,
1265
+ 1024
1266
+ ],
1267
+ "offset": 2670592,
1268
+ "numel": 16384
1269
+ },
1270
+ {
1271
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1272
+ "shape": [
1273
+ 1024,
1274
+ 16
1275
+ ],
1276
+ "offset": 2686976,
1277
+ "numel": 16384
1278
+ },
1279
+ {
1280
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1281
+ "shape": [
1282
+ 16,
1283
+ 1024
1284
+ ],
1285
+ "offset": 2703360,
1286
+ "numel": 16384
1287
+ },
1288
+ {
1289
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1290
+ "shape": [
1291
+ 1024,
1292
+ 16
1293
+ ],
1294
+ "offset": 2719744,
1295
+ "numel": 16384
1296
+ },
1297
+ {
1298
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1299
+ "shape": [
1300
+ 16,
1301
+ 2048
1302
+ ],
1303
+ "offset": 2736128,
1304
+ "numel": 32768
1305
+ },
1306
+ {
1307
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1308
+ "shape": [
1309
+ 1024,
1310
+ 16
1311
+ ],
1312
+ "offset": 2768896,
1313
+ "numel": 16384
1314
+ },
1315
+ {
1316
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1317
+ "shape": [
1318
+ 16,
1319
+ 1024
1320
+ ],
1321
+ "offset": 2785280,
1322
+ "numel": 16384
1323
+ },
1324
+ {
1325
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1326
+ "shape": [
1327
+ 2048,
1328
+ 16
1329
+ ],
1330
+ "offset": 2801664,
1331
+ "numel": 32768
1332
+ },
1333
+ {
1334
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1335
+ "shape": [
1336
+ 16,
1337
+ 1024
1338
+ ],
1339
+ "offset": 2834432,
1340
+ "numel": 16384
1341
+ },
1342
+ {
1343
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1344
+ "shape": [
1345
+ 1024,
1346
+ 16
1347
+ ],
1348
+ "offset": 2850816,
1349
+ "numel": 16384
1350
+ },
1351
+ {
1352
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1353
+ "shape": [
1354
+ 16,
1355
+ 1024
1356
+ ],
1357
+ "offset": 2867200,
1358
+ "numel": 16384
1359
+ },
1360
+ {
1361
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1362
+ "shape": [
1363
+ 1024,
1364
+ 16
1365
+ ],
1366
+ "offset": 2883584,
1367
+ "numel": 16384
1368
+ },
1369
+ {
1370
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1371
+ "shape": [
1372
+ 16,
1373
+ 2048
1374
+ ],
1375
+ "offset": 2899968,
1376
+ "numel": 32768
1377
+ },
1378
+ {
1379
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1380
+ "shape": [
1381
+ 1024,
1382
+ 16
1383
+ ],
1384
+ "offset": 2932736,
1385
+ "numel": 16384
1386
+ },
1387
+ {
1388
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1389
+ "shape": [
1390
+ 16,
1391
+ 1024
1392
+ ],
1393
+ "offset": 2949120,
1394
+ "numel": 16384
1395
+ },
1396
+ {
1397
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1398
+ "shape": [
1399
+ 2048,
1400
+ 16
1401
+ ],
1402
+ "offset": 2965504,
1403
+ "numel": 32768
1404
+ },
1405
+ {
1406
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1407
+ "shape": [
1408
+ 16,
1409
+ 1024
1410
+ ],
1411
+ "offset": 2998272,
1412
+ "numel": 16384
1413
+ },
1414
+ {
1415
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1416
+ "shape": [
1417
+ 1024,
1418
+ 16
1419
+ ],
1420
+ "offset": 3014656,
1421
+ "numel": 16384
1422
+ },
1423
+ {
1424
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1425
+ "shape": [
1426
+ 16,
1427
+ 1024
1428
+ ],
1429
+ "offset": 3031040,
1430
+ "numel": 16384
1431
+ },
1432
+ {
1433
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1434
+ "shape": [
1435
+ 1024,
1436
+ 16
1437
+ ],
1438
+ "offset": 3047424,
1439
+ "numel": 16384
1440
+ },
1441
+ {
1442
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1443
+ "shape": [
1444
+ 16,
1445
+ 2048
1446
+ ],
1447
+ "offset": 3063808,
1448
+ "numel": 32768
1449
+ },
1450
+ {
1451
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1452
+ "shape": [
1453
+ 1024,
1454
+ 16
1455
+ ],
1456
+ "offset": 3096576,
1457
+ "numel": 16384
1458
+ },
1459
+ {
1460
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1461
+ "shape": [
1462
+ 16,
1463
+ 1024
1464
+ ],
1465
+ "offset": 3112960,
1466
+ "numel": 16384
1467
+ },
1468
+ {
1469
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1470
+ "shape": [
1471
+ 2048,
1472
+ 16
1473
+ ],
1474
+ "offset": 3129344,
1475
+ "numel": 32768
1476
+ },
1477
+ {
1478
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1479
+ "shape": [
1480
+ 16,
1481
+ 1024
1482
+ ],
1483
+ "offset": 3162112,
1484
+ "numel": 16384
1485
+ },
1486
+ {
1487
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1488
+ "shape": [
1489
+ 1024,
1490
+ 16
1491
+ ],
1492
+ "offset": 3178496,
1493
+ "numel": 16384
1494
+ },
1495
+ {
1496
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1497
+ "shape": [
1498
+ 16,
1499
+ 1024
1500
+ ],
1501
+ "offset": 3194880,
1502
+ "numel": 16384
1503
+ },
1504
+ {
1505
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1506
+ "shape": [
1507
+ 1024,
1508
+ 16
1509
+ ],
1510
+ "offset": 3211264,
1511
+ "numel": 16384
1512
+ },
1513
+ {
1514
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1515
+ "shape": [
1516
+ 16,
1517
+ 2048
1518
+ ],
1519
+ "offset": 3227648,
1520
+ "numel": 32768
1521
+ },
1522
+ {
1523
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1524
+ "shape": [
1525
+ 1024,
1526
+ 16
1527
+ ],
1528
+ "offset": 3260416,
1529
+ "numel": 16384
1530
+ },
1531
+ {
1532
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1533
+ "shape": [
1534
+ 16,
1535
+ 1024
1536
+ ],
1537
+ "offset": 3276800,
1538
+ "numel": 16384
1539
+ },
1540
+ {
1541
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1542
+ "shape": [
1543
+ 2048,
1544
+ 16
1545
+ ],
1546
+ "offset": 3293184,
1547
+ "numel": 32768
1548
+ },
1549
+ {
1550
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1551
+ "shape": [
1552
+ 16,
1553
+ 1024
1554
+ ],
1555
+ "offset": 3325952,
1556
+ "numel": 16384
1557
+ },
1558
+ {
1559
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1560
+ "shape": [
1561
+ 1024,
1562
+ 16
1563
+ ],
1564
+ "offset": 3342336,
1565
+ "numel": 16384
1566
+ },
1567
+ {
1568
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1569
+ "shape": [
1570
+ 16,
1571
+ 1024
1572
+ ],
1573
+ "offset": 3358720,
1574
+ "numel": 16384
1575
+ },
1576
+ {
1577
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1578
+ "shape": [
1579
+ 1024,
1580
+ 16
1581
+ ],
1582
+ "offset": 3375104,
1583
+ "numel": 16384
1584
+ },
1585
+ {
1586
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1587
+ "shape": [
1588
+ 16,
1589
+ 2048
1590
+ ],
1591
+ "offset": 3391488,
1592
+ "numel": 32768
1593
+ },
1594
+ {
1595
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1596
+ "shape": [
1597
+ 1024,
1598
+ 16
1599
+ ],
1600
+ "offset": 3424256,
1601
+ "numel": 16384
1602
+ },
1603
+ {
1604
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1605
+ "shape": [
1606
+ 16,
1607
+ 1024
1608
+ ],
1609
+ "offset": 3440640,
1610
+ "numel": 16384
1611
+ },
1612
+ {
1613
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1614
+ "shape": [
1615
+ 2048,
1616
+ 16
1617
+ ],
1618
+ "offset": 3457024,
1619
+ "numel": 32768
1620
+ },
1621
+ {
1622
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1623
+ "shape": [
1624
+ 16,
1625
+ 1024
1626
+ ],
1627
+ "offset": 3489792,
1628
+ "numel": 16384
1629
+ },
1630
+ {
1631
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1632
+ "shape": [
1633
+ 1024,
1634
+ 16
1635
+ ],
1636
+ "offset": 3506176,
1637
+ "numel": 16384
1638
+ },
1639
+ {
1640
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1641
+ "shape": [
1642
+ 16,
1643
+ 1024
1644
+ ],
1645
+ "offset": 3522560,
1646
+ "numel": 16384
1647
+ },
1648
+ {
1649
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1650
+ "shape": [
1651
+ 1024,
1652
+ 16
1653
+ ],
1654
+ "offset": 3538944,
1655
+ "numel": 16384
1656
+ },
1657
+ {
1658
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1659
+ "shape": [
1660
+ 16,
1661
+ 2048
1662
+ ],
1663
+ "offset": 3555328,
1664
+ "numel": 32768
1665
+ },
1666
+ {
1667
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1668
+ "shape": [
1669
+ 1024,
1670
+ 16
1671
+ ],
1672
+ "offset": 3588096,
1673
+ "numel": 16384
1674
+ },
1675
+ {
1676
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1677
+ "shape": [
1678
+ 16,
1679
+ 1024
1680
+ ],
1681
+ "offset": 3604480,
1682
+ "numel": 16384
1683
+ },
1684
+ {
1685
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1686
+ "shape": [
1687
+ 2048,
1688
+ 16
1689
+ ],
1690
+ "offset": 3620864,
1691
+ "numel": 32768
1692
+ },
1693
+ {
1694
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1695
+ "shape": [
1696
+ 16,
1697
+ 1024
1698
+ ],
1699
+ "offset": 3653632,
1700
+ "numel": 16384
1701
+ },
1702
+ {
1703
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1704
+ "shape": [
1705
+ 1024,
1706
+ 16
1707
+ ],
1708
+ "offset": 3670016,
1709
+ "numel": 16384
1710
+ },
1711
+ {
1712
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1713
+ "shape": [
1714
+ 16,
1715
+ 1024
1716
+ ],
1717
+ "offset": 3686400,
1718
+ "numel": 16384
1719
+ },
1720
+ {
1721
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1722
+ "shape": [
1723
+ 1024,
1724
+ 16
1725
+ ],
1726
+ "offset": 3702784,
1727
+ "numel": 16384
1728
+ },
1729
+ {
1730
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1731
+ "shape": [
1732
+ 16,
1733
+ 2048
1734
+ ],
1735
+ "offset": 3719168,
1736
+ "numel": 32768
1737
+ },
1738
+ {
1739
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1740
+ "shape": [
1741
+ 1024,
1742
+ 16
1743
+ ],
1744
+ "offset": 3751936,
1745
+ "numel": 16384
1746
+ },
1747
+ {
1748
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1749
+ "shape": [
1750
+ 16,
1751
+ 1024
1752
+ ],
1753
+ "offset": 3768320,
1754
+ "numel": 16384
1755
+ },
1756
+ {
1757
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1758
+ "shape": [
1759
+ 2048,
1760
+ 16
1761
+ ],
1762
+ "offset": 3784704,
1763
+ "numel": 32768
1764
+ },
1765
+ {
1766
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1767
+ "shape": [
1768
+ 16,
1769
+ 1024
1770
+ ],
1771
+ "offset": 3817472,
1772
+ "numel": 16384
1773
+ },
1774
+ {
1775
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1776
+ "shape": [
1777
+ 1024,
1778
+ 16
1779
+ ],
1780
+ "offset": 3833856,
1781
+ "numel": 16384
1782
+ },
1783
+ {
1784
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1785
+ "shape": [
1786
+ 16,
1787
+ 1024
1788
+ ],
1789
+ "offset": 3850240,
1790
+ "numel": 16384
1791
+ },
1792
+ {
1793
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1794
+ "shape": [
1795
+ 1024,
1796
+ 16
1797
+ ],
1798
+ "offset": 3866624,
1799
+ "numel": 16384
1800
+ },
1801
+ {
1802
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1803
+ "shape": [
1804
+ 16,
1805
+ 2048
1806
+ ],
1807
+ "offset": 3883008,
1808
+ "numel": 32768
1809
+ },
1810
+ {
1811
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1812
+ "shape": [
1813
+ 1024,
1814
+ 16
1815
+ ],
1816
+ "offset": 3915776,
1817
+ "numel": 16384
1818
+ },
1819
+ {
1820
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1821
+ "shape": [
1822
+ 16,
1823
+ 1024
1824
+ ],
1825
+ "offset": 3932160,
1826
+ "numel": 16384
1827
+ },
1828
+ {
1829
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1830
+ "shape": [
1831
+ 2048,
1832
+ 16
1833
+ ],
1834
+ "offset": 3948544,
1835
+ "numel": 32768
1836
+ },
1837
+ {
1838
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1839
+ "shape": [
1840
+ 16,
1841
+ 1024
1842
+ ],
1843
+ "offset": 3981312,
1844
+ "numel": 16384
1845
+ },
1846
+ {
1847
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1848
+ "shape": [
1849
+ 1024,
1850
+ 16
1851
+ ],
1852
+ "offset": 3997696,
1853
+ "numel": 16384
1854
+ },
1855
+ {
1856
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1857
+ "shape": [
1858
+ 16,
1859
+ 1024
1860
+ ],
1861
+ "offset": 4014080,
1862
+ "numel": 16384
1863
+ },
1864
+ {
1865
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1866
+ "shape": [
1867
+ 1024,
1868
+ 16
1869
+ ],
1870
+ "offset": 4030464,
1871
+ "numel": 16384
1872
+ },
1873
+ {
1874
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1875
+ "shape": [
1876
+ 16,
1877
+ 2048
1878
+ ],
1879
+ "offset": 4046848,
1880
+ "numel": 32768
1881
+ },
1882
+ {
1883
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
1884
+ "shape": [
1885
+ 1024,
1886
+ 16
1887
+ ],
1888
+ "offset": 4079616,
1889
+ "numel": 16384
1890
+ },
1891
+ {
1892
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
1893
+ "shape": [
1894
+ 16,
1895
+ 1024
1896
+ ],
1897
+ "offset": 4096000,
1898
+ "numel": 16384
1899
+ },
1900
+ {
1901
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
1902
+ "shape": [
1903
+ 2048,
1904
+ 16
1905
+ ],
1906
+ "offset": 4112384,
1907
+ "numel": 32768
1908
+ },
1909
+ {
1910
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
1911
+ "shape": [
1912
+ 16,
1913
+ 1024
1914
+ ],
1915
+ "offset": 4145152,
1916
+ "numel": 16384
1917
+ },
1918
+ {
1919
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
1920
+ "shape": [
1921
+ 1024,
1922
+ 16
1923
+ ],
1924
+ "offset": 4161536,
1925
+ "numel": 16384
1926
+ },
1927
+ {
1928
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
1929
+ "shape": [
1930
+ 16,
1931
+ 1024
1932
+ ],
1933
+ "offset": 4177920,
1934
+ "numel": 16384
1935
+ },
1936
+ {
1937
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
1938
+ "shape": [
1939
+ 1024,
1940
+ 16
1941
+ ],
1942
+ "offset": 4194304,
1943
+ "numel": 16384
1944
+ },
1945
+ {
1946
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
1947
+ "shape": [
1948
+ 16,
1949
+ 2048
1950
+ ],
1951
+ "offset": 4210688,
1952
+ "numel": 32768
1953
+ },
1954
+ {
1955
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
1956
+ "shape": [
1957
+ 1024,
1958
+ 16
1959
+ ],
1960
+ "offset": 4243456,
1961
+ "numel": 16384
1962
+ },
1963
+ {
1964
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
1965
+ "shape": [
1966
+ 16,
1967
+ 1024
1968
+ ],
1969
+ "offset": 4259840,
1970
+ "numel": 16384
1971
+ },
1972
+ {
1973
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
1974
+ "shape": [
1975
+ 2048,
1976
+ 16
1977
+ ],
1978
+ "offset": 4276224,
1979
+ "numel": 32768
1980
+ },
1981
+ {
1982
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
1983
+ "shape": [
1984
+ 16,
1985
+ 1024
1986
+ ],
1987
+ "offset": 4308992,
1988
+ "numel": 16384
1989
+ },
1990
+ {
1991
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
1992
+ "shape": [
1993
+ 1024,
1994
+ 16
1995
+ ],
1996
+ "offset": 4325376,
1997
+ "numel": 16384
1998
+ },
1999
+ {
2000
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2001
+ "shape": [
2002
+ 16,
2003
+ 1024
2004
+ ],
2005
+ "offset": 4341760,
2006
+ "numel": 16384
2007
+ },
2008
+ {
2009
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2010
+ "shape": [
2011
+ 1024,
2012
+ 16
2013
+ ],
2014
+ "offset": 4358144,
2015
+ "numel": 16384
2016
+ },
2017
+ {
2018
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2019
+ "shape": [
2020
+ 16,
2021
+ 2048
2022
+ ],
2023
+ "offset": 4374528,
2024
+ "numel": 32768
2025
+ },
2026
+ {
2027
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2028
+ "shape": [
2029
+ 1024,
2030
+ 16
2031
+ ],
2032
+ "offset": 4407296,
2033
+ "numel": 16384
2034
+ },
2035
+ {
2036
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2037
+ "shape": [
2038
+ 16,
2039
+ 1024
2040
+ ],
2041
+ "offset": 4423680,
2042
+ "numel": 16384
2043
+ },
2044
+ {
2045
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2046
+ "shape": [
2047
+ 2048,
2048
+ 16
2049
+ ],
2050
+ "offset": 4440064,
2051
+ "numel": 32768
2052
+ },
2053
+ {
2054
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2055
+ "shape": [
2056
+ 16,
2057
+ 1024
2058
+ ],
2059
+ "offset": 4472832,
2060
+ "numel": 16384
2061
+ },
2062
+ {
2063
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2064
+ "shape": [
2065
+ 1024,
2066
+ 16
2067
+ ],
2068
+ "offset": 4489216,
2069
+ "numel": 16384
2070
+ },
2071
+ {
2072
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2073
+ "shape": [
2074
+ 16,
2075
+ 1024
2076
+ ],
2077
+ "offset": 4505600,
2078
+ "numel": 16384
2079
+ },
2080
+ {
2081
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2082
+ "shape": [
2083
+ 1024,
2084
+ 16
2085
+ ],
2086
+ "offset": 4521984,
2087
+ "numel": 16384
2088
+ },
2089
+ {
2090
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2091
+ "shape": [
2092
+ 16,
2093
+ 2048
2094
+ ],
2095
+ "offset": 4538368,
2096
+ "numel": 32768
2097
+ },
2098
+ {
2099
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2100
+ "shape": [
2101
+ 1024,
2102
+ 16
2103
+ ],
2104
+ "offset": 4571136,
2105
+ "numel": 16384
2106
+ }
2107
+ ],
2108
+ "config": {
2109
+ "run_id": "e2_o1_gsm8k_s18",
2110
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2111
+ "task": "gsm8k",
2112
+ "seq_len": 512,
2113
+ "batch_size": 8,
2114
+ "grad_accum": 1,
2115
+ "max_steps": 800,
2116
+ "lora_r": 16,
2117
+ "lora_alpha": null,
2118
+ "targets": [
2119
+ "q_proj",
2120
+ "k_proj",
2121
+ "v_proj",
2122
+ "o_proj"
2123
+ ],
2124
+ "optimizer": "adamw",
2125
+ "lr": 0.0002,
2126
+ "weight_decay": 0.01,
2127
+ "betas": [
2128
+ 0.9,
2129
+ 0.999
2130
+ ],
2131
+ "momentum": 0.0,
2132
+ "adam_eps": 1e-08,
2133
+ "grad_clip": 1.0,
2134
+ "snapshot_every": 10,
2135
+ "probe_every": 10,
2136
+ "eval_every": 100,
2137
+ "eval_batches": 8,
2138
+ "seed": 18,
2139
+ "data_seed": 17,
2140
+ "warm_start": null,
2141
+ "gauge_transform": "none",
2142
+ "gauge_c": 4.0,
2143
+ "gauge_seed": 0,
2144
+ "save_warm_at": null,
2145
+ "device": "auto",
2146
+ "base_dtype": "auto",
2147
+ "out_root": "runs"
2148
+ },
2149
+ "module_order": [
2150
+ "base_model.model.model.layers.0.self_attn.k_proj",
2151
+ "base_model.model.model.layers.0.self_attn.o_proj",
2152
+ "base_model.model.model.layers.0.self_attn.q_proj",
2153
+ "base_model.model.model.layers.0.self_attn.v_proj",
2154
+ "base_model.model.model.layers.1.self_attn.k_proj",
2155
+ "base_model.model.model.layers.1.self_attn.o_proj",
2156
+ "base_model.model.model.layers.1.self_attn.q_proj",
2157
+ "base_model.model.model.layers.1.self_attn.v_proj",
2158
+ "base_model.model.model.layers.10.self_attn.k_proj",
2159
+ "base_model.model.model.layers.10.self_attn.o_proj",
2160
+ "base_model.model.model.layers.10.self_attn.q_proj",
2161
+ "base_model.model.model.layers.10.self_attn.v_proj",
2162
+ "base_model.model.model.layers.11.self_attn.k_proj",
2163
+ "base_model.model.model.layers.11.self_attn.o_proj",
2164
+ "base_model.model.model.layers.11.self_attn.q_proj",
2165
+ "base_model.model.model.layers.11.self_attn.v_proj",
2166
+ "base_model.model.model.layers.12.self_attn.k_proj",
2167
+ "base_model.model.model.layers.12.self_attn.o_proj",
2168
+ "base_model.model.model.layers.12.self_attn.q_proj",
2169
+ "base_model.model.model.layers.12.self_attn.v_proj",
2170
+ "base_model.model.model.layers.13.self_attn.k_proj",
2171
+ "base_model.model.model.layers.13.self_attn.o_proj",
2172
+ "base_model.model.model.layers.13.self_attn.q_proj",
2173
+ "base_model.model.model.layers.13.self_attn.v_proj",
2174
+ "base_model.model.model.layers.14.self_attn.k_proj",
2175
+ "base_model.model.model.layers.14.self_attn.o_proj",
2176
+ "base_model.model.model.layers.14.self_attn.q_proj",
2177
+ "base_model.model.model.layers.14.self_attn.v_proj",
2178
+ "base_model.model.model.layers.15.self_attn.k_proj",
2179
+ "base_model.model.model.layers.15.self_attn.o_proj",
2180
+ "base_model.model.model.layers.15.self_attn.q_proj",
2181
+ "base_model.model.model.layers.15.self_attn.v_proj",
2182
+ "base_model.model.model.layers.16.self_attn.k_proj",
2183
+ "base_model.model.model.layers.16.self_attn.o_proj",
2184
+ "base_model.model.model.layers.16.self_attn.q_proj",
2185
+ "base_model.model.model.layers.16.self_attn.v_proj",
2186
+ "base_model.model.model.layers.17.self_attn.k_proj",
2187
+ "base_model.model.model.layers.17.self_attn.o_proj",
2188
+ "base_model.model.model.layers.17.self_attn.q_proj",
2189
+ "base_model.model.model.layers.17.self_attn.v_proj",
2190
+ "base_model.model.model.layers.18.self_attn.k_proj",
2191
+ "base_model.model.model.layers.18.self_attn.o_proj",
2192
+ "base_model.model.model.layers.18.self_attn.q_proj",
2193
+ "base_model.model.model.layers.18.self_attn.v_proj",
2194
+ "base_model.model.model.layers.19.self_attn.k_proj",
2195
+ "base_model.model.model.layers.19.self_attn.o_proj",
2196
+ "base_model.model.model.layers.19.self_attn.q_proj",
2197
+ "base_model.model.model.layers.19.self_attn.v_proj",
2198
+ "base_model.model.model.layers.2.self_attn.k_proj",
2199
+ "base_model.model.model.layers.2.self_attn.o_proj",
2200
+ "base_model.model.model.layers.2.self_attn.q_proj",
2201
+ "base_model.model.model.layers.2.self_attn.v_proj",
2202
+ "base_model.model.model.layers.20.self_attn.k_proj",
2203
+ "base_model.model.model.layers.20.self_attn.o_proj",
2204
+ "base_model.model.model.layers.20.self_attn.q_proj",
2205
+ "base_model.model.model.layers.20.self_attn.v_proj",
2206
+ "base_model.model.model.layers.21.self_attn.k_proj",
2207
+ "base_model.model.model.layers.21.self_attn.o_proj",
2208
+ "base_model.model.model.layers.21.self_attn.q_proj",
2209
+ "base_model.model.model.layers.21.self_attn.v_proj",
2210
+ "base_model.model.model.layers.22.self_attn.k_proj",
2211
+ "base_model.model.model.layers.22.self_attn.o_proj",
2212
+ "base_model.model.model.layers.22.self_attn.q_proj",
2213
+ "base_model.model.model.layers.22.self_attn.v_proj",
2214
+ "base_model.model.model.layers.23.self_attn.k_proj",
2215
+ "base_model.model.model.layers.23.self_attn.o_proj",
2216
+ "base_model.model.model.layers.23.self_attn.q_proj",
2217
+ "base_model.model.model.layers.23.self_attn.v_proj",
2218
+ "base_model.model.model.layers.24.self_attn.k_proj",
2219
+ "base_model.model.model.layers.24.self_attn.o_proj",
2220
+ "base_model.model.model.layers.24.self_attn.q_proj",
2221
+ "base_model.model.model.layers.24.self_attn.v_proj",
2222
+ "base_model.model.model.layers.25.self_attn.k_proj",
2223
+ "base_model.model.model.layers.25.self_attn.o_proj",
2224
+ "base_model.model.model.layers.25.self_attn.q_proj",
2225
+ "base_model.model.model.layers.25.self_attn.v_proj",
2226
+ "base_model.model.model.layers.26.self_attn.k_proj",
2227
+ "base_model.model.model.layers.26.self_attn.o_proj",
2228
+ "base_model.model.model.layers.26.self_attn.q_proj",
2229
+ "base_model.model.model.layers.26.self_attn.v_proj",
2230
+ "base_model.model.model.layers.27.self_attn.k_proj",
2231
+ "base_model.model.model.layers.27.self_attn.o_proj",
2232
+ "base_model.model.model.layers.27.self_attn.q_proj",
2233
+ "base_model.model.model.layers.27.self_attn.v_proj",
2234
+ "base_model.model.model.layers.3.self_attn.k_proj",
2235
+ "base_model.model.model.layers.3.self_attn.o_proj",
2236
+ "base_model.model.model.layers.3.self_attn.q_proj",
2237
+ "base_model.model.model.layers.3.self_attn.v_proj",
2238
+ "base_model.model.model.layers.4.self_attn.k_proj",
2239
+ "base_model.model.model.layers.4.self_attn.o_proj",
2240
+ "base_model.model.model.layers.4.self_attn.q_proj",
2241
+ "base_model.model.model.layers.4.self_attn.v_proj",
2242
+ "base_model.model.model.layers.5.self_attn.k_proj",
2243
+ "base_model.model.model.layers.5.self_attn.o_proj",
2244
+ "base_model.model.model.layers.5.self_attn.q_proj",
2245
+ "base_model.model.model.layers.5.self_attn.v_proj",
2246
+ "base_model.model.model.layers.6.self_attn.k_proj",
2247
+ "base_model.model.model.layers.6.self_attn.o_proj",
2248
+ "base_model.model.model.layers.6.self_attn.q_proj",
2249
+ "base_model.model.model.layers.6.self_attn.v_proj",
2250
+ "base_model.model.model.layers.7.self_attn.k_proj",
2251
+ "base_model.model.model.layers.7.self_attn.o_proj",
2252
+ "base_model.model.model.layers.7.self_attn.q_proj",
2253
+ "base_model.model.model.layers.7.self_attn.v_proj",
2254
+ "base_model.model.model.layers.8.self_attn.k_proj",
2255
+ "base_model.model.model.layers.8.self_attn.o_proj",
2256
+ "base_model.model.model.layers.8.self_attn.q_proj",
2257
+ "base_model.model.model.layers.8.self_attn.v_proj",
2258
+ "base_model.model.model.layers.9.self_attn.k_proj",
2259
+ "base_model.model.model.layers.9.self_attn.o_proj",
2260
+ "base_model.model.model.layers.9.self_attn.q_proj",
2261
+ "base_model.model.model.layers.9.self_attn.v_proj"
2262
+ ],
2263
+ "scale": 2.0,
2264
+ "start_step": 0,
2265
+ "torch": "2.7.1+cu128",
2266
+ "device": "cuda",
2267
+ "base_dtype": "torch.bfloat16"
2268
+ }
e2/e2_o1_gsm8k_s18/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae9595b0bb481f85633ac6889d5e897e07ba12a44a98743449d22fb6a01c700
3
+ size 1338105
e2/e2_o1_gsm8k_s18/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401079c174417ff3458f4f7e501b5a37d1e4a498fab8a76179ebba1d81a472c4
3
+ size 676778735
e2/e2_o1_gsm8k_s19/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "e2_o1_gsm8k_s19",
3
+ "model_id": "Qwen/Qwen3-0.6B-Base",
4
+ "task": "gsm8k",
5
+ "seq_len": 512,
6
+ "batch_size": 8,
7
+ "grad_accum": 1,
8
+ "max_steps": 800,
9
+ "lora_r": 16,
10
+ "lora_alpha": null,
11
+ "targets": [
12
+ "q_proj",
13
+ "k_proj",
14
+ "v_proj",
15
+ "o_proj"
16
+ ],
17
+ "optimizer": "adamw",
18
+ "lr": 0.0002,
19
+ "weight_decay": 0.01,
20
+ "betas": [
21
+ 0.9,
22
+ 0.999
23
+ ],
24
+ "momentum": 0.0,
25
+ "adam_eps": 1e-08,
26
+ "grad_clip": 1.0,
27
+ "snapshot_every": 10,
28
+ "probe_every": 10,
29
+ "eval_every": 100,
30
+ "eval_batches": 8,
31
+ "seed": 19,
32
+ "data_seed": 17,
33
+ "warm_start": null,
34
+ "gauge_transform": "none",
35
+ "gauge_c": 4.0,
36
+ "gauge_seed": 0,
37
+ "save_warm_at": null,
38
+ "device": "auto",
39
+ "base_dtype": "auto",
40
+ "out_root": "runs"
41
+ }
e2/e2_o1_gsm8k_s19/log.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
2
+
3
+ Loading weights: 0%| | 0/310 [00:00<?, ?it/s]
4
+ Loading weights: 100%|██████████| 310/310 [00:00<00:00, 6052.44it/s]
5
+ [e2_o1_gsm8k_s19] step 50/800 loss 0.4824 (41s)
6
+ [e2_o1_gsm8k_s19] step 100/800 loss 0.4378 (79s)
7
+ [e2_o1_gsm8k_s19] step 150/800 loss 0.4381 (115s)
8
+ [e2_o1_gsm8k_s19] step 200/800 loss 0.4154 (153s)
9
+ [e2_o1_gsm8k_s19] step 250/800 loss 0.4177 (190s)
10
+ [e2_o1_gsm8k_s19] step 300/800 loss 0.4203 (227s)
11
+ [e2_o1_gsm8k_s19] step 350/800 loss 0.4333 (264s)
12
+ [e2_o1_gsm8k_s19] step 400/800 loss 0.4349 (301s)
13
+ [e2_o1_gsm8k_s19] step 450/800 loss 0.4429 (338s)
14
+ [e2_o1_gsm8k_s19] step 500/800 loss 0.4075 (376s)
15
+ [e2_o1_gsm8k_s19] step 550/800 loss 0.4219 (412s)
16
+ [e2_o1_gsm8k_s19] step 600/800 loss 0.4139 (450s)
17
+ [e2_o1_gsm8k_s19] step 650/800 loss 0.4017 (486s)
18
+ [e2_o1_gsm8k_s19] step 700/800 loss 0.4173 (524s)
19
+ [e2_o1_gsm8k_s19] step 750/800 loss 0.4016 (561s)
20
+ [e2_o1_gsm8k_s19] step 800/800 loss 0.4088 (598s)
21
+ [e2_o1_gsm8k_s19] DONE in 599s -> runs/e2_o1_gsm8k_s19
e2/e2_o1_gsm8k_s19/meta.json ADDED
@@ -0,0 +1,2268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_states": 81,
3
+ "max_states": 84,
4
+ "n_params": 4587520,
5
+ "dtype": "float16",
6
+ "layout": "states x flat named_parameters (requires_grad only)",
7
+ "steps": [
8
+ 0,
9
+ 10,
10
+ 20,
11
+ 30,
12
+ 40,
13
+ 50,
14
+ 60,
15
+ 70,
16
+ 80,
17
+ 90,
18
+ 100,
19
+ 110,
20
+ 120,
21
+ 130,
22
+ 140,
23
+ 150,
24
+ 160,
25
+ 170,
26
+ 180,
27
+ 190,
28
+ 200,
29
+ 210,
30
+ 220,
31
+ 230,
32
+ 240,
33
+ 250,
34
+ 260,
35
+ 270,
36
+ 280,
37
+ 290,
38
+ 300,
39
+ 310,
40
+ 320,
41
+ 330,
42
+ 340,
43
+ 350,
44
+ 360,
45
+ 370,
46
+ 380,
47
+ 390,
48
+ 400,
49
+ 410,
50
+ 420,
51
+ 430,
52
+ 440,
53
+ 450,
54
+ 460,
55
+ 470,
56
+ 480,
57
+ 490,
58
+ 500,
59
+ 510,
60
+ 520,
61
+ 530,
62
+ 540,
63
+ 550,
64
+ 560,
65
+ 570,
66
+ 580,
67
+ 590,
68
+ 600,
69
+ 610,
70
+ 620,
71
+ 630,
72
+ 640,
73
+ 650,
74
+ 660,
75
+ 670,
76
+ 680,
77
+ 690,
78
+ 700,
79
+ 710,
80
+ 720,
81
+ 730,
82
+ 740,
83
+ 750,
84
+ 760,
85
+ 770,
86
+ 780,
87
+ 790,
88
+ 800
89
+ ],
90
+ "param_specs": [
91
+ {
92
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_A.default.weight",
93
+ "shape": [
94
+ 16,
95
+ 1024
96
+ ],
97
+ "offset": 0,
98
+ "numel": 16384
99
+ },
100
+ {
101
+ "name": "base_model.model.model.layers.0.self_attn.q_proj.lora_B.default.weight",
102
+ "shape": [
103
+ 2048,
104
+ 16
105
+ ],
106
+ "offset": 16384,
107
+ "numel": 32768
108
+ },
109
+ {
110
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_A.default.weight",
111
+ "shape": [
112
+ 16,
113
+ 1024
114
+ ],
115
+ "offset": 49152,
116
+ "numel": 16384
117
+ },
118
+ {
119
+ "name": "base_model.model.model.layers.0.self_attn.k_proj.lora_B.default.weight",
120
+ "shape": [
121
+ 1024,
122
+ 16
123
+ ],
124
+ "offset": 65536,
125
+ "numel": 16384
126
+ },
127
+ {
128
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_A.default.weight",
129
+ "shape": [
130
+ 16,
131
+ 1024
132
+ ],
133
+ "offset": 81920,
134
+ "numel": 16384
135
+ },
136
+ {
137
+ "name": "base_model.model.model.layers.0.self_attn.v_proj.lora_B.default.weight",
138
+ "shape": [
139
+ 1024,
140
+ 16
141
+ ],
142
+ "offset": 98304,
143
+ "numel": 16384
144
+ },
145
+ {
146
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_A.default.weight",
147
+ "shape": [
148
+ 16,
149
+ 2048
150
+ ],
151
+ "offset": 114688,
152
+ "numel": 32768
153
+ },
154
+ {
155
+ "name": "base_model.model.model.layers.0.self_attn.o_proj.lora_B.default.weight",
156
+ "shape": [
157
+ 1024,
158
+ 16
159
+ ],
160
+ "offset": 147456,
161
+ "numel": 16384
162
+ },
163
+ {
164
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_A.default.weight",
165
+ "shape": [
166
+ 16,
167
+ 1024
168
+ ],
169
+ "offset": 163840,
170
+ "numel": 16384
171
+ },
172
+ {
173
+ "name": "base_model.model.model.layers.1.self_attn.q_proj.lora_B.default.weight",
174
+ "shape": [
175
+ 2048,
176
+ 16
177
+ ],
178
+ "offset": 180224,
179
+ "numel": 32768
180
+ },
181
+ {
182
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_A.default.weight",
183
+ "shape": [
184
+ 16,
185
+ 1024
186
+ ],
187
+ "offset": 212992,
188
+ "numel": 16384
189
+ },
190
+ {
191
+ "name": "base_model.model.model.layers.1.self_attn.k_proj.lora_B.default.weight",
192
+ "shape": [
193
+ 1024,
194
+ 16
195
+ ],
196
+ "offset": 229376,
197
+ "numel": 16384
198
+ },
199
+ {
200
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_A.default.weight",
201
+ "shape": [
202
+ 16,
203
+ 1024
204
+ ],
205
+ "offset": 245760,
206
+ "numel": 16384
207
+ },
208
+ {
209
+ "name": "base_model.model.model.layers.1.self_attn.v_proj.lora_B.default.weight",
210
+ "shape": [
211
+ 1024,
212
+ 16
213
+ ],
214
+ "offset": 262144,
215
+ "numel": 16384
216
+ },
217
+ {
218
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_A.default.weight",
219
+ "shape": [
220
+ 16,
221
+ 2048
222
+ ],
223
+ "offset": 278528,
224
+ "numel": 32768
225
+ },
226
+ {
227
+ "name": "base_model.model.model.layers.1.self_attn.o_proj.lora_B.default.weight",
228
+ "shape": [
229
+ 1024,
230
+ 16
231
+ ],
232
+ "offset": 311296,
233
+ "numel": 16384
234
+ },
235
+ {
236
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_A.default.weight",
237
+ "shape": [
238
+ 16,
239
+ 1024
240
+ ],
241
+ "offset": 327680,
242
+ "numel": 16384
243
+ },
244
+ {
245
+ "name": "base_model.model.model.layers.2.self_attn.q_proj.lora_B.default.weight",
246
+ "shape": [
247
+ 2048,
248
+ 16
249
+ ],
250
+ "offset": 344064,
251
+ "numel": 32768
252
+ },
253
+ {
254
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_A.default.weight",
255
+ "shape": [
256
+ 16,
257
+ 1024
258
+ ],
259
+ "offset": 376832,
260
+ "numel": 16384
261
+ },
262
+ {
263
+ "name": "base_model.model.model.layers.2.self_attn.k_proj.lora_B.default.weight",
264
+ "shape": [
265
+ 1024,
266
+ 16
267
+ ],
268
+ "offset": 393216,
269
+ "numel": 16384
270
+ },
271
+ {
272
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_A.default.weight",
273
+ "shape": [
274
+ 16,
275
+ 1024
276
+ ],
277
+ "offset": 409600,
278
+ "numel": 16384
279
+ },
280
+ {
281
+ "name": "base_model.model.model.layers.2.self_attn.v_proj.lora_B.default.weight",
282
+ "shape": [
283
+ 1024,
284
+ 16
285
+ ],
286
+ "offset": 425984,
287
+ "numel": 16384
288
+ },
289
+ {
290
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_A.default.weight",
291
+ "shape": [
292
+ 16,
293
+ 2048
294
+ ],
295
+ "offset": 442368,
296
+ "numel": 32768
297
+ },
298
+ {
299
+ "name": "base_model.model.model.layers.2.self_attn.o_proj.lora_B.default.weight",
300
+ "shape": [
301
+ 1024,
302
+ 16
303
+ ],
304
+ "offset": 475136,
305
+ "numel": 16384
306
+ },
307
+ {
308
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_A.default.weight",
309
+ "shape": [
310
+ 16,
311
+ 1024
312
+ ],
313
+ "offset": 491520,
314
+ "numel": 16384
315
+ },
316
+ {
317
+ "name": "base_model.model.model.layers.3.self_attn.q_proj.lora_B.default.weight",
318
+ "shape": [
319
+ 2048,
320
+ 16
321
+ ],
322
+ "offset": 507904,
323
+ "numel": 32768
324
+ },
325
+ {
326
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_A.default.weight",
327
+ "shape": [
328
+ 16,
329
+ 1024
330
+ ],
331
+ "offset": 540672,
332
+ "numel": 16384
333
+ },
334
+ {
335
+ "name": "base_model.model.model.layers.3.self_attn.k_proj.lora_B.default.weight",
336
+ "shape": [
337
+ 1024,
338
+ 16
339
+ ],
340
+ "offset": 557056,
341
+ "numel": 16384
342
+ },
343
+ {
344
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_A.default.weight",
345
+ "shape": [
346
+ 16,
347
+ 1024
348
+ ],
349
+ "offset": 573440,
350
+ "numel": 16384
351
+ },
352
+ {
353
+ "name": "base_model.model.model.layers.3.self_attn.v_proj.lora_B.default.weight",
354
+ "shape": [
355
+ 1024,
356
+ 16
357
+ ],
358
+ "offset": 589824,
359
+ "numel": 16384
360
+ },
361
+ {
362
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_A.default.weight",
363
+ "shape": [
364
+ 16,
365
+ 2048
366
+ ],
367
+ "offset": 606208,
368
+ "numel": 32768
369
+ },
370
+ {
371
+ "name": "base_model.model.model.layers.3.self_attn.o_proj.lora_B.default.weight",
372
+ "shape": [
373
+ 1024,
374
+ 16
375
+ ],
376
+ "offset": 638976,
377
+ "numel": 16384
378
+ },
379
+ {
380
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_A.default.weight",
381
+ "shape": [
382
+ 16,
383
+ 1024
384
+ ],
385
+ "offset": 655360,
386
+ "numel": 16384
387
+ },
388
+ {
389
+ "name": "base_model.model.model.layers.4.self_attn.q_proj.lora_B.default.weight",
390
+ "shape": [
391
+ 2048,
392
+ 16
393
+ ],
394
+ "offset": 671744,
395
+ "numel": 32768
396
+ },
397
+ {
398
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_A.default.weight",
399
+ "shape": [
400
+ 16,
401
+ 1024
402
+ ],
403
+ "offset": 704512,
404
+ "numel": 16384
405
+ },
406
+ {
407
+ "name": "base_model.model.model.layers.4.self_attn.k_proj.lora_B.default.weight",
408
+ "shape": [
409
+ 1024,
410
+ 16
411
+ ],
412
+ "offset": 720896,
413
+ "numel": 16384
414
+ },
415
+ {
416
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_A.default.weight",
417
+ "shape": [
418
+ 16,
419
+ 1024
420
+ ],
421
+ "offset": 737280,
422
+ "numel": 16384
423
+ },
424
+ {
425
+ "name": "base_model.model.model.layers.4.self_attn.v_proj.lora_B.default.weight",
426
+ "shape": [
427
+ 1024,
428
+ 16
429
+ ],
430
+ "offset": 753664,
431
+ "numel": 16384
432
+ },
433
+ {
434
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_A.default.weight",
435
+ "shape": [
436
+ 16,
437
+ 2048
438
+ ],
439
+ "offset": 770048,
440
+ "numel": 32768
441
+ },
442
+ {
443
+ "name": "base_model.model.model.layers.4.self_attn.o_proj.lora_B.default.weight",
444
+ "shape": [
445
+ 1024,
446
+ 16
447
+ ],
448
+ "offset": 802816,
449
+ "numel": 16384
450
+ },
451
+ {
452
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_A.default.weight",
453
+ "shape": [
454
+ 16,
455
+ 1024
456
+ ],
457
+ "offset": 819200,
458
+ "numel": 16384
459
+ },
460
+ {
461
+ "name": "base_model.model.model.layers.5.self_attn.q_proj.lora_B.default.weight",
462
+ "shape": [
463
+ 2048,
464
+ 16
465
+ ],
466
+ "offset": 835584,
467
+ "numel": 32768
468
+ },
469
+ {
470
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_A.default.weight",
471
+ "shape": [
472
+ 16,
473
+ 1024
474
+ ],
475
+ "offset": 868352,
476
+ "numel": 16384
477
+ },
478
+ {
479
+ "name": "base_model.model.model.layers.5.self_attn.k_proj.lora_B.default.weight",
480
+ "shape": [
481
+ 1024,
482
+ 16
483
+ ],
484
+ "offset": 884736,
485
+ "numel": 16384
486
+ },
487
+ {
488
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_A.default.weight",
489
+ "shape": [
490
+ 16,
491
+ 1024
492
+ ],
493
+ "offset": 901120,
494
+ "numel": 16384
495
+ },
496
+ {
497
+ "name": "base_model.model.model.layers.5.self_attn.v_proj.lora_B.default.weight",
498
+ "shape": [
499
+ 1024,
500
+ 16
501
+ ],
502
+ "offset": 917504,
503
+ "numel": 16384
504
+ },
505
+ {
506
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_A.default.weight",
507
+ "shape": [
508
+ 16,
509
+ 2048
510
+ ],
511
+ "offset": 933888,
512
+ "numel": 32768
513
+ },
514
+ {
515
+ "name": "base_model.model.model.layers.5.self_attn.o_proj.lora_B.default.weight",
516
+ "shape": [
517
+ 1024,
518
+ 16
519
+ ],
520
+ "offset": 966656,
521
+ "numel": 16384
522
+ },
523
+ {
524
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_A.default.weight",
525
+ "shape": [
526
+ 16,
527
+ 1024
528
+ ],
529
+ "offset": 983040,
530
+ "numel": 16384
531
+ },
532
+ {
533
+ "name": "base_model.model.model.layers.6.self_attn.q_proj.lora_B.default.weight",
534
+ "shape": [
535
+ 2048,
536
+ 16
537
+ ],
538
+ "offset": 999424,
539
+ "numel": 32768
540
+ },
541
+ {
542
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_A.default.weight",
543
+ "shape": [
544
+ 16,
545
+ 1024
546
+ ],
547
+ "offset": 1032192,
548
+ "numel": 16384
549
+ },
550
+ {
551
+ "name": "base_model.model.model.layers.6.self_attn.k_proj.lora_B.default.weight",
552
+ "shape": [
553
+ 1024,
554
+ 16
555
+ ],
556
+ "offset": 1048576,
557
+ "numel": 16384
558
+ },
559
+ {
560
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_A.default.weight",
561
+ "shape": [
562
+ 16,
563
+ 1024
564
+ ],
565
+ "offset": 1064960,
566
+ "numel": 16384
567
+ },
568
+ {
569
+ "name": "base_model.model.model.layers.6.self_attn.v_proj.lora_B.default.weight",
570
+ "shape": [
571
+ 1024,
572
+ 16
573
+ ],
574
+ "offset": 1081344,
575
+ "numel": 16384
576
+ },
577
+ {
578
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_A.default.weight",
579
+ "shape": [
580
+ 16,
581
+ 2048
582
+ ],
583
+ "offset": 1097728,
584
+ "numel": 32768
585
+ },
586
+ {
587
+ "name": "base_model.model.model.layers.6.self_attn.o_proj.lora_B.default.weight",
588
+ "shape": [
589
+ 1024,
590
+ 16
591
+ ],
592
+ "offset": 1130496,
593
+ "numel": 16384
594
+ },
595
+ {
596
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_A.default.weight",
597
+ "shape": [
598
+ 16,
599
+ 1024
600
+ ],
601
+ "offset": 1146880,
602
+ "numel": 16384
603
+ },
604
+ {
605
+ "name": "base_model.model.model.layers.7.self_attn.q_proj.lora_B.default.weight",
606
+ "shape": [
607
+ 2048,
608
+ 16
609
+ ],
610
+ "offset": 1163264,
611
+ "numel": 32768
612
+ },
613
+ {
614
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_A.default.weight",
615
+ "shape": [
616
+ 16,
617
+ 1024
618
+ ],
619
+ "offset": 1196032,
620
+ "numel": 16384
621
+ },
622
+ {
623
+ "name": "base_model.model.model.layers.7.self_attn.k_proj.lora_B.default.weight",
624
+ "shape": [
625
+ 1024,
626
+ 16
627
+ ],
628
+ "offset": 1212416,
629
+ "numel": 16384
630
+ },
631
+ {
632
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_A.default.weight",
633
+ "shape": [
634
+ 16,
635
+ 1024
636
+ ],
637
+ "offset": 1228800,
638
+ "numel": 16384
639
+ },
640
+ {
641
+ "name": "base_model.model.model.layers.7.self_attn.v_proj.lora_B.default.weight",
642
+ "shape": [
643
+ 1024,
644
+ 16
645
+ ],
646
+ "offset": 1245184,
647
+ "numel": 16384
648
+ },
649
+ {
650
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_A.default.weight",
651
+ "shape": [
652
+ 16,
653
+ 2048
654
+ ],
655
+ "offset": 1261568,
656
+ "numel": 32768
657
+ },
658
+ {
659
+ "name": "base_model.model.model.layers.7.self_attn.o_proj.lora_B.default.weight",
660
+ "shape": [
661
+ 1024,
662
+ 16
663
+ ],
664
+ "offset": 1294336,
665
+ "numel": 16384
666
+ },
667
+ {
668
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_A.default.weight",
669
+ "shape": [
670
+ 16,
671
+ 1024
672
+ ],
673
+ "offset": 1310720,
674
+ "numel": 16384
675
+ },
676
+ {
677
+ "name": "base_model.model.model.layers.8.self_attn.q_proj.lora_B.default.weight",
678
+ "shape": [
679
+ 2048,
680
+ 16
681
+ ],
682
+ "offset": 1327104,
683
+ "numel": 32768
684
+ },
685
+ {
686
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_A.default.weight",
687
+ "shape": [
688
+ 16,
689
+ 1024
690
+ ],
691
+ "offset": 1359872,
692
+ "numel": 16384
693
+ },
694
+ {
695
+ "name": "base_model.model.model.layers.8.self_attn.k_proj.lora_B.default.weight",
696
+ "shape": [
697
+ 1024,
698
+ 16
699
+ ],
700
+ "offset": 1376256,
701
+ "numel": 16384
702
+ },
703
+ {
704
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_A.default.weight",
705
+ "shape": [
706
+ 16,
707
+ 1024
708
+ ],
709
+ "offset": 1392640,
710
+ "numel": 16384
711
+ },
712
+ {
713
+ "name": "base_model.model.model.layers.8.self_attn.v_proj.lora_B.default.weight",
714
+ "shape": [
715
+ 1024,
716
+ 16
717
+ ],
718
+ "offset": 1409024,
719
+ "numel": 16384
720
+ },
721
+ {
722
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_A.default.weight",
723
+ "shape": [
724
+ 16,
725
+ 2048
726
+ ],
727
+ "offset": 1425408,
728
+ "numel": 32768
729
+ },
730
+ {
731
+ "name": "base_model.model.model.layers.8.self_attn.o_proj.lora_B.default.weight",
732
+ "shape": [
733
+ 1024,
734
+ 16
735
+ ],
736
+ "offset": 1458176,
737
+ "numel": 16384
738
+ },
739
+ {
740
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_A.default.weight",
741
+ "shape": [
742
+ 16,
743
+ 1024
744
+ ],
745
+ "offset": 1474560,
746
+ "numel": 16384
747
+ },
748
+ {
749
+ "name": "base_model.model.model.layers.9.self_attn.q_proj.lora_B.default.weight",
750
+ "shape": [
751
+ 2048,
752
+ 16
753
+ ],
754
+ "offset": 1490944,
755
+ "numel": 32768
756
+ },
757
+ {
758
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_A.default.weight",
759
+ "shape": [
760
+ 16,
761
+ 1024
762
+ ],
763
+ "offset": 1523712,
764
+ "numel": 16384
765
+ },
766
+ {
767
+ "name": "base_model.model.model.layers.9.self_attn.k_proj.lora_B.default.weight",
768
+ "shape": [
769
+ 1024,
770
+ 16
771
+ ],
772
+ "offset": 1540096,
773
+ "numel": 16384
774
+ },
775
+ {
776
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_A.default.weight",
777
+ "shape": [
778
+ 16,
779
+ 1024
780
+ ],
781
+ "offset": 1556480,
782
+ "numel": 16384
783
+ },
784
+ {
785
+ "name": "base_model.model.model.layers.9.self_attn.v_proj.lora_B.default.weight",
786
+ "shape": [
787
+ 1024,
788
+ 16
789
+ ],
790
+ "offset": 1572864,
791
+ "numel": 16384
792
+ },
793
+ {
794
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_A.default.weight",
795
+ "shape": [
796
+ 16,
797
+ 2048
798
+ ],
799
+ "offset": 1589248,
800
+ "numel": 32768
801
+ },
802
+ {
803
+ "name": "base_model.model.model.layers.9.self_attn.o_proj.lora_B.default.weight",
804
+ "shape": [
805
+ 1024,
806
+ 16
807
+ ],
808
+ "offset": 1622016,
809
+ "numel": 16384
810
+ },
811
+ {
812
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_A.default.weight",
813
+ "shape": [
814
+ 16,
815
+ 1024
816
+ ],
817
+ "offset": 1638400,
818
+ "numel": 16384
819
+ },
820
+ {
821
+ "name": "base_model.model.model.layers.10.self_attn.q_proj.lora_B.default.weight",
822
+ "shape": [
823
+ 2048,
824
+ 16
825
+ ],
826
+ "offset": 1654784,
827
+ "numel": 32768
828
+ },
829
+ {
830
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_A.default.weight",
831
+ "shape": [
832
+ 16,
833
+ 1024
834
+ ],
835
+ "offset": 1687552,
836
+ "numel": 16384
837
+ },
838
+ {
839
+ "name": "base_model.model.model.layers.10.self_attn.k_proj.lora_B.default.weight",
840
+ "shape": [
841
+ 1024,
842
+ 16
843
+ ],
844
+ "offset": 1703936,
845
+ "numel": 16384
846
+ },
847
+ {
848
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_A.default.weight",
849
+ "shape": [
850
+ 16,
851
+ 1024
852
+ ],
853
+ "offset": 1720320,
854
+ "numel": 16384
855
+ },
856
+ {
857
+ "name": "base_model.model.model.layers.10.self_attn.v_proj.lora_B.default.weight",
858
+ "shape": [
859
+ 1024,
860
+ 16
861
+ ],
862
+ "offset": 1736704,
863
+ "numel": 16384
864
+ },
865
+ {
866
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_A.default.weight",
867
+ "shape": [
868
+ 16,
869
+ 2048
870
+ ],
871
+ "offset": 1753088,
872
+ "numel": 32768
873
+ },
874
+ {
875
+ "name": "base_model.model.model.layers.10.self_attn.o_proj.lora_B.default.weight",
876
+ "shape": [
877
+ 1024,
878
+ 16
879
+ ],
880
+ "offset": 1785856,
881
+ "numel": 16384
882
+ },
883
+ {
884
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_A.default.weight",
885
+ "shape": [
886
+ 16,
887
+ 1024
888
+ ],
889
+ "offset": 1802240,
890
+ "numel": 16384
891
+ },
892
+ {
893
+ "name": "base_model.model.model.layers.11.self_attn.q_proj.lora_B.default.weight",
894
+ "shape": [
895
+ 2048,
896
+ 16
897
+ ],
898
+ "offset": 1818624,
899
+ "numel": 32768
900
+ },
901
+ {
902
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_A.default.weight",
903
+ "shape": [
904
+ 16,
905
+ 1024
906
+ ],
907
+ "offset": 1851392,
908
+ "numel": 16384
909
+ },
910
+ {
911
+ "name": "base_model.model.model.layers.11.self_attn.k_proj.lora_B.default.weight",
912
+ "shape": [
913
+ 1024,
914
+ 16
915
+ ],
916
+ "offset": 1867776,
917
+ "numel": 16384
918
+ },
919
+ {
920
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_A.default.weight",
921
+ "shape": [
922
+ 16,
923
+ 1024
924
+ ],
925
+ "offset": 1884160,
926
+ "numel": 16384
927
+ },
928
+ {
929
+ "name": "base_model.model.model.layers.11.self_attn.v_proj.lora_B.default.weight",
930
+ "shape": [
931
+ 1024,
932
+ 16
933
+ ],
934
+ "offset": 1900544,
935
+ "numel": 16384
936
+ },
937
+ {
938
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_A.default.weight",
939
+ "shape": [
940
+ 16,
941
+ 2048
942
+ ],
943
+ "offset": 1916928,
944
+ "numel": 32768
945
+ },
946
+ {
947
+ "name": "base_model.model.model.layers.11.self_attn.o_proj.lora_B.default.weight",
948
+ "shape": [
949
+ 1024,
950
+ 16
951
+ ],
952
+ "offset": 1949696,
953
+ "numel": 16384
954
+ },
955
+ {
956
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_A.default.weight",
957
+ "shape": [
958
+ 16,
959
+ 1024
960
+ ],
961
+ "offset": 1966080,
962
+ "numel": 16384
963
+ },
964
+ {
965
+ "name": "base_model.model.model.layers.12.self_attn.q_proj.lora_B.default.weight",
966
+ "shape": [
967
+ 2048,
968
+ 16
969
+ ],
970
+ "offset": 1982464,
971
+ "numel": 32768
972
+ },
973
+ {
974
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_A.default.weight",
975
+ "shape": [
976
+ 16,
977
+ 1024
978
+ ],
979
+ "offset": 2015232,
980
+ "numel": 16384
981
+ },
982
+ {
983
+ "name": "base_model.model.model.layers.12.self_attn.k_proj.lora_B.default.weight",
984
+ "shape": [
985
+ 1024,
986
+ 16
987
+ ],
988
+ "offset": 2031616,
989
+ "numel": 16384
990
+ },
991
+ {
992
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_A.default.weight",
993
+ "shape": [
994
+ 16,
995
+ 1024
996
+ ],
997
+ "offset": 2048000,
998
+ "numel": 16384
999
+ },
1000
+ {
1001
+ "name": "base_model.model.model.layers.12.self_attn.v_proj.lora_B.default.weight",
1002
+ "shape": [
1003
+ 1024,
1004
+ 16
1005
+ ],
1006
+ "offset": 2064384,
1007
+ "numel": 16384
1008
+ },
1009
+ {
1010
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_A.default.weight",
1011
+ "shape": [
1012
+ 16,
1013
+ 2048
1014
+ ],
1015
+ "offset": 2080768,
1016
+ "numel": 32768
1017
+ },
1018
+ {
1019
+ "name": "base_model.model.model.layers.12.self_attn.o_proj.lora_B.default.weight",
1020
+ "shape": [
1021
+ 1024,
1022
+ 16
1023
+ ],
1024
+ "offset": 2113536,
1025
+ "numel": 16384
1026
+ },
1027
+ {
1028
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_A.default.weight",
1029
+ "shape": [
1030
+ 16,
1031
+ 1024
1032
+ ],
1033
+ "offset": 2129920,
1034
+ "numel": 16384
1035
+ },
1036
+ {
1037
+ "name": "base_model.model.model.layers.13.self_attn.q_proj.lora_B.default.weight",
1038
+ "shape": [
1039
+ 2048,
1040
+ 16
1041
+ ],
1042
+ "offset": 2146304,
1043
+ "numel": 32768
1044
+ },
1045
+ {
1046
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_A.default.weight",
1047
+ "shape": [
1048
+ 16,
1049
+ 1024
1050
+ ],
1051
+ "offset": 2179072,
1052
+ "numel": 16384
1053
+ },
1054
+ {
1055
+ "name": "base_model.model.model.layers.13.self_attn.k_proj.lora_B.default.weight",
1056
+ "shape": [
1057
+ 1024,
1058
+ 16
1059
+ ],
1060
+ "offset": 2195456,
1061
+ "numel": 16384
1062
+ },
1063
+ {
1064
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_A.default.weight",
1065
+ "shape": [
1066
+ 16,
1067
+ 1024
1068
+ ],
1069
+ "offset": 2211840,
1070
+ "numel": 16384
1071
+ },
1072
+ {
1073
+ "name": "base_model.model.model.layers.13.self_attn.v_proj.lora_B.default.weight",
1074
+ "shape": [
1075
+ 1024,
1076
+ 16
1077
+ ],
1078
+ "offset": 2228224,
1079
+ "numel": 16384
1080
+ },
1081
+ {
1082
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_A.default.weight",
1083
+ "shape": [
1084
+ 16,
1085
+ 2048
1086
+ ],
1087
+ "offset": 2244608,
1088
+ "numel": 32768
1089
+ },
1090
+ {
1091
+ "name": "base_model.model.model.layers.13.self_attn.o_proj.lora_B.default.weight",
1092
+ "shape": [
1093
+ 1024,
1094
+ 16
1095
+ ],
1096
+ "offset": 2277376,
1097
+ "numel": 16384
1098
+ },
1099
+ {
1100
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_A.default.weight",
1101
+ "shape": [
1102
+ 16,
1103
+ 1024
1104
+ ],
1105
+ "offset": 2293760,
1106
+ "numel": 16384
1107
+ },
1108
+ {
1109
+ "name": "base_model.model.model.layers.14.self_attn.q_proj.lora_B.default.weight",
1110
+ "shape": [
1111
+ 2048,
1112
+ 16
1113
+ ],
1114
+ "offset": 2310144,
1115
+ "numel": 32768
1116
+ },
1117
+ {
1118
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_A.default.weight",
1119
+ "shape": [
1120
+ 16,
1121
+ 1024
1122
+ ],
1123
+ "offset": 2342912,
1124
+ "numel": 16384
1125
+ },
1126
+ {
1127
+ "name": "base_model.model.model.layers.14.self_attn.k_proj.lora_B.default.weight",
1128
+ "shape": [
1129
+ 1024,
1130
+ 16
1131
+ ],
1132
+ "offset": 2359296,
1133
+ "numel": 16384
1134
+ },
1135
+ {
1136
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_A.default.weight",
1137
+ "shape": [
1138
+ 16,
1139
+ 1024
1140
+ ],
1141
+ "offset": 2375680,
1142
+ "numel": 16384
1143
+ },
1144
+ {
1145
+ "name": "base_model.model.model.layers.14.self_attn.v_proj.lora_B.default.weight",
1146
+ "shape": [
1147
+ 1024,
1148
+ 16
1149
+ ],
1150
+ "offset": 2392064,
1151
+ "numel": 16384
1152
+ },
1153
+ {
1154
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_A.default.weight",
1155
+ "shape": [
1156
+ 16,
1157
+ 2048
1158
+ ],
1159
+ "offset": 2408448,
1160
+ "numel": 32768
1161
+ },
1162
+ {
1163
+ "name": "base_model.model.model.layers.14.self_attn.o_proj.lora_B.default.weight",
1164
+ "shape": [
1165
+ 1024,
1166
+ 16
1167
+ ],
1168
+ "offset": 2441216,
1169
+ "numel": 16384
1170
+ },
1171
+ {
1172
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_A.default.weight",
1173
+ "shape": [
1174
+ 16,
1175
+ 1024
1176
+ ],
1177
+ "offset": 2457600,
1178
+ "numel": 16384
1179
+ },
1180
+ {
1181
+ "name": "base_model.model.model.layers.15.self_attn.q_proj.lora_B.default.weight",
1182
+ "shape": [
1183
+ 2048,
1184
+ 16
1185
+ ],
1186
+ "offset": 2473984,
1187
+ "numel": 32768
1188
+ },
1189
+ {
1190
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_A.default.weight",
1191
+ "shape": [
1192
+ 16,
1193
+ 1024
1194
+ ],
1195
+ "offset": 2506752,
1196
+ "numel": 16384
1197
+ },
1198
+ {
1199
+ "name": "base_model.model.model.layers.15.self_attn.k_proj.lora_B.default.weight",
1200
+ "shape": [
1201
+ 1024,
1202
+ 16
1203
+ ],
1204
+ "offset": 2523136,
1205
+ "numel": 16384
1206
+ },
1207
+ {
1208
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_A.default.weight",
1209
+ "shape": [
1210
+ 16,
1211
+ 1024
1212
+ ],
1213
+ "offset": 2539520,
1214
+ "numel": 16384
1215
+ },
1216
+ {
1217
+ "name": "base_model.model.model.layers.15.self_attn.v_proj.lora_B.default.weight",
1218
+ "shape": [
1219
+ 1024,
1220
+ 16
1221
+ ],
1222
+ "offset": 2555904,
1223
+ "numel": 16384
1224
+ },
1225
+ {
1226
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_A.default.weight",
1227
+ "shape": [
1228
+ 16,
1229
+ 2048
1230
+ ],
1231
+ "offset": 2572288,
1232
+ "numel": 32768
1233
+ },
1234
+ {
1235
+ "name": "base_model.model.model.layers.15.self_attn.o_proj.lora_B.default.weight",
1236
+ "shape": [
1237
+ 1024,
1238
+ 16
1239
+ ],
1240
+ "offset": 2605056,
1241
+ "numel": 16384
1242
+ },
1243
+ {
1244
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_A.default.weight",
1245
+ "shape": [
1246
+ 16,
1247
+ 1024
1248
+ ],
1249
+ "offset": 2621440,
1250
+ "numel": 16384
1251
+ },
1252
+ {
1253
+ "name": "base_model.model.model.layers.16.self_attn.q_proj.lora_B.default.weight",
1254
+ "shape": [
1255
+ 2048,
1256
+ 16
1257
+ ],
1258
+ "offset": 2637824,
1259
+ "numel": 32768
1260
+ },
1261
+ {
1262
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_A.default.weight",
1263
+ "shape": [
1264
+ 16,
1265
+ 1024
1266
+ ],
1267
+ "offset": 2670592,
1268
+ "numel": 16384
1269
+ },
1270
+ {
1271
+ "name": "base_model.model.model.layers.16.self_attn.k_proj.lora_B.default.weight",
1272
+ "shape": [
1273
+ 1024,
1274
+ 16
1275
+ ],
1276
+ "offset": 2686976,
1277
+ "numel": 16384
1278
+ },
1279
+ {
1280
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_A.default.weight",
1281
+ "shape": [
1282
+ 16,
1283
+ 1024
1284
+ ],
1285
+ "offset": 2703360,
1286
+ "numel": 16384
1287
+ },
1288
+ {
1289
+ "name": "base_model.model.model.layers.16.self_attn.v_proj.lora_B.default.weight",
1290
+ "shape": [
1291
+ 1024,
1292
+ 16
1293
+ ],
1294
+ "offset": 2719744,
1295
+ "numel": 16384
1296
+ },
1297
+ {
1298
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_A.default.weight",
1299
+ "shape": [
1300
+ 16,
1301
+ 2048
1302
+ ],
1303
+ "offset": 2736128,
1304
+ "numel": 32768
1305
+ },
1306
+ {
1307
+ "name": "base_model.model.model.layers.16.self_attn.o_proj.lora_B.default.weight",
1308
+ "shape": [
1309
+ 1024,
1310
+ 16
1311
+ ],
1312
+ "offset": 2768896,
1313
+ "numel": 16384
1314
+ },
1315
+ {
1316
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_A.default.weight",
1317
+ "shape": [
1318
+ 16,
1319
+ 1024
1320
+ ],
1321
+ "offset": 2785280,
1322
+ "numel": 16384
1323
+ },
1324
+ {
1325
+ "name": "base_model.model.model.layers.17.self_attn.q_proj.lora_B.default.weight",
1326
+ "shape": [
1327
+ 2048,
1328
+ 16
1329
+ ],
1330
+ "offset": 2801664,
1331
+ "numel": 32768
1332
+ },
1333
+ {
1334
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_A.default.weight",
1335
+ "shape": [
1336
+ 16,
1337
+ 1024
1338
+ ],
1339
+ "offset": 2834432,
1340
+ "numel": 16384
1341
+ },
1342
+ {
1343
+ "name": "base_model.model.model.layers.17.self_attn.k_proj.lora_B.default.weight",
1344
+ "shape": [
1345
+ 1024,
1346
+ 16
1347
+ ],
1348
+ "offset": 2850816,
1349
+ "numel": 16384
1350
+ },
1351
+ {
1352
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_A.default.weight",
1353
+ "shape": [
1354
+ 16,
1355
+ 1024
1356
+ ],
1357
+ "offset": 2867200,
1358
+ "numel": 16384
1359
+ },
1360
+ {
1361
+ "name": "base_model.model.model.layers.17.self_attn.v_proj.lora_B.default.weight",
1362
+ "shape": [
1363
+ 1024,
1364
+ 16
1365
+ ],
1366
+ "offset": 2883584,
1367
+ "numel": 16384
1368
+ },
1369
+ {
1370
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_A.default.weight",
1371
+ "shape": [
1372
+ 16,
1373
+ 2048
1374
+ ],
1375
+ "offset": 2899968,
1376
+ "numel": 32768
1377
+ },
1378
+ {
1379
+ "name": "base_model.model.model.layers.17.self_attn.o_proj.lora_B.default.weight",
1380
+ "shape": [
1381
+ 1024,
1382
+ 16
1383
+ ],
1384
+ "offset": 2932736,
1385
+ "numel": 16384
1386
+ },
1387
+ {
1388
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_A.default.weight",
1389
+ "shape": [
1390
+ 16,
1391
+ 1024
1392
+ ],
1393
+ "offset": 2949120,
1394
+ "numel": 16384
1395
+ },
1396
+ {
1397
+ "name": "base_model.model.model.layers.18.self_attn.q_proj.lora_B.default.weight",
1398
+ "shape": [
1399
+ 2048,
1400
+ 16
1401
+ ],
1402
+ "offset": 2965504,
1403
+ "numel": 32768
1404
+ },
1405
+ {
1406
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_A.default.weight",
1407
+ "shape": [
1408
+ 16,
1409
+ 1024
1410
+ ],
1411
+ "offset": 2998272,
1412
+ "numel": 16384
1413
+ },
1414
+ {
1415
+ "name": "base_model.model.model.layers.18.self_attn.k_proj.lora_B.default.weight",
1416
+ "shape": [
1417
+ 1024,
1418
+ 16
1419
+ ],
1420
+ "offset": 3014656,
1421
+ "numel": 16384
1422
+ },
1423
+ {
1424
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_A.default.weight",
1425
+ "shape": [
1426
+ 16,
1427
+ 1024
1428
+ ],
1429
+ "offset": 3031040,
1430
+ "numel": 16384
1431
+ },
1432
+ {
1433
+ "name": "base_model.model.model.layers.18.self_attn.v_proj.lora_B.default.weight",
1434
+ "shape": [
1435
+ 1024,
1436
+ 16
1437
+ ],
1438
+ "offset": 3047424,
1439
+ "numel": 16384
1440
+ },
1441
+ {
1442
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_A.default.weight",
1443
+ "shape": [
1444
+ 16,
1445
+ 2048
1446
+ ],
1447
+ "offset": 3063808,
1448
+ "numel": 32768
1449
+ },
1450
+ {
1451
+ "name": "base_model.model.model.layers.18.self_attn.o_proj.lora_B.default.weight",
1452
+ "shape": [
1453
+ 1024,
1454
+ 16
1455
+ ],
1456
+ "offset": 3096576,
1457
+ "numel": 16384
1458
+ },
1459
+ {
1460
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_A.default.weight",
1461
+ "shape": [
1462
+ 16,
1463
+ 1024
1464
+ ],
1465
+ "offset": 3112960,
1466
+ "numel": 16384
1467
+ },
1468
+ {
1469
+ "name": "base_model.model.model.layers.19.self_attn.q_proj.lora_B.default.weight",
1470
+ "shape": [
1471
+ 2048,
1472
+ 16
1473
+ ],
1474
+ "offset": 3129344,
1475
+ "numel": 32768
1476
+ },
1477
+ {
1478
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_A.default.weight",
1479
+ "shape": [
1480
+ 16,
1481
+ 1024
1482
+ ],
1483
+ "offset": 3162112,
1484
+ "numel": 16384
1485
+ },
1486
+ {
1487
+ "name": "base_model.model.model.layers.19.self_attn.k_proj.lora_B.default.weight",
1488
+ "shape": [
1489
+ 1024,
1490
+ 16
1491
+ ],
1492
+ "offset": 3178496,
1493
+ "numel": 16384
1494
+ },
1495
+ {
1496
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_A.default.weight",
1497
+ "shape": [
1498
+ 16,
1499
+ 1024
1500
+ ],
1501
+ "offset": 3194880,
1502
+ "numel": 16384
1503
+ },
1504
+ {
1505
+ "name": "base_model.model.model.layers.19.self_attn.v_proj.lora_B.default.weight",
1506
+ "shape": [
1507
+ 1024,
1508
+ 16
1509
+ ],
1510
+ "offset": 3211264,
1511
+ "numel": 16384
1512
+ },
1513
+ {
1514
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_A.default.weight",
1515
+ "shape": [
1516
+ 16,
1517
+ 2048
1518
+ ],
1519
+ "offset": 3227648,
1520
+ "numel": 32768
1521
+ },
1522
+ {
1523
+ "name": "base_model.model.model.layers.19.self_attn.o_proj.lora_B.default.weight",
1524
+ "shape": [
1525
+ 1024,
1526
+ 16
1527
+ ],
1528
+ "offset": 3260416,
1529
+ "numel": 16384
1530
+ },
1531
+ {
1532
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_A.default.weight",
1533
+ "shape": [
1534
+ 16,
1535
+ 1024
1536
+ ],
1537
+ "offset": 3276800,
1538
+ "numel": 16384
1539
+ },
1540
+ {
1541
+ "name": "base_model.model.model.layers.20.self_attn.q_proj.lora_B.default.weight",
1542
+ "shape": [
1543
+ 2048,
1544
+ 16
1545
+ ],
1546
+ "offset": 3293184,
1547
+ "numel": 32768
1548
+ },
1549
+ {
1550
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_A.default.weight",
1551
+ "shape": [
1552
+ 16,
1553
+ 1024
1554
+ ],
1555
+ "offset": 3325952,
1556
+ "numel": 16384
1557
+ },
1558
+ {
1559
+ "name": "base_model.model.model.layers.20.self_attn.k_proj.lora_B.default.weight",
1560
+ "shape": [
1561
+ 1024,
1562
+ 16
1563
+ ],
1564
+ "offset": 3342336,
1565
+ "numel": 16384
1566
+ },
1567
+ {
1568
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_A.default.weight",
1569
+ "shape": [
1570
+ 16,
1571
+ 1024
1572
+ ],
1573
+ "offset": 3358720,
1574
+ "numel": 16384
1575
+ },
1576
+ {
1577
+ "name": "base_model.model.model.layers.20.self_attn.v_proj.lora_B.default.weight",
1578
+ "shape": [
1579
+ 1024,
1580
+ 16
1581
+ ],
1582
+ "offset": 3375104,
1583
+ "numel": 16384
1584
+ },
1585
+ {
1586
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_A.default.weight",
1587
+ "shape": [
1588
+ 16,
1589
+ 2048
1590
+ ],
1591
+ "offset": 3391488,
1592
+ "numel": 32768
1593
+ },
1594
+ {
1595
+ "name": "base_model.model.model.layers.20.self_attn.o_proj.lora_B.default.weight",
1596
+ "shape": [
1597
+ 1024,
1598
+ 16
1599
+ ],
1600
+ "offset": 3424256,
1601
+ "numel": 16384
1602
+ },
1603
+ {
1604
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_A.default.weight",
1605
+ "shape": [
1606
+ 16,
1607
+ 1024
1608
+ ],
1609
+ "offset": 3440640,
1610
+ "numel": 16384
1611
+ },
1612
+ {
1613
+ "name": "base_model.model.model.layers.21.self_attn.q_proj.lora_B.default.weight",
1614
+ "shape": [
1615
+ 2048,
1616
+ 16
1617
+ ],
1618
+ "offset": 3457024,
1619
+ "numel": 32768
1620
+ },
1621
+ {
1622
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_A.default.weight",
1623
+ "shape": [
1624
+ 16,
1625
+ 1024
1626
+ ],
1627
+ "offset": 3489792,
1628
+ "numel": 16384
1629
+ },
1630
+ {
1631
+ "name": "base_model.model.model.layers.21.self_attn.k_proj.lora_B.default.weight",
1632
+ "shape": [
1633
+ 1024,
1634
+ 16
1635
+ ],
1636
+ "offset": 3506176,
1637
+ "numel": 16384
1638
+ },
1639
+ {
1640
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_A.default.weight",
1641
+ "shape": [
1642
+ 16,
1643
+ 1024
1644
+ ],
1645
+ "offset": 3522560,
1646
+ "numel": 16384
1647
+ },
1648
+ {
1649
+ "name": "base_model.model.model.layers.21.self_attn.v_proj.lora_B.default.weight",
1650
+ "shape": [
1651
+ 1024,
1652
+ 16
1653
+ ],
1654
+ "offset": 3538944,
1655
+ "numel": 16384
1656
+ },
1657
+ {
1658
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_A.default.weight",
1659
+ "shape": [
1660
+ 16,
1661
+ 2048
1662
+ ],
1663
+ "offset": 3555328,
1664
+ "numel": 32768
1665
+ },
1666
+ {
1667
+ "name": "base_model.model.model.layers.21.self_attn.o_proj.lora_B.default.weight",
1668
+ "shape": [
1669
+ 1024,
1670
+ 16
1671
+ ],
1672
+ "offset": 3588096,
1673
+ "numel": 16384
1674
+ },
1675
+ {
1676
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_A.default.weight",
1677
+ "shape": [
1678
+ 16,
1679
+ 1024
1680
+ ],
1681
+ "offset": 3604480,
1682
+ "numel": 16384
1683
+ },
1684
+ {
1685
+ "name": "base_model.model.model.layers.22.self_attn.q_proj.lora_B.default.weight",
1686
+ "shape": [
1687
+ 2048,
1688
+ 16
1689
+ ],
1690
+ "offset": 3620864,
1691
+ "numel": 32768
1692
+ },
1693
+ {
1694
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_A.default.weight",
1695
+ "shape": [
1696
+ 16,
1697
+ 1024
1698
+ ],
1699
+ "offset": 3653632,
1700
+ "numel": 16384
1701
+ },
1702
+ {
1703
+ "name": "base_model.model.model.layers.22.self_attn.k_proj.lora_B.default.weight",
1704
+ "shape": [
1705
+ 1024,
1706
+ 16
1707
+ ],
1708
+ "offset": 3670016,
1709
+ "numel": 16384
1710
+ },
1711
+ {
1712
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_A.default.weight",
1713
+ "shape": [
1714
+ 16,
1715
+ 1024
1716
+ ],
1717
+ "offset": 3686400,
1718
+ "numel": 16384
1719
+ },
1720
+ {
1721
+ "name": "base_model.model.model.layers.22.self_attn.v_proj.lora_B.default.weight",
1722
+ "shape": [
1723
+ 1024,
1724
+ 16
1725
+ ],
1726
+ "offset": 3702784,
1727
+ "numel": 16384
1728
+ },
1729
+ {
1730
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_A.default.weight",
1731
+ "shape": [
1732
+ 16,
1733
+ 2048
1734
+ ],
1735
+ "offset": 3719168,
1736
+ "numel": 32768
1737
+ },
1738
+ {
1739
+ "name": "base_model.model.model.layers.22.self_attn.o_proj.lora_B.default.weight",
1740
+ "shape": [
1741
+ 1024,
1742
+ 16
1743
+ ],
1744
+ "offset": 3751936,
1745
+ "numel": 16384
1746
+ },
1747
+ {
1748
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_A.default.weight",
1749
+ "shape": [
1750
+ 16,
1751
+ 1024
1752
+ ],
1753
+ "offset": 3768320,
1754
+ "numel": 16384
1755
+ },
1756
+ {
1757
+ "name": "base_model.model.model.layers.23.self_attn.q_proj.lora_B.default.weight",
1758
+ "shape": [
1759
+ 2048,
1760
+ 16
1761
+ ],
1762
+ "offset": 3784704,
1763
+ "numel": 32768
1764
+ },
1765
+ {
1766
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_A.default.weight",
1767
+ "shape": [
1768
+ 16,
1769
+ 1024
1770
+ ],
1771
+ "offset": 3817472,
1772
+ "numel": 16384
1773
+ },
1774
+ {
1775
+ "name": "base_model.model.model.layers.23.self_attn.k_proj.lora_B.default.weight",
1776
+ "shape": [
1777
+ 1024,
1778
+ 16
1779
+ ],
1780
+ "offset": 3833856,
1781
+ "numel": 16384
1782
+ },
1783
+ {
1784
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_A.default.weight",
1785
+ "shape": [
1786
+ 16,
1787
+ 1024
1788
+ ],
1789
+ "offset": 3850240,
1790
+ "numel": 16384
1791
+ },
1792
+ {
1793
+ "name": "base_model.model.model.layers.23.self_attn.v_proj.lora_B.default.weight",
1794
+ "shape": [
1795
+ 1024,
1796
+ 16
1797
+ ],
1798
+ "offset": 3866624,
1799
+ "numel": 16384
1800
+ },
1801
+ {
1802
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_A.default.weight",
1803
+ "shape": [
1804
+ 16,
1805
+ 2048
1806
+ ],
1807
+ "offset": 3883008,
1808
+ "numel": 32768
1809
+ },
1810
+ {
1811
+ "name": "base_model.model.model.layers.23.self_attn.o_proj.lora_B.default.weight",
1812
+ "shape": [
1813
+ 1024,
1814
+ 16
1815
+ ],
1816
+ "offset": 3915776,
1817
+ "numel": 16384
1818
+ },
1819
+ {
1820
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_A.default.weight",
1821
+ "shape": [
1822
+ 16,
1823
+ 1024
1824
+ ],
1825
+ "offset": 3932160,
1826
+ "numel": 16384
1827
+ },
1828
+ {
1829
+ "name": "base_model.model.model.layers.24.self_attn.q_proj.lora_B.default.weight",
1830
+ "shape": [
1831
+ 2048,
1832
+ 16
1833
+ ],
1834
+ "offset": 3948544,
1835
+ "numel": 32768
1836
+ },
1837
+ {
1838
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_A.default.weight",
1839
+ "shape": [
1840
+ 16,
1841
+ 1024
1842
+ ],
1843
+ "offset": 3981312,
1844
+ "numel": 16384
1845
+ },
1846
+ {
1847
+ "name": "base_model.model.model.layers.24.self_attn.k_proj.lora_B.default.weight",
1848
+ "shape": [
1849
+ 1024,
1850
+ 16
1851
+ ],
1852
+ "offset": 3997696,
1853
+ "numel": 16384
1854
+ },
1855
+ {
1856
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_A.default.weight",
1857
+ "shape": [
1858
+ 16,
1859
+ 1024
1860
+ ],
1861
+ "offset": 4014080,
1862
+ "numel": 16384
1863
+ },
1864
+ {
1865
+ "name": "base_model.model.model.layers.24.self_attn.v_proj.lora_B.default.weight",
1866
+ "shape": [
1867
+ 1024,
1868
+ 16
1869
+ ],
1870
+ "offset": 4030464,
1871
+ "numel": 16384
1872
+ },
1873
+ {
1874
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_A.default.weight",
1875
+ "shape": [
1876
+ 16,
1877
+ 2048
1878
+ ],
1879
+ "offset": 4046848,
1880
+ "numel": 32768
1881
+ },
1882
+ {
1883
+ "name": "base_model.model.model.layers.24.self_attn.o_proj.lora_B.default.weight",
1884
+ "shape": [
1885
+ 1024,
1886
+ 16
1887
+ ],
1888
+ "offset": 4079616,
1889
+ "numel": 16384
1890
+ },
1891
+ {
1892
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_A.default.weight",
1893
+ "shape": [
1894
+ 16,
1895
+ 1024
1896
+ ],
1897
+ "offset": 4096000,
1898
+ "numel": 16384
1899
+ },
1900
+ {
1901
+ "name": "base_model.model.model.layers.25.self_attn.q_proj.lora_B.default.weight",
1902
+ "shape": [
1903
+ 2048,
1904
+ 16
1905
+ ],
1906
+ "offset": 4112384,
1907
+ "numel": 32768
1908
+ },
1909
+ {
1910
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_A.default.weight",
1911
+ "shape": [
1912
+ 16,
1913
+ 1024
1914
+ ],
1915
+ "offset": 4145152,
1916
+ "numel": 16384
1917
+ },
1918
+ {
1919
+ "name": "base_model.model.model.layers.25.self_attn.k_proj.lora_B.default.weight",
1920
+ "shape": [
1921
+ 1024,
1922
+ 16
1923
+ ],
1924
+ "offset": 4161536,
1925
+ "numel": 16384
1926
+ },
1927
+ {
1928
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_A.default.weight",
1929
+ "shape": [
1930
+ 16,
1931
+ 1024
1932
+ ],
1933
+ "offset": 4177920,
1934
+ "numel": 16384
1935
+ },
1936
+ {
1937
+ "name": "base_model.model.model.layers.25.self_attn.v_proj.lora_B.default.weight",
1938
+ "shape": [
1939
+ 1024,
1940
+ 16
1941
+ ],
1942
+ "offset": 4194304,
1943
+ "numel": 16384
1944
+ },
1945
+ {
1946
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_A.default.weight",
1947
+ "shape": [
1948
+ 16,
1949
+ 2048
1950
+ ],
1951
+ "offset": 4210688,
1952
+ "numel": 32768
1953
+ },
1954
+ {
1955
+ "name": "base_model.model.model.layers.25.self_attn.o_proj.lora_B.default.weight",
1956
+ "shape": [
1957
+ 1024,
1958
+ 16
1959
+ ],
1960
+ "offset": 4243456,
1961
+ "numel": 16384
1962
+ },
1963
+ {
1964
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_A.default.weight",
1965
+ "shape": [
1966
+ 16,
1967
+ 1024
1968
+ ],
1969
+ "offset": 4259840,
1970
+ "numel": 16384
1971
+ },
1972
+ {
1973
+ "name": "base_model.model.model.layers.26.self_attn.q_proj.lora_B.default.weight",
1974
+ "shape": [
1975
+ 2048,
1976
+ 16
1977
+ ],
1978
+ "offset": 4276224,
1979
+ "numel": 32768
1980
+ },
1981
+ {
1982
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_A.default.weight",
1983
+ "shape": [
1984
+ 16,
1985
+ 1024
1986
+ ],
1987
+ "offset": 4308992,
1988
+ "numel": 16384
1989
+ },
1990
+ {
1991
+ "name": "base_model.model.model.layers.26.self_attn.k_proj.lora_B.default.weight",
1992
+ "shape": [
1993
+ 1024,
1994
+ 16
1995
+ ],
1996
+ "offset": 4325376,
1997
+ "numel": 16384
1998
+ },
1999
+ {
2000
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_A.default.weight",
2001
+ "shape": [
2002
+ 16,
2003
+ 1024
2004
+ ],
2005
+ "offset": 4341760,
2006
+ "numel": 16384
2007
+ },
2008
+ {
2009
+ "name": "base_model.model.model.layers.26.self_attn.v_proj.lora_B.default.weight",
2010
+ "shape": [
2011
+ 1024,
2012
+ 16
2013
+ ],
2014
+ "offset": 4358144,
2015
+ "numel": 16384
2016
+ },
2017
+ {
2018
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_A.default.weight",
2019
+ "shape": [
2020
+ 16,
2021
+ 2048
2022
+ ],
2023
+ "offset": 4374528,
2024
+ "numel": 32768
2025
+ },
2026
+ {
2027
+ "name": "base_model.model.model.layers.26.self_attn.o_proj.lora_B.default.weight",
2028
+ "shape": [
2029
+ 1024,
2030
+ 16
2031
+ ],
2032
+ "offset": 4407296,
2033
+ "numel": 16384
2034
+ },
2035
+ {
2036
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_A.default.weight",
2037
+ "shape": [
2038
+ 16,
2039
+ 1024
2040
+ ],
2041
+ "offset": 4423680,
2042
+ "numel": 16384
2043
+ },
2044
+ {
2045
+ "name": "base_model.model.model.layers.27.self_attn.q_proj.lora_B.default.weight",
2046
+ "shape": [
2047
+ 2048,
2048
+ 16
2049
+ ],
2050
+ "offset": 4440064,
2051
+ "numel": 32768
2052
+ },
2053
+ {
2054
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_A.default.weight",
2055
+ "shape": [
2056
+ 16,
2057
+ 1024
2058
+ ],
2059
+ "offset": 4472832,
2060
+ "numel": 16384
2061
+ },
2062
+ {
2063
+ "name": "base_model.model.model.layers.27.self_attn.k_proj.lora_B.default.weight",
2064
+ "shape": [
2065
+ 1024,
2066
+ 16
2067
+ ],
2068
+ "offset": 4489216,
2069
+ "numel": 16384
2070
+ },
2071
+ {
2072
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_A.default.weight",
2073
+ "shape": [
2074
+ 16,
2075
+ 1024
2076
+ ],
2077
+ "offset": 4505600,
2078
+ "numel": 16384
2079
+ },
2080
+ {
2081
+ "name": "base_model.model.model.layers.27.self_attn.v_proj.lora_B.default.weight",
2082
+ "shape": [
2083
+ 1024,
2084
+ 16
2085
+ ],
2086
+ "offset": 4521984,
2087
+ "numel": 16384
2088
+ },
2089
+ {
2090
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_A.default.weight",
2091
+ "shape": [
2092
+ 16,
2093
+ 2048
2094
+ ],
2095
+ "offset": 4538368,
2096
+ "numel": 32768
2097
+ },
2098
+ {
2099
+ "name": "base_model.model.model.layers.27.self_attn.o_proj.lora_B.default.weight",
2100
+ "shape": [
2101
+ 1024,
2102
+ 16
2103
+ ],
2104
+ "offset": 4571136,
2105
+ "numel": 16384
2106
+ }
2107
+ ],
2108
+ "config": {
2109
+ "run_id": "e2_o1_gsm8k_s19",
2110
+ "model_id": "Qwen/Qwen3-0.6B-Base",
2111
+ "task": "gsm8k",
2112
+ "seq_len": 512,
2113
+ "batch_size": 8,
2114
+ "grad_accum": 1,
2115
+ "max_steps": 800,
2116
+ "lora_r": 16,
2117
+ "lora_alpha": null,
2118
+ "targets": [
2119
+ "q_proj",
2120
+ "k_proj",
2121
+ "v_proj",
2122
+ "o_proj"
2123
+ ],
2124
+ "optimizer": "adamw",
2125
+ "lr": 0.0002,
2126
+ "weight_decay": 0.01,
2127
+ "betas": [
2128
+ 0.9,
2129
+ 0.999
2130
+ ],
2131
+ "momentum": 0.0,
2132
+ "adam_eps": 1e-08,
2133
+ "grad_clip": 1.0,
2134
+ "snapshot_every": 10,
2135
+ "probe_every": 10,
2136
+ "eval_every": 100,
2137
+ "eval_batches": 8,
2138
+ "seed": 19,
2139
+ "data_seed": 17,
2140
+ "warm_start": null,
2141
+ "gauge_transform": "none",
2142
+ "gauge_c": 4.0,
2143
+ "gauge_seed": 0,
2144
+ "save_warm_at": null,
2145
+ "device": "auto",
2146
+ "base_dtype": "auto",
2147
+ "out_root": "runs"
2148
+ },
2149
+ "module_order": [
2150
+ "base_model.model.model.layers.0.self_attn.k_proj",
2151
+ "base_model.model.model.layers.0.self_attn.o_proj",
2152
+ "base_model.model.model.layers.0.self_attn.q_proj",
2153
+ "base_model.model.model.layers.0.self_attn.v_proj",
2154
+ "base_model.model.model.layers.1.self_attn.k_proj",
2155
+ "base_model.model.model.layers.1.self_attn.o_proj",
2156
+ "base_model.model.model.layers.1.self_attn.q_proj",
2157
+ "base_model.model.model.layers.1.self_attn.v_proj",
2158
+ "base_model.model.model.layers.10.self_attn.k_proj",
2159
+ "base_model.model.model.layers.10.self_attn.o_proj",
2160
+ "base_model.model.model.layers.10.self_attn.q_proj",
2161
+ "base_model.model.model.layers.10.self_attn.v_proj",
2162
+ "base_model.model.model.layers.11.self_attn.k_proj",
2163
+ "base_model.model.model.layers.11.self_attn.o_proj",
2164
+ "base_model.model.model.layers.11.self_attn.q_proj",
2165
+ "base_model.model.model.layers.11.self_attn.v_proj",
2166
+ "base_model.model.model.layers.12.self_attn.k_proj",
2167
+ "base_model.model.model.layers.12.self_attn.o_proj",
2168
+ "base_model.model.model.layers.12.self_attn.q_proj",
2169
+ "base_model.model.model.layers.12.self_attn.v_proj",
2170
+ "base_model.model.model.layers.13.self_attn.k_proj",
2171
+ "base_model.model.model.layers.13.self_attn.o_proj",
2172
+ "base_model.model.model.layers.13.self_attn.q_proj",
2173
+ "base_model.model.model.layers.13.self_attn.v_proj",
2174
+ "base_model.model.model.layers.14.self_attn.k_proj",
2175
+ "base_model.model.model.layers.14.self_attn.o_proj",
2176
+ "base_model.model.model.layers.14.self_attn.q_proj",
2177
+ "base_model.model.model.layers.14.self_attn.v_proj",
2178
+ "base_model.model.model.layers.15.self_attn.k_proj",
2179
+ "base_model.model.model.layers.15.self_attn.o_proj",
2180
+ "base_model.model.model.layers.15.self_attn.q_proj",
2181
+ "base_model.model.model.layers.15.self_attn.v_proj",
2182
+ "base_model.model.model.layers.16.self_attn.k_proj",
2183
+ "base_model.model.model.layers.16.self_attn.o_proj",
2184
+ "base_model.model.model.layers.16.self_attn.q_proj",
2185
+ "base_model.model.model.layers.16.self_attn.v_proj",
2186
+ "base_model.model.model.layers.17.self_attn.k_proj",
2187
+ "base_model.model.model.layers.17.self_attn.o_proj",
2188
+ "base_model.model.model.layers.17.self_attn.q_proj",
2189
+ "base_model.model.model.layers.17.self_attn.v_proj",
2190
+ "base_model.model.model.layers.18.self_attn.k_proj",
2191
+ "base_model.model.model.layers.18.self_attn.o_proj",
2192
+ "base_model.model.model.layers.18.self_attn.q_proj",
2193
+ "base_model.model.model.layers.18.self_attn.v_proj",
2194
+ "base_model.model.model.layers.19.self_attn.k_proj",
2195
+ "base_model.model.model.layers.19.self_attn.o_proj",
2196
+ "base_model.model.model.layers.19.self_attn.q_proj",
2197
+ "base_model.model.model.layers.19.self_attn.v_proj",
2198
+ "base_model.model.model.layers.2.self_attn.k_proj",
2199
+ "base_model.model.model.layers.2.self_attn.o_proj",
2200
+ "base_model.model.model.layers.2.self_attn.q_proj",
2201
+ "base_model.model.model.layers.2.self_attn.v_proj",
2202
+ "base_model.model.model.layers.20.self_attn.k_proj",
2203
+ "base_model.model.model.layers.20.self_attn.o_proj",
2204
+ "base_model.model.model.layers.20.self_attn.q_proj",
2205
+ "base_model.model.model.layers.20.self_attn.v_proj",
2206
+ "base_model.model.model.layers.21.self_attn.k_proj",
2207
+ "base_model.model.model.layers.21.self_attn.o_proj",
2208
+ "base_model.model.model.layers.21.self_attn.q_proj",
2209
+ "base_model.model.model.layers.21.self_attn.v_proj",
2210
+ "base_model.model.model.layers.22.self_attn.k_proj",
2211
+ "base_model.model.model.layers.22.self_attn.o_proj",
2212
+ "base_model.model.model.layers.22.self_attn.q_proj",
2213
+ "base_model.model.model.layers.22.self_attn.v_proj",
2214
+ "base_model.model.model.layers.23.self_attn.k_proj",
2215
+ "base_model.model.model.layers.23.self_attn.o_proj",
2216
+ "base_model.model.model.layers.23.self_attn.q_proj",
2217
+ "base_model.model.model.layers.23.self_attn.v_proj",
2218
+ "base_model.model.model.layers.24.self_attn.k_proj",
2219
+ "base_model.model.model.layers.24.self_attn.o_proj",
2220
+ "base_model.model.model.layers.24.self_attn.q_proj",
2221
+ "base_model.model.model.layers.24.self_attn.v_proj",
2222
+ "base_model.model.model.layers.25.self_attn.k_proj",
2223
+ "base_model.model.model.layers.25.self_attn.o_proj",
2224
+ "base_model.model.model.layers.25.self_attn.q_proj",
2225
+ "base_model.model.model.layers.25.self_attn.v_proj",
2226
+ "base_model.model.model.layers.26.self_attn.k_proj",
2227
+ "base_model.model.model.layers.26.self_attn.o_proj",
2228
+ "base_model.model.model.layers.26.self_attn.q_proj",
2229
+ "base_model.model.model.layers.26.self_attn.v_proj",
2230
+ "base_model.model.model.layers.27.self_attn.k_proj",
2231
+ "base_model.model.model.layers.27.self_attn.o_proj",
2232
+ "base_model.model.model.layers.27.self_attn.q_proj",
2233
+ "base_model.model.model.layers.27.self_attn.v_proj",
2234
+ "base_model.model.model.layers.3.self_attn.k_proj",
2235
+ "base_model.model.model.layers.3.self_attn.o_proj",
2236
+ "base_model.model.model.layers.3.self_attn.q_proj",
2237
+ "base_model.model.model.layers.3.self_attn.v_proj",
2238
+ "base_model.model.model.layers.4.self_attn.k_proj",
2239
+ "base_model.model.model.layers.4.self_attn.o_proj",
2240
+ "base_model.model.model.layers.4.self_attn.q_proj",
2241
+ "base_model.model.model.layers.4.self_attn.v_proj",
2242
+ "base_model.model.model.layers.5.self_attn.k_proj",
2243
+ "base_model.model.model.layers.5.self_attn.o_proj",
2244
+ "base_model.model.model.layers.5.self_attn.q_proj",
2245
+ "base_model.model.model.layers.5.self_attn.v_proj",
2246
+ "base_model.model.model.layers.6.self_attn.k_proj",
2247
+ "base_model.model.model.layers.6.self_attn.o_proj",
2248
+ "base_model.model.model.layers.6.self_attn.q_proj",
2249
+ "base_model.model.model.layers.6.self_attn.v_proj",
2250
+ "base_model.model.model.layers.7.self_attn.k_proj",
2251
+ "base_model.model.model.layers.7.self_attn.o_proj",
2252
+ "base_model.model.model.layers.7.self_attn.q_proj",
2253
+ "base_model.model.model.layers.7.self_attn.v_proj",
2254
+ "base_model.model.model.layers.8.self_attn.k_proj",
2255
+ "base_model.model.model.layers.8.self_attn.o_proj",
2256
+ "base_model.model.model.layers.8.self_attn.q_proj",
2257
+ "base_model.model.model.layers.8.self_attn.v_proj",
2258
+ "base_model.model.model.layers.9.self_attn.k_proj",
2259
+ "base_model.model.model.layers.9.self_attn.o_proj",
2260
+ "base_model.model.model.layers.9.self_attn.q_proj",
2261
+ "base_model.model.model.layers.9.self_attn.v_proj"
2262
+ ],
2263
+ "scale": 2.0,
2264
+ "start_step": 0,
2265
+ "torch": "2.7.1+cu128",
2266
+ "device": "cuda",
2267
+ "base_dtype": "torch.bfloat16"
2268
+ }
e2/e2_o1_gsm8k_s19/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8035f93aa7c17e4db8ab303d9f1817caab8ad2af01c467a6775e4ee4db09d512
3
+ size 1337791
e2/e2_o1_gsm8k_s19/trajectory.dat.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a675eda3f81caf0528596a210e1eb0d144a1fa411f2d90500013f330b815d63
3
+ size 676760042