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

  • Log In
  • Sign Up

espnet
/
powsm

Automatic Speech Recognition
ESPnet
multilingual
audio
phone-recognition
grapheme-to-phoneme
phoneme-to-grapheme
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • ESPnet

    How to use espnet/powsm with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/powsm"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
powsm
2.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
cjli's picture
cjli
Update README.md
21ffa41 verified 3 months ago
  • data
    add model files 6 months ago
  • exp
    add train/feats_stats.npz 6 months ago
  • textnorm_retrained
    Create meta.yaml 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    4.44 kB
    Update README.md 3 months ago
  • meta.yaml
    341 Bytes
    patch yaml file 6 months ago