mwitiderrick's picture
Create finetuning.yaml
ac80078 verified
raw
history blame contribute delete
420 Bytes
test_stage:
pruning_modifiers:
ConstantPruningModifier:
targets: [
"re:.*self_attn.q_proj",
"re:.*self_attn.k_proj",
"re:.*self_attn.v_proj",
"re:.*self_attn.o_proj",
"re:.*mlp.gate_proj",
"re:.*mlp.up_proj"
]
start: 0
distillation_modifiers:
OutputDistillationModifier:
targets: "__ALL__"
comparison: "square_head"
start: 0