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

huckiyang
/
owls_05B_180K

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

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

  • Libraries
  • ESPnet

    How to use huckiyang/owls_05B_180K with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "huckiyang/owls_05B_180K"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
owls_05B_180K
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
huckiyang's picture
huckiyang
Upload 7 files
7c8c27b verified over 1 year ago
  • data
    Upload 7 files over 1 year ago
  • exp_owsm
    Upload 7 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.77 kB
    Upload 7 files over 1 year ago
  • meta.yaml
    331 Bytes
    Upload 7 files over 1 year ago