Skip to content
New issue

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

Trainer: delegate default generation values to generation_config #25987

Merged
merged 3 commits into from
Sep 5, 2023

Conversation

gante
Copy link
Member

@gante gante commented Sep 5, 2023

What does this PR do?

Thank you @nick-maykr for raising the related issue.

In a nutshell, at some point in the seq2seq trainer, if max_length and num_beams were not set through the legacy arguments, we were fetching them from model.config. This is wrong -- all the logic about defaults is now handled in model.generation_config, and doesn't need any explicit value setting.

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Sep 5, 2023

The documentation is not available anymore as the PR was closed or merged.

Copy link
Collaborator

@amyeroberts amyeroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@gante gante merged commit 9a70d6e into huggingface:main Sep 5, 2023
3 checks passed
@gante gante deleted the max_length_warning branch September 5, 2023 13:47
parambharat pushed a commit to parambharat/transformers that referenced this pull request Sep 26, 2023
blbadger pushed a commit to blbadger/transformers that referenced this pull request Nov 8, 2023
EduardoPach pushed a commit to EduardoPach/transformers that referenced this pull request Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants