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

  • Log In
  • Sign Up

espnet
/
owsm_v3.1_ebf_base

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

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

  • Libraries
  • ESPnet

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

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owsm_v3.1_ebf_base"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owsm_v3.1_ebf_base / exp
409 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pyf98's picture
pyf98
add model files
2d803e2 over 2 years ago
  • s2t_stats_raw_bpe50000
    add model files over 2 years ago
  • s2t_train_s2t_ebf_conv2d_size384_e6_d6_piecewise_lr1e-3_warmup60k_flashattn_lessreg_raw_bpe50000
    add model files over 2 years ago