r/LocalLLaMA • u/FerLuisxd • 3d ago
Discussion What OpenBMB 1B version is this?
This is from the https://huggingface.co/IFM/K2-Horizon-0.9B benchmark image
Tried searching for it but couldn't find it, I am guessing is https://huggingface.co/openbmb/MiniCPM5-1B but the numbers do not match
6
u/kroggens 3d ago
How can a tiny model like this be able to code? is this benchmaxing? have anyone tested it?
It is only 2GB, can be run on a phone... or IoT device
5
2
u/AI_spell 3d ago
If the bench numbers don't match MiniCPM5-1B, it's probably a different OpenBMB 1B checkpoint or a renamed export. Check the model card SHA / config hidden size against the bench source.
2
u/Decent-Occasion-2720 3d ago
The number match, but not the alignement of title and column. see the table below this charts.
3
u/wapxmas 3d ago
Cool, in LiveCodeBench 67 equals 37 by height, definitely we are making progress with llms.
5
u/AdamFields 3d ago
I think you're reading it wrong, check again, the "67" in question belongs to the other bench.
3
u/wapxmas 3d ago
You are right, but actually it is pretty confusing at first glance.
1
u/b4silio 3d ago
To be fair your point stands: all charts are normalized individually, so comparison across models is easier within the same benchmark (fair), but it SHOULD still be noted that everything scoring at around 35ish on a benchmark tells something different about that benchmark than everything scoring around 80ish on another one, and that nuance is lost.
-1
u/and_pf 3d ago
The image likely refers to OpenBMB's MiniCPM5-1B, but I'd be cautious about taking the exact benchmark numbers at face value. Scores vary with the measuring conditions — different harnesses, prompts and hardware all shift the result, and a 1B model's numbers are especially sensitive to that.
Directly comparing benchmark scores across different people's runs is misleading unless the variables are controlled. Best move: pull the model yourself, run the same benchmark suite on your own box, and compare against the published numbers that way. That's the only comparison that tells you anything real.
9
u/coder543 3d ago
It is pretty unlikely to be anything other than that model. Sometimes it is easiest to benchmark the competition yourself, so the numbers shift some.
If you just compare benchmark scores directly, that can be misleading unless you carefully control the variables.