Dattatreya's picture
1 5

Dattatreya

optimization-hashira
Β·

AI & ML interests

None yet

Recent Activity

Organizations

Lambda Go Labs's profile picture

optimization-hashira's activity

upvoted an article 10 days ago
view article
Article

Fine-Tune ViT for Image Classification with πŸ€— Transformers

β€’ 40
reacted to singhsidhukuldeep's post with πŸ‘€ 9 months ago
view post
Post
1479
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