We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformers==4.44.0 Ubuntu 22.04.2 LTS python==3.10.13
@ArthurZucker
examples
I expected get normal response with attention score.
The text was updated successfully, but these errors were encountered:
output_ids = model.generate( input_ids, images=images, attention_mask=None, do_sample=False, max_new_tokens=1024, use_cache=True, stopping_criteria=[stopping_criteria], output_attentions=True, output_scores=True, return_dict_in_generate=True, )
Sorry, something went wrong.
Could you provide a minimal reproducible code?
No branches or pull requests
System Info
transformers==4.44.0
Ubuntu 22.04.2 LTS
python==3.10.13
Who can help?
@ArthurZucker
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
I expected get normal response with attention score.
The text was updated successfully, but these errors were encountered: