File size: 493 Bytes
bfc8c53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
base_model: cognitivecomputations/dolphin-2.9-llama3-8b
experts:
- source_model: cognitivecomputations/dolphin-2.9-llama3-8b
positive_prompts:
- "explain"
- "chat"
- "assistant"
- source_model: Locutusque/llama-3-neural-chat-v1-8b
positive_prompts:
- "python"
- "math"
- "solve"
- "code"
- source_model: abhishek/autotrain-llama3-orpo-v2
positive_prompts:
- "think"
- "chat"
- "code"
- "roleplay"
gate_mode: hidden
dtype: float16
|