Spaces:
Running
on
CPU Upgrade
Parameter count at 0 for incorrectly detected params is misleading
Hi,
my model, dnhkng/RYS-Huge-bnb-4bit, is really big, so I uploaded it in 4bit for the leaderboard. However, the model selection sliders seem to be broken. i.e. when I set the minimum model size selector to zero, and leave the highest as 9B, my model is still listed, as per the picture:
This puts me (undeservedly) at the top of the list. My models is about 80B params, and 55Gb, so it should not be in this subset.
Hi!
If you display the number of parameters, you'll see 0 for your models, because we did not manage to detect it automatically from the safetensors weights most likely - so putting the range from 0.1 to 9 would hide your model.
We were considering changing the failed detected parameter number to -1. (cc
@alozowski
when you come back?)
Can I correct the parameter count myself?
Also, -1 sounds like a good option for failure cases. The other option is to start the range at a meaningful value, like 0.01B. Smaller than that doesn't make sense for a LLM (even TinyStories).
Yep, feel free to open a PR on the request files and tag me there!
I think because you restarted manually, the "request file" is still the failed version.
Good catch, fixed
Hi all!
I changed the logic, now it sets to -1 for failure cases, plus I changed 0 occurrences to -1
I close this issue now, please, feel free to open a new one in case of any questions