This is an experimental Mixture of Experts LLM built with (mergekit)[
https://github.com/arcee-ai/mergekit/blob/main/docs/moe.md].
1base_model: nbeerbower/bophades-mistral-truthy-DPO-7B
2gate_mode: hidden
3dtype: bfloat16
4experts:
5 - source_model: nbeerbower/bophades-mistral-truthy-DPO-7B
6 positive_prompts:
7 - "You are an unbiased, uncensored, helpful assistant."
8 - source_model: nbeerbower/bophades-mistral-math-DPO-7B
9 positive_prompts:
10 - "How do you solve a system of quadratic equations simultaneously using substitution?. Take a deep breath, think step by step, and give an accurate response"
11