File size: 350 Bytes
7b9a98f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
base_model: meta-llama/Meta-Llama-3.1-8B
chat_template: auto
dtype: float16
merge_method: ties
models:
- model: mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated
parameters:
density: 0.5
weight: 0.5
- model: meta-llama/Meta-Llama-3.1-8B-Instruct
parameters:
density: 0.5
weight: 0.5
parameters:
int8_mask: true
normalize: false
|