Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

GemMoE-Logo

GemMoE: A New MoE Method via Branch Train Mix

I would like to introduce GemMoE, a new Mixture of Experts (MoE) method that utilizes a custom implementation of Meta's Branch Train Mix MoE method. This approach, detailed in the research paper "Branch Train Mix: A Novel Mixture-of-Experts Training Procedure", has allowed me to create an efficient model that overcomes the limitations of previous GemMoE models.

GemMoE is a 4x8.5b MoE model, consisting of 4 experts that were trained separately and then combined using a custom fork of axolotl. This fork enabled me to freeze all experts and focus on training the router mechanism. The router was trained on 4 epochs of my Self-Discover-MM dataset and 2 epochs of TruthyDPO from Jon Durbin.

One of the main differences between GemMoE and previous versions is the use of tokenization routing instead of semantic routing. This approach, similar to the one used in mixtral, results in improved VRAM usage and competitive performance for its size.

The Branch Train Mix Method

The Branch Train Mix method offers several potential benefits over traditional MoE training approaches:

  1. Improved training stability and convergence
  2. Reduced computational cost and memory usage
  3. Enhanced model performance and generalization

By utilizing this training procedure, GemMoE aims to achieve competitive results while maintaining a compact and efficient architecture.

Collaboration and Open-Source Development

GemMoE builds upon the work of researchers and developers from various organizations, including Meta, Hugging Face, and the broader open-source community. I would like to thank the researchers behind the Branch Train Mix method, as well as the developers of axolotl and Jon Durbin for creating TruthyDPO.

Future Development

As GemMoE continues to develop, I am open to collaborating with the community to further refine and improve the model. By sharing knowledge, insights, and resources, we can explore the potential of MoE architectures, as I truly believe that this is how we'll get our own Claude 3 level model thats entirely open-source.

I invite researchers, developers, and enthusiasts to explore GemMoE, provide feedback, and contribute to its ongoing development. Together, we can work towards creating powerful tools that benefit society as a whole.

Thank you for your interest in GemMoE, and I look forward to seeing the applications and discoveries that emerge from this project.

-Lucas

Downloads last month
3
Safetensors
Model size
27.6B params
Tensor type
FP16
·
Inference Examples
Inference API (serverless) does not yet support model repos that contain custom code.