Skip to content

Commit

Permalink
Update default temperature.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Sep 3, 2024
1 parent c7db967 commit d482a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlrc/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"length_penalty": 1,
"repetition_penalty": 1.0,
"no_repeat_ngram_size": 0,
"temperature": [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
"temperature": 0.0,

# We assume the voice is valid after VAD, log_prob_threshold is not reliable, set these 3 to None to prevent
# miss-transcription, see https://github.com/openai/whisper/discussions/29#discussioncomment-3726710 for details
Expand Down

0 comments on commit d482a02

Please sign in to comment.