Skip to content

1.5.0 | Automatic Speech Recognition

Choose a tag to compare

@ovuruska ovuruska released this 30 Mar 20:38
· 104 commits to main since this release
fcebbee

Automatic Speech Recognition models

New release featuring various ASR models:

  • WhisperLarge: Large ASR model.
  • WhisperBase: Basic ASR model.
  • WhisperBaseEn: Basic English ASR model.
  • WhisperMedium: Medium ASR model.
  • WhisperMediumEn: Medium English ASR model.
  • WhisperSmall: Small ASR model.
  • WhisperSmallEn: Small English ASR model.
  • WhisperTimestampedMedium: Timestamped medium ASR model.
  • WhisperTimestampedMediumEn: Timestamped medium English ASR model.
  • WhisperTiny: Very small ASR model.
  • WhisperTinyEn: Very small English ASR model.
  • Updated documentation and examples provided for usage.