File size: 707 Bytes
4bc6952
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


base_model: unsloth/mistral-7b-v0.2
gate_mode: hidden
dtype: bfloat16
experts:
  - source_model: unsloth/mistral-7b-v0.2
    positive_prompts:
      - "Answer this question from the ARC (Argument Reasoning Comprehension)."
      - "Use common sense and logical reasoning skills."
    negative_prompts:
      - "nonsense"
      - "irrational"
      - "math"
      - "code"
  - source_model: mistralai/Mistral-7B-Instruct-v0.2
    positive_prompts:
      - "Calculate the answer to this math problem"
      - "My mathematical capabilities are strong, allowing me to handle complex mathematical queries"
      - "solve for"
    negative_prompts:
      - "incorrect"
      - "inaccurate"
      - "creativity"