ibivibiv commited on
Commit
bcdd3af
1 Parent(s): 553ce69

Create mergekit_moe_config.yml

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