File size: 484 Bytes
6269b81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
models:
- model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
- model: /mimer/NOBACKUP/groups/naiss2024-22-201/PapInsc3/Papyllama2
parameters:
density: 1.1 # Fixed density, slightly more sparse than the original
weight: 0.6 # Fixed weight to keep the fine-tuned model's influence high
merge_method: ties
base_model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
parameters:
normalize: true
dtype: bfloat16
|