File size: 777 Bytes
164395d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
base_model: Qwen1.5-0.5B-Chat
gate_mode: hidden # one of "hidden", "cheap_embed", or "random"
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
## (optional)
# experts_per_token: 2
experts:
- source_model: Qwen1.5-0.5B-Chat
positive_prompts:
- "chat"
- "asistant"
- "tell me"
- "explain"
- source_model: Qwen1.5-0.5B-Chat
positive_prompts:
- "code"
- "python"
- "javascript"
- "programming"
- "algorithm"
- source_model: Qwen1.5-0.5B-Chat
positive_prompts:
- "storywriting"
- "write"
- "scene"
- "story"
- "character"
- source_model: Qwen1.5-0.5B-Chat
positive_prompts:
- "reason"
- "math"
- "mathematics"
- "solve"
- "count"
|