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 / exp
4.07 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pyf98's picture
pyf98
add model files
57a6472 over 2 years ago
  • s2t_stats_raw_bpe50000
    add model files over 2 years ago
  • s2t_train_s2t_ebf_conv2d_size1024_e18_d18_piecewise_lr2e-4_warmup60k_flashattn_raw_bpe50000
    add model files over 2 years ago