NeuroDonu commited on
Commit
5cecba2
1 Parent(s): 3a88de1

Upload /mergekit_moe_config.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. mergekit_moe_config.yml +31 -0
mergekit_moe_config.yml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: NousResearch/Hermes-2-Pro-Mistral-7B
2
+ dtype: bfloat16
3
+ experts:
4
+ - source_model: NousResearch/Hermes-2-Pro-Mistral-7B
5
+ positive_prompts:
6
+ - "chat"
7
+ - "assistant"
8
+ - "tell me"
9
+ - "explain"
10
+ - "I want"
11
+ - source_model: MaziyarPanahi/BASH-Coder-Mistral-7B-Mistral-7B-Instruct-v0.2-slerp
12
+ positive_prompts:
13
+ - "code"
14
+ - "python"
15
+ - "javascript"
16
+ - "programming"
17
+ - "algorithm"
18
+ - source_model: cognitivecomputations/dolphin-2.8-mistral-7b-v02
19
+ positive_prompts:
20
+ - "storywriting"
21
+ - "write"
22
+ - "scene"
23
+ - "story"
24
+ - "character"
25
+ - source_model: mlabonne/NeuralDaredevil-7B
26
+ positive_prompts:
27
+ - "reason"
28
+ - "math"
29
+ - "mathematics"
30
+ - "solve"
31
+ - "count"