Text Generation
Transformers
Safetensors
mixtral
Mixture of Experts
frankenmoe
Merge
mergekit
lazymergekit
mlabonne/AlphaMonarch-7B
beowolx/CodeNinja-1.0-OpenChat-7B
SanjiWatsuki/Kunoichi-DPO-v2-7B
mlabonne/NeuralDaredevil-7B
HuggingFaceH4/zephyr-7b-beta
mistralai/Mistral-7B-Instruct-v0.2
teknium/OpenHermes-2.5-Mistral-7B
meta-math/MetaMath-Mistral-7B
conversational
text-generation-inference
Inference Endpoints
File size: 1,598 Bytes
323fe53 |
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
dtype: float16
gate_mode: hidden
experts:
- source_model: mlabonne/AlphaMonarch-7B
positive_prompts:
- "chat"
- "assistant"
- "tell me"
- "explain"
- "I want"
- "help"
- source_model: beowolx/CodeNinja-1.0-OpenChat-7B
positive_prompts:
- "code"
- "python"
- "javascript"
- "programming"
- "algorithm"
- "coding"
- source_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
positive_prompts:
- "storywriting"
- "write"
- "scene"
- "story"
- "character"
- "creative"
- source_model: mlabonne/NeuralDaredevil-7B
positive_prompts:
- "reason"
- "math"
- "mathematics"
- "solve"
- "count"
- "logic"
- source_model: HuggingFaceH4/zephyr-7b-beta
positive_prompts:
- "You are an helpful general-purpose assistant."
- "assist"
- "helpful"
- "support"
- "guide"
- source_model: mistralai/Mistral-7B-Instruct-v0.2
positive_prompts:
- "You are helpful assistant."
- "aid"
- "assist"
- "guide"
- "support"
- source_model: teknium/OpenHermes-2.5-Mistral-7B
positive_prompts:
- "You are helpful a coding assistant."
- "code"
- "programming"
- "debug"
- "scripting"
- "coding"
- source_model: meta-math/MetaMath-Mistral-7B
positive_prompts:
- "You are an assistant good at math."
- "mathematics"
- "calculation"
- "problem solving"
- "arithmetics"
- "math"
|