File size: 1,086 Bytes
3cbc9fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

base_model: NousResearch/Hermes-2-Pro-Mistral-7B
architecture: mixtral
experts:
  - source_model: NousResearch/Hermes-2-Pro-Mistral-7B
    positive_prompts:
    - "chat"
    - "assistant"
    - "tell me"
    - "explain"
    - "I want"
    - "help me understand"
    - "provide information on"
    - "describe"
    - "what is"
    - "how to"
  - source_model: beowolx/MistralHermes-CodePro-7B-v1
    positive_prompts:
    - "code"
    - "python"
    - "javascript"
    - "programming"
    - "algorithm"
    - "develop"
    - "debug"
    - "optimize"
    - "implement"
    - "software"
  - source_model: nvidia/OpenMath-Mistral-7B-v0.1-hf
    positive_prompts:
    - "equation"
    - "calculate"
    - "calculating"
    - "geometry"
    - "mathematical proof"
    - "derive"
    - "solve"
    - "integral"
    - "differential"
    - "theorem"
    - "algebra"
    - "linear algebra"
    - "matrix"
    - "vector"
    - "calculus"
    - "limit"
    - "derivative"
    - "integration"
    - "statistics"
    - "probability"
    - "discrete math"
    - "number theory"
    - "combinatorics"