genome: | |
models: | |
- "/workspace/toppy/stepC1" | |
- "/workspace/toppy/stepB1" | |
- "/workspace/toppy/stepA1" | |
merge_method: task_arithmetic | |
base_model: /workspace/toppy/mistralai_Mistral-7B-v0.1 | |
tokenizer_source: "/workspace/toppy/stepC1" # optional | |
layer_granularity: 8 | |
# optional: | |
normalize: false | |
allow_negative_weights: true | |
smooth: false | |
tasks: | |
- name: gsm8k | |
weight: 1.0 # optional | |
metric: "exact_match,strict-match" # defaults to acc,none | |