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

SpireLab
/
spire_respin_baselines_espnet

Automatic Speech Recognition
ESPnet
speech
audio
indian-languages
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ESPnet

    How to use SpireLab/spire_respin_baselines_espnet with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "SpireLab/spire_respin_baselines_espnet"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
spire_respin_baselines_espnet
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
jes3275's picture
jes3275
Update consolidated README and meta.yaml with results
39a0707 about 1 year ago
  • data_respin
    Update consolidated README and meta.yaml with results about 1 year ago
  • exp_small
    Update consolidated README and meta.yaml with results about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.29 kB
    Update consolidated README and meta.yaml with results about 1 year ago
  • meta.yaml
    3.73 kB
    Update consolidated README and meta.yaml with results about 1 year ago