Views
No views yet
1models:
2 - model: mistralai/Mistral-Nemo-Base-2407
3 # No parameters necessary for base model
4 - model: mistralai/Mistral-Nemo-Instruct-2407
5 parameters:
6 density: 0.50 # Mid-level density for general instruction tuning
7 weight: 0.25 # Moderate influence for balanced instruction-following
8 - model: TheDrummer/Rocinante-12B-v1.1 # Highest influence (strong reasoning/language balance)
9 parameters:
10 density: 0.60 # Higher density for deeper reasoning and coherence
11 weight: 0.35 # Primary influence model
12 - model: ReadyArt/Forgotten-Safeword-12B-3.6 # Creativity & conversational nuance
13 parameters:
14 density: 0.50 # Balanced density for creative and nuanced responses
15 weight: 0.20 # Mid-tier influence
16 - model: PocketDoc/Dans-SakuraKaze-V1.0.0-12b # Second highest influence (natural conversation flow)
17 parameters:
18 density: 0.55 # Slightly high density for fluid conversation
19 weight: 0.20 # Substantial influence in dialogue
20
21merge_method: dare_ties
22base_model: mistralai/Mistral-Nemo-Base-2407
23parameters:
24 normalize: true # Ensures weight distribution remains balanced
25 int8_mask: true # Reduces memory usage while keeping precision
26dtype: bfloat16 # Optimal balance between performance and efficiency