File size: 1,193 Bytes
dbf12c4 |
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
base_model: /home/Ubuntu/Desktop/mergekit/models/Mistral-7B-Instruct-v0.2
gate_mode: hidden
dtype: bfloat16
experts:
- source_model: /home/Ubuntu/Desktop/mergekit/models/Mistral-7B-Instruct-v0.2
positive_prompts:
- "instructions"
- "concise"
- "straightforward"
- "helpful"
- "assistant"
negative_prompts:
- "vague"
- "inaccurate"
- "verbose"
- "complicated"
- "speculative"
- source_model: /home/Ubuntu/Desktop/mergekit/models/NeuralOmniWestBeaglake-7B
positive_prompts:
- "storytelling"
- "role play"
- "imagine"
- "artistic"
- "narrative"
- source_model: /home/Ubuntu/Desktop/mergekit/models/Kunoichi-DPO-v2-7B
positive_prompts:
- "reason"
- "think step by step"
- "logic"
- "knowledge"
negative_prompts:
- "artistic"
- "speculative"
- "playful"
- source_model: /home/Ubuntu/Desktop/mergekit/models/Starling-LM-7B-alpha
positive_prompts:
- "code"
- "python"
- "javascript"
- "react"
- "clear"
- "programming"
negative_prompts:
- "error"
- "art"
- "role play"
|