File size: 315 Bytes
75ca08d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
models:
- model: johnpaulbin/llama3.1-8b-e2-epoch3-merged-fp16
parameters:
weight: 1
- model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
parameters:
weight: 1
merge_method: ties
base_model: unsloth/Meta-Llama-3.1-8B-bnb-4bit
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
|