File size: 513 Bytes
92567fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
models:
- model: KingNish/KingNish-Llama3-8b
# No parameters necessary for base model
- model: VAGOsolutions/Llama-3-SauerkrautLM-8b-Instruct
parameters:
density: 0.7
weight: 0.5
- model: mlabonne/ChimeraLlama-3-8B-v3
parameters:
density: 0.65
weight: 0.25
- model: MaziyarPanahi/Llama-3-8B-Instruct-v0.4
parameters:
density: 0.55
weight: 0.1
merge_method: dare_ties
base_model: KingNish/KingNish-Llama3-8b
parameters:
int8_mask: true
dtype: float16
|