File size: 958 Bytes
f51ffd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
models:
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/Llama-3.1-8B-Lexi-Uncensored-V2
# no parameters necessary for base model
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/ktdsbaseLM-v0.2-onbased-llama3.1
parameters:
density: 0.5
weight: 0.5
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/llama-3.1-8b-komedic-instruct
parameters:
density: 0.8
weight: 0.7
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/Llama-VARCO-8B-Instruct
parameters:
density: 0.3
weight: 0.5
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/llama-3.1-8b-komedic-instruct
parameters:
density: 0.4
weight: 0.5
- model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/Llama-VARCO-8B-Instruct
parameters:
density: 0.5
weight: 0.5
merge_method: dare_ties
base_model: /run/media/kenonix/0054F25B7C8C7F23/llama3.1/Llama-3.1-8B-Lexi-Uncensored-V2
dtype: bfloat16
|