Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

espnet
/
owls_1B_180K

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

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

  • Libraries
  • ESPnet

    How to use espnet/owls_1B_180K with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/owls_1B_180K"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owls_1B_180K
2.25 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
wanchichen's picture
wanchichen
Update README.md
89b6d12 verified about 1 year ago
  • data
    Upload folder using huggingface_hub about 1 year ago
  • exp_owsm
    Upload exp_owsm/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.91 kB
    Update README.md about 1 year ago
  • meta.yaml
    329 Bytes
    Create meta.yaml about 1 year ago