ehristoforu commited on
Commit
8d3d79d
·
verified ·
1 Parent(s): 859b219

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ ---
5
+ ```
6
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
7
+ gate_mode: cheap_embed
8
+ architecture: qwen
9
+ experts_per_token: 4
10
+ dtype: bfloat16
11
+ experts:
12
+ - source_model: Qwen/Qwen2.5-1.5B-Instruct
13
+ positive_prompts: ["chat assistant"]
14
+ - source_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
15
+ positive_prompts: ["code assistant"]
16
+ - source_model: Qwen/Qwen2.5-Math-1.5B-Instruct
17
+ positive_prompts: ["math assistant"]
18
+ - source_model: huihui-ai/Qwen2.5-1.5B-Instruct-abliterated
19
+ positive_prompts: ["uncensored assistant"]
20
+ - source_model: Rombo-Org/Rombo-LLM-V2.5-Qwen-1.5b
21
+ positive_prompts: ["review assistant"]
22
+ - source_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
23
+ positive_prompts: ["logical assistant"]
24
+ - source_model: Vikhrmodels/Vikhr-Qwen-2.5-1.5B-Instruct
25
+ positive_prompts: ["writing assistant"]
26
+ - source_model: RefalMachine/RuadaptQwen2.5-1.5B-instruct
27
+ positive_prompts: ["text editing assistant"]
28
+ shared_experts:
29
+ - source_model: Qwen/Qwen2.5-1.5B-Instruct
30
+ positive_prompts: ["chat assistant"]
31
+ residual_scale: 0.1
32
+ ```