Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao committed Mar 30, 2024
1 parent b52b901 commit 4311e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/whisper/test_modeling_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@ def test_whisper_longform_no_speech_detection(self):
"temperature": (0.0,),
"compression_ratio_threshold": 1.35,
"condition_on_prev_tokens": True,
"logprob_threshold": 0.1, # Ignore logprob, use only no-speech prob
"logprob_threshold": 0.0, # Ignore logprob, use only no-speech prob
"num_beams": 5,
}

Expand Down

0 comments on commit 4311e3f

Please sign in to comment.