You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run python step01_extract_attns.py but it goes like below, then I check the ./transformers-4.32.0 on Lookback-Lens but I can't fine blow args... any idea what is the matter?
ValueError: The following model_kwargs are not used by the model: ['extrapolate_coeff', 'pre_softmax', 'divergence_type', 'relative_top', 'relative_top_with_norm', 'contrast_disagree_only', 'premature_temp', 'apply_early_norm'] (note: typos in the generate arguments will also show up in this list)
The text was updated successfully, but these errors were encountered:
Thanks for the issue! I had fixed this bug and pushed it in the latest commit. Sorry that I forgot to remove the unused model args.
The current version should work. Let me know if there are other issues!
I run python step01_extract_attns.py but it goes like below, then I check the ./transformers-4.32.0 on Lookback-Lens but I can't fine blow args... any idea what is the matter?
ValueError: The following
model_kwargs
are not used by the model: ['extrapolate_coeff', 'pre_softmax', 'divergence_type', 'relative_top', 'relative_top_with_norm', 'contrast_disagree_only', 'premature_temp', 'apply_early_norm'] (note: typos in the generate arguments will also show up in this list)The text was updated successfully, but these errors were encountered: