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

  • Log In
  • Sign Up

espnet
/
sujay_catslu_map

Automatic Speech Recognition
ESPnet
Chinese
audio
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ESPnet

    How to use espnet/sujay_catslu_map with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/sujay_catslu_map"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
sujay_catslu_map / exp
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
sujayskumar's picture
sujayskumar
Update model
fa11597 over 4 years ago
  • asr_train_asr_raw_zh_word
    Update model over 4 years ago