Dataset metadata lost when loading evaluations with ModelCard.load()
#1208
Labels
bug
Something isn't working
ModelCard.load()
#1208
Describe the bug
When loading evaluation metadata with the
ModelCard
API, it seems some important information likedataset_config
anddataset_split
is lost.For example, this model card has evaluations where both the dataset config and split are specified.
However, when loading the metadata with
ModelCard.load()
, these fields are absent since the metadata appears to be grouped under a single (task, dataset) and this optional information isn't collected. See below for a reproducible example.Reproduction
Here's one way to see the problem:
Alternatively, we can run a check on the evaluation data itself:
Logs
No response
System info
The text was updated successfully, but these errors were encountered: