File size: 814 Bytes
41b2925 |
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 |
base_model: meta-llama/Meta-Llama-3-8B-Instruct
experts:
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
positive_prompts:
- "assistant"
- source_model: Muhammad2003/Llama3-8B-OpenHermes-DPO
positive_prompts:
- "python"
- source_model: cognitivecomputations/dolphin-2.9-llama3-8b
positive_prompts:
- "chat"
- source_model: orpo-explorers/hf-llama3-8b-orpo-v0.1.4
positive_prompts:
- "code"
- source_model: Locutusque/llama-3-neural-chat-v1-8b
positive_prompts:
- "math"
- source_model: mlabonne/Llama-3-SLERP-8B
positive_prompts:
- "AI"
- source_model: meta-llama/Meta-Llama-3-8B
positive_prompts:
- "explain"
- source_model: dreamgen/opus-v1.2-llama-3-8b
positive_prompts:
- "Role playing"
gate_mode: cheap_embed
dtype: float16
|