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

Fix compute ppl job #559

Merged
merged 4 commits into from
Nov 29, 2024
Merged

Fix compute ppl job #559

merged 4 commits into from
Nov 29, 2024

Conversation

curufinwe
Copy link
Contributor

Currently any change to the crp object will change the hash of ComputePerplexityJob. Even changes to the acoustic model for example. Typically RASR jobs implement their own hash function to hash the generated config, not the input crp. This was overlooked for the ComputePerplexityJob. To avoid breaking hashes I add a new version with the fixed behavior.

Copy link
Collaborator

@Icemole Icemole left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@sarahberanek sarahberanek self-requested a review November 29, 2024 14:47
Copy link
Collaborator

@sarahberanek sarahberanek left a comment

Choose a reason for hiding this comment

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

This was so annoying! I didnt realize thats whats happening!
Good change!
Can we do anything about neural LM PPLs?

@curufinwe curufinwe merged commit 8756dc5 into main Nov 29, 2024
4 checks passed
@curufinwe curufinwe deleted the fix-compute-ppl-job branch November 29, 2024 15:28
christophmluscher pushed a commit that referenced this pull request Dec 2, 2024
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.

4 participants