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

  • Log In
  • Sign Up

espnet
/
owsm_v4_medium_1B

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

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

  • Libraries
  • ESPnet

    How to use espnet/owsm_v4_medium_1B with ESPnet:

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