Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

espnet
/
owsm_v4_small_370M

Automatic Speech Recognition
ESPnet
multilingual
audio
speech-translation
language-identification
Model card Files Files and versions
xet
Community
1

Instructions to use espnet/owsm_v4_small_370M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use espnet/owsm_v4_small_370M with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owsm_v4_small_370M"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owsm_v4_small_370M / data
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
pyf98's picture
pyf98
add model
7c45ace over 1 year ago
  • token_list
    add model over 1 year ago