EleutherAI / lm-evaluation-harness

A framework for few-shot evaluation of language models.
https://www.eleuther.ai
MIT License
6.41k stars 1.69k forks source link

TypeError: argument 'ids': 'NoneType' object cannot be converted to 'Sequence' #2178

Open Maryam142 opened 1 month ago

Maryam142 commented 1 month ago

I face this error whenever I trying to evaluate a model with a benchmark type generation or (Open Question) like triviaqa, nq_open and truthfulqa

Is there anyone face this problem ?

haileyschoelkopf commented 1 month ago

Without more information we can't help you solve this issue.

What command are you running when you receive this error? What model type and specific model are being used for evaluation? What are any other relevant system details?

Maryam142 commented 1 month ago

I tried this command in the picture to evaluate model: huawei-noah/TinyBERT_General_4L_312D also I tried it with model: Intel/dynamic_tinybert and I tried it with these tasks: triviaqa, nq_open and truthfulqa

in every time I got this error

image

ahagyue commented 2 weeks ago

Is there any update?