Skip to content

Commit

Permalink
model details
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Apr 24, 2024
1 parent 783daa9 commit e03f854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ async def model_command(self, update: Update, context: CallbackContext) -> None:
"- <b>Large</b>: Most precise, processes at real-time (1x speed), uses ~10GB VRAM.\n\n"
"Note: '.en' models (e.g., 'tiny.en') are optimized for English and offer better accuracy for English audio. "
"As model size increases, the benefit of English optimization becomes less significant. Choose based on your "
"needs for speed, memory usage, and linguistic accuracy.",
"needs for speed, memory usage, and linguistic accuracy. "
"As a general guideline, larger models are more accurate but also slower. "
"I.e. best balance in speed vs. accuracy in English language is likely <code>medium.en</code>.",
parse_mode='HTML')
return

Expand Down

0 comments on commit e03f854

Please sign in to comment.