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

  • Log In
  • Sign Up

espnet
/
powsm_ctc

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

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

  • Libraries
  • ESPnet

    How to use espnet/powsm_ctc with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/powsm_ctc"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
powsm_ctc
1.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
cjli's picture
cjli
patch file format
db47e3d verified 3 days ago
  • data
    Upload folder using huggingface_hub 4 months ago
  • exp
    add files 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.41 kB
    Update README.md 4 months ago
  • meta.yaml
    271 Bytes
    patch file format 3 days ago