huggingface / model-evaluator

Evaluate Transformers from the Hub 🔥
https://huggingface.co/spaces/autoevaluate/model-evaluator
Apache License 2.0
13 stars 7 forks source link

Evaluation job crashes with "KeyError: eval_info" when submitted #69

Closed NimaBoscarino closed 2 years ago

NimaBoscarino commented 2 years ago

I’m trying to follow the original announcement blog post, but when I try to run an evaluation on a model I’m getting the error in the screenshot. With some snooping, I see that during the filtering process get_evaluation_infos is fetching all the autoevaluate datasets, and then crashing when the first one’s (lewtun/autoevaluate__imdb) cardData doesn’t have an eval_info property.

image

lewtun commented 2 years ago

Thanks for reporting! The lewtun/autoevaluate__xxx datasets were dummy ones from early testing and have now been removed. Closing this since the issue seems to be fixed, but feel free to re-open if you have troubles still :)

AntoineBlanot commented 1 year ago

Hello ! I am having the same issue when I want to evaluate my model (AntoineBlanot/roberta-large-squadv2) on squad_v2 dataset when using the model-evaluator. How can this issue be fixed?