Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
singhsidhukuldeepΒ 
posted an update May 29
Post
1476
You are happy that @mistralai is releasing a new model 😊

You become even more happy to see it's a completely new coding model πŸ˜„

Then you become sad because the model is licensed under MNLP πŸ˜”

Before we talk about MNLP, here is the gist of the model:

🏷️Name: Codestral (Code + Mistral πŸ˜‚)

πŸš€ 22B parameters

🌐 Supports 80 programming languages (including Python, Java, C, C++, bash, swift, and more)

πŸ† Outperforms Llama 3 70B and Code Llama 70B on HumanEval and MBPP

πŸ† Outperforms DeepSeek Coder 33B on HumanEval

πŸ“œ 32K context window (longer than Llama 3, DeepSeek, or Code Llama)

πŸ€– Supports both code assistant and code completion use cases

More details: https://mistral.ai/news/codestral/

mistralai/Codestral-22B-v0.1

Now what's MNLP? It's a non-commercial license for Mistral models that Codestral is released under! More here: https://mistral.ai/news/mistral-ai-non-production-license-mnpl/

Don't be sad... πŸ˜ƒ There is another model that's open source and actually gives better performance on HumanEval: Bin12345/AutoCoder