Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mixtral model to Keras Hub #2129

Open
AffanBinFaisal opened this issue Mar 6, 2025 · 1 comment
Open

Add Mixtral model to Keras Hub #2129

AffanBinFaisal opened this issue Mar 6, 2025 · 1 comment
Assignees
Labels
type:feature New feature or request

Comments

@AffanBinFaisal
Copy link

Add Mixtral Model to Keras Hub

Description

Mixtral, a state-of-the-art Mixture of Experts (MoE) model by Mistral AI, has demonstrated exceptional performance across various NLP tasks. Integrating Mixtral into Keras Hub would provide users with an efficient and scalable language model within the TensorFlow/Keras ecosystem.

Why is this needed?

  • High Efficiency: Mixtral is a sparse model, enabling cost-effective inference while maintaining high-quality outputs.
  • State-of-the-Art Performance: It has achieved strong results on multiple NLP benchmarks.
  • Ease of Access: Adding Mixtral to Keras Hub will make it more accessible to deep learning practitioners using TensorFlow/Keras.

Proposed Solution

  • 🔹 Implement Mixtral as a KerasNLP model.
  • 🔹 Provide pre-trained weights compatible with TensorFlow/Keras.
  • 🔹 Include examples and documentation to help users fine-tune and utilize Mixtral efficiently within Keras workflows.

References

@AffanBinFaisal
Copy link
Author

I am working on it and will open a PR soon

@sonali-kumari1 sonali-kumari1 reopened this Mar 6, 2025
@sonali-kumari1 sonali-kumari1 added the type:feature New feature or request label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants