ValueError: The following `model_kwargs` are not used by the model: ['num_logits_to_keep'] (note: typos in the generate arguments will also show up in this list)

#6
by tanayaggarwal - opened

Hi, I fine-tuned gemma-2-27b-it, but it is throwing the error below at interference:

ValueError: The following model_kwargs are not used by the model: ['num_logits_to_keep'] (note: typos in the generate arguments will also show up in this list)

I looked into inputs, generation_config, model.config, argument ['num_logits_to_keep'] doesn't exist.

I would appreciate any help.

Thanks!

Sign up or log in to comment