Views
No views yet
o_proj and down_proj which led to an decrease in perplexity (good)
compared to similar 15B merges. This was a recommendation from Charles Goddard - thank you for sharing the method of merging as well as Toasty
Pigeon for bringing it to my attention!1dtype: bfloat16
2merge_method: passthrough
3slices:
4- sources:
5 - layer_range: [0, 24]
6 model: meta-llama/Meta-Llama-3-8B-Instruct
7- sources:
8 - layer_range: [8, 24]
9 model: meta-llama/Meta-Llama-3-8B-Instruct
10 parameters:
11 scale:
12 - filter: o_proj
13 value: 0.0
14 - filter: down_proj
15 value: 0.0
16 - value: 1.0
17- sources:
18 - layer_range: [8, 24]
19 model: meta-llama/Meta-Llama-3-8B-Instruct
20 parameters:
21 scale:
22 - filter: o_proj
23 value: 0.0
24 - filter: down_proj
25 value: 0.0
26 - value: 1.0
27- sources:
28 - layer_range: [24, 32]
29 model: meta-llama/Meta-Llama-3-8B-Instruct