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

  • Log In
  • Sign Up

espnet
/
proyecto_nahuatl

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

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

  • Libraries
  • ESPnet

    How to use espnet/proyecto_nahuatl with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/proyecto_nahuatl"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
proyecto_nahuatl / exp
1.29 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Jialu Li
add all exp files
c1b4c86 about 1 year ago
  • asr_train_asr_s3prl_single_lr1e-3_raw_en_bpe150_sp
    add all exp files about 1 year ago