Open x-tabdeveloping opened 1 month ago
We're also missing Metadata objects completely for some models (all-MiniLM-L12-v2
for instance). Or some of them have no matching revision in the results.
We're also missing Metadata objects completely for some models (all-MiniLM-L12-v2 for instance). Or some of them have no matching revision in the results.
Might be worth changing the default revision to the one in the results.
We're also missing links
For some of the model configs such as n_parameters
, embed_dim
, and max_tokens
, a script can be created to get those info from HF hub like how we do it in the leaderboard code.
We're also missing links
What do you mean here?
We're also missing links
On the older leaderboard you could click on the models and it would lead you to their home page. We don't have links in the ModelMeta object right now.
For some of the model configs such as n_parameters, embed_dim, and max_tokens, a script can be created to get those info from HF hub like how we do it in the leaderboard code.
I looked into this earlier, but it's not my preferred solution. A couple of reasons:
I would prefer just writing these properties in by hand as:
I would love to hear others' thoughts tho, this is a slight preference, not a strong one.
Currently, many of the fields in model metadata are not filled. These should either be specified manually or we should find ways to derive them (from HuggingFace Hub for example.)