Skip to content

[Generate] Greedy Search, fix output scores from logits to scores#17442

Merged
patrickvonplaten merged 1 commit into
huggingface:mainfrom
patrickvonplaten:fix_greedy_search_output_scores
May 31, 2022
Merged

[Generate] Greedy Search, fix output scores from logits to scores#17442
patrickvonplaten merged 1 commit into
huggingface:mainfrom
patrickvonplaten:fix_greedy_search_output_scores

Conversation

@patrickvonplaten

@patrickvonplaten patrickvonplaten commented May 26, 2022

Copy link
Copy Markdown
Contributor

What does this PR do?

🚨🚨 This PR can lead to silently changing values for users of greedy_search and output_scores=True. Please read the issue below 🚨 🚨

Fixes #17424

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@patrickvonplaten patrickvonplaten changed the title [Generate] Fix output scores greedy search [Generate] Greedy Search, fix output scores from logits to scores May 26, 2022
@HuggingFaceDocBuilderDev

HuggingFaceDocBuilderDev commented May 26, 2022

Copy link
Copy Markdown

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

@sgugger sgugger left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Good for me, so that the output is consistently scores.

@patil-suraj patil-suraj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

🚨🚨 This PR can lead to silently changing values for users of greedy_search and output_scores=True. Please read the issue below 🚨 🚨

went through the issue, and it's fine for me since this will actually return the correct scores.

@patrickvonplaten
patrickvonplaten merged commit b0e0ac8 into huggingface:main May 31, 2022
@patrickvonplaten
patrickvonplaten deleted the fix_greedy_search_output_scores branch May 31, 2022 12:59
Narsil pushed a commit to Narsil/transformers that referenced this pull request Jun 7, 2022
elusenji pushed a commit to elusenji/transformers that referenced this pull request Jun 12, 2022
amyeroberts pushed a commit to amyeroberts/transformers that referenced this pull request Jun 16, 2022
@xkianteb

Copy link
Copy Markdown

@patil-suraj Will there be any support for raw logits instead logits that are processed? (see #17521 )

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.

Inconsistent behavior in generate when output_scores=True

5 participants