sherazkhan commited on
Commit
41b2925
1 Parent(s): 0475c06

Upload config_moe_llama.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_moe_llama.yaml +29 -0
config_moe_llama.yaml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
3
+ experts:
4
+ - source_model: meta-llama/Meta-Llama-3-8B-Instruct
5
+ positive_prompts:
6
+ - "assistant"
7
+ - source_model: Muhammad2003/Llama3-8B-OpenHermes-DPO
8
+ positive_prompts:
9
+ - "python"
10
+ - source_model: cognitivecomputations/dolphin-2.9-llama3-8b
11
+ positive_prompts:
12
+ - "chat"
13
+ - source_model: orpo-explorers/hf-llama3-8b-orpo-v0.1.4
14
+ positive_prompts:
15
+ - "code"
16
+ - source_model: Locutusque/llama-3-neural-chat-v1-8b
17
+ positive_prompts:
18
+ - "math"
19
+ - source_model: mlabonne/Llama-3-SLERP-8B
20
+ positive_prompts:
21
+ - "AI"
22
+ - source_model: meta-llama/Meta-Llama-3-8B
23
+ positive_prompts:
24
+ - "explain"
25
+ - source_model: dreamgen/opus-v1.2-llama-3-8b
26
+ positive_prompts:
27
+ - "Role playing"
28
+ gate_mode: cheap_embed
29
+ dtype: float16