File size: 493 Bytes
6f94d4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

experts:
    - source_model: mistralai/Mistral-7B-v0.1
      positive_prompts: ["You are a helpful assistant that gives reasoning to answers."]
    - source_model: NousResearch/Hermes-2-Pro-Mistral-7B
      positive_prompts: ["You are helping by answering the questions."]
merge_method: slerp
base_model: mistralai/Mistral-7B-v0.1
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: float16