File size: 281 Bytes
b346a5a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
models:
- model: codellama/CodeLlama-7b-Python-hf
parameters:
density: 0.5
weight: 0.5
- model: codellama/CodeLlama-7b-Instruct-hf
parameters:
density: 0.5
weight: 1.0
merge_method: dare_ties
base_model: meta-llama/Llama-2-7b-hf
dtype: float16
|