models: - model: mistralai/Mistral-Nemo-Base-2407 # No parameters necessary for base model - model: mistralai/Mistral-Nemo-Instruct-2407 parameters: density: 0.50 # Mid-level density for general instruction tuning weight: 0.25 # Moderate influence for balanced instruction-following - model: TheDrummer/Rocinante-12B-v1.1 # Highest influence (strong reasoning/language balance) parameters: density: 0.60 # Higher density for deeper reasoning and coherence weight: 0.35 # Primary influence model - model: ReadyArt/Forgotten-Safeword-12B-3.6 # Creativity & conversational nuance parameters: density: 0.50 # Balanced density for creative and nuanced responses weight: 0.20 # Mid-tier influence - model: PocketDoc/Dans-SakuraKaze-V1.0.0-12b # Second highest influence (natural conversation flow) parameters: density: 0.55 # Slightly high density for fluid conversation weight: 0.20 # Substantial influence in dialogue merge_method: dare_ties base_model: mistralai/Mistral-Nemo-Base-2407 parameters: normalize: true # Ensures weight distribution remains balanced int8_mask: true # Reduces memory usage while keeping precision dtype: bfloat16 # Optimal balance between performance and efficiency