Mistral Small 4
mistral.ai
Mistral Small 4
1–10 of 11 posts
Re: Mistral Small 4
#2Re: Mistral Small 4
#3Re: Mistral Small 4
#4Copying GPT-OSS-120b?
Available to try at https://build.nvidia.com/mistralai/mistral-small-4-119b-2603
Re: Mistral Small 4
#5https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...
Re: Mistral Small 4
#6And here we have another release. The benchmarks are just a tiny bit worse than qwen3.5 (for far less tokens). Am I to take it that the model is worse? Or does qwen’s benchmaxxing mean that slightly worse result of non-qwen models means a better model? I’d rather not spend hours testing things myself for every noteworthy release.
Ah well. Mistral has been fairly decent so worth taking a look. Obviously they’re behind the big 3, but in my experience their small models are probably the best you can get for several months after each release. I’m not sure how it works as a sales funnel for their paid models, same as with chinese models - people likely just go for google/openai/anthropic in this case - but I’m thankful for their existence.
Re: Mistral Small 4
#7I tested the model in an agentic workflow. Here is the report: https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...
Re: Mistral Small 4
#8I tested the model in an agentic workflow. Here is the report: https://upmaru.com/llm-tests/simple-tama-agentic-workflow-q1...
Seems like it does quite well on that particular benchmark?
Re: Mistral Small 4
#9Interesting that they target around 120 billion parameters. Just enough to fit onto a single H100 with 4 bit quant. Or 128GB APU like apple silicon, AMD AI cpus or the GB spark. Copying GPT-OSS-120b? Available to try at https://build.nvidia.com/mistralai/mistral-small-4-119b-2603
Testing it tomorrow
Re: Mistral Small 4
#10With Mistral it's 128 experts but only 4 active per token, so any given forward pass is like 6B params. That's a very different kind of model than scaling a dense transformer bigger. Also wrote a little post on where I think this is going: https://philippdubach.com/posts/the-last-architecture-design...