File size: 344 Bytes
d435804 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
models:
- model: codellama/CodeLlama-7b-Instruct-hf
parameters:
density: 0.25
weight: 0.25
- model: codellama/CodeLlama-7b-Instruct-hf
parameters:
density: 0.25
weight: 0.25
merge_method: ties
base_model: codellama/CodeLlama-7b-Instruct-hf
parameters:
normalize: false
int8_mask: true
dtype: bfloat16
|