Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rristo
/
espnet_ebranchformer_et

Automatic Speech Recognition
ESPnet
Estonian
audio
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ESPnet

    How to use rristo/espnet_ebranchformer_et with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "rristo/espnet_ebranchformer_et"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
espnet_ebranchformer_et / data
466 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
rristo's picture
rristo
initial commit
a53d524 almost 3 years ago
  • en_token_list
    initial commit almost 3 years ago