ibivibiv commited on
Commit
59b0524
1 Parent(s): 1d44358

Create mergekit_moe_config.yml

Browse files
Files changed (1) hide show
  1. mergekit_moe_config.yml +30 -0
mergekit_moe_config.yml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: senseable/WestLake-7B-v2
2
+ gate_mode: hidden
3
+ experts:
4
+ - source_model: senseable/Westlake-7B
5
+ positive_prompts:
6
+ - "logical reasoning"
7
+ negative_prompts:
8
+ - "commonsense reasoning"
9
+ - source_model: senseable/WestLake-7B-v2
10
+ positive_prompts:
11
+ - "commonsense reasoning"
12
+ - "ambiguity resolution"
13
+ negative_prompts:
14
+ - "logical reasoning"
15
+ - "scientific knowledge"
16
+ - source_model: andysalerno/openchat-nectar-0.5
17
+ positive_prompts:
18
+ - "multidisciplinary knowledge"
19
+ negative_prompts:
20
+ - "natural language understanding"
21
+ - source_model: FelixChao/WestSeverus-7B-DPO-v2
22
+ positive_prompts:
23
+ - "fact-checking"
24
+ negative_prompts:
25
+ - "logical reasoning"
26
+ - source_model: PetroGPT/WestSeverus-7B-DPO
27
+ positive_prompts:
28
+ - "mathematical reasoning"
29
+ negative_prompts:
30
+ - "natural language understanding"