NeuralNovel/Confinus-2x7B AWQ
- Model creator: NeuralNovel
- Original model: Confinus-2x7B
Model Summary
In the boundless sands ..
A model to test how MoE will route without square expansion.
"What is a Mixture of Experts (MoE)?"
The scale of a model is one of the most important axes for better model quality. Given a fixed computing budget, training a larger model for fewer steps is better than training a smaller model for more steps.
Mixture of Experts enable models to be pretrained with far less compute, which means you can dramatically scale up the model or dataset size with the same compute budget as a dense model. In particular, a MoE model should achieve the same quality as its dense counterpart much faster during pretraining.
So, what exactly is a MoE? In the context of transformer models, a MoE consists of two main elements:
Sparse MoE layers are used instead of dense feed-forward network (FFN) layers. MoE layers have a certain number of “experts” (e.g. 32 in my "frankenMoE"), where each expert is a neural network. In practice, the experts are FFNs, but they can also be more complex networks or even a MoE itself, leading to hierarchical MoEs!
A gate network or router, that determines which tokens are sent to which expert. For example, in the image below, the token “More” is sent to the second expert, and the token "Parameters” is sent to the first network. As we’ll explore later, we can send a token to more than one expert. How to route a token to an expert is one of the big decisions when working with MoEs - the router is composed of learned parameters and is pretrained at the same time as the rest of the network.
At every layer, for every token, a router network chooses two of these groups (the “experts”) to process the token and combine their output additively.
- Downloads last month
- 14
Model tree for solidrust/Confinus-2x7B-AWQ
Base model
NeuralNovel/Confinus-2x7BCollection including solidrust/Confinus-2x7B-AWQ
Evaluation results
- normalized accuracy on AI2 Reasoning Challenge (25-Shot)test set Open LLM Leaderboard73.890
- normalized accuracy on HellaSwag (10-Shot)validation set Open LLM Leaderboard88.820
- accuracy on MMLU (5-Shot)test set Open LLM Leaderboard65.120
- mc2 on TruthfulQA (0-shot)validation set Open LLM Leaderboard71.880
- accuracy on Winogrande (5-shot)validation set Open LLM Leaderboard84.770
- accuracy on GSM8k (5-shot)test set Open LLM Leaderboard68.840