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

  • Log In
  • Sign Up

TalTechNLP
/
espnet2_estonian

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

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

  • Libraries
  • ESPnet

    How to use TalTechNLP/espnet2_estonian with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "TalTechNLP/espnet2_estonian"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
espnet2_estonian / data
324 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
TanelAlumae's picture
TanelAlumae
First model version
6bcad9e over 4 years ago
  • et_token_list
    First model version over 4 years ago