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

  • Log In
  • Sign Up

espnet
/
owsm_v3.1_ebf_small

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

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

  • Libraries
  • ESPnet

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

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owsm_v3.1_ebf_small"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owsm_v3.1_ebf_small / exp
2.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
pyf98's picture
pyf98
remov flash attention args in config
e2f4e38 verified over 1 year ago
  • s2t_stats_raw_bpe50000
    add files over 1 year ago
  • s2t_train_s2t_ebf_conv2d_size768_e9_d9_piecewise_lr5e-4_warmup60k_flashattn_raw_bpe50000
    remov flash attention args in config over 1 year ago