File size: 387 Bytes
0cb7d43 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
models:
- model: unsloth/Llama-3.2-3B
- model: SicariusSicariiStuff/Impish_LLAMA_3B
parameters:
weight: 1
- model: djuna/ReWiz-Llama-3.2-3B-fix-config
parameters:
weight: 1
merge_method: dare_linear
base_model: unsloth/Llama-3.2-3B
tokenizer_source: djuna/ReWiz-Llama-3.2-3B-fix-config
parameters:
normalize: true
int8_mask: true
dtype: float32
name: rewish |