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

  • 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 / exp_small /exp_te
113 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
jes3275's picture
jes3275
Update consolidated README and meta.yaml with results
9ac1a2f 12 months ago
  • asr_te_ebf_size256_mlp1024_lin1024_e8_mactrue_bs6M_gacc1
    Update consolidated README and meta.yaml with results 12 months ago
  • README.md
    8.07 kB
    Update consolidated README and meta.yaml with results 12 months ago
  • meta.yaml
    370 Bytes
    Update consolidated README and meta.yaml with results 12 months ago