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
Ctrl+K
Ctrl+K
  • 3 contributors
History: 16 commits
pyf98's picture
pyf98
Update README.md
1d855cb verified 8 months ago
  • data
    add model over 1 year ago
  • exp
    Rename exp/s2t_train_conv2d8_size768_e9_d9_mel128_raw_bpe50000/train.1.log.bak to exp/s2t_train_conv2d8_size768_e9_d9_mel128_raw_bpe50000/train.1.log about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.46 kB
    Update README.md 8 months ago
  • meta.yaml
    359 Bytes
    add model over 1 year ago