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
681 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
TanelAlumae's picture
TanelAlumae
Update README.md
34c2de6 over 4 years ago
  • data
    First model version over 4 years ago
  • exp
    First model version over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3 kB
    Update README.md over 4 years ago
  • meta.yaml
    450 Bytes
    First model version over 4 years ago