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

  • Log In
  • Sign Up

espnet
/
owls_18B_360K

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

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

  • Libraries
  • ESPnet

    How to use espnet/owls_18B_360K with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owls_18B_360K"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owls_18B_360K
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
wanchichen's picture
wanchichen
Update README.md
0a7739f verified about 1 year ago
  • data
    Upload folder using huggingface_hub about 1 year ago
  • exp_360
    Upload exp_360/s2t_stats_raw_bpe50000/train/feats_stats.npz with huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.87 kB
    Update README.md about 1 year ago
  • meta.yaml
    330 Bytes
    Create meta.yaml about 1 year ago