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

  • Log In
  • Sign Up

espnet
/
owsm_v3.1_ebf

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

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

  • Libraries
  • ESPnet

    How to use espnet/owsm_v3.1_ebf with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owsm_v3.1_ebf"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owsm_v3.1_ebf
4.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
pyf98's picture
pyf98
Update README.md
501d032 verified 8 months ago
  • data
    add model files over 2 years ago
  • exp
    add model files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.7 kB
    Update README.md 8 months ago
  • meta.yaml
    424 Bytes
    add model files over 2 years ago