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 / example_audio
3.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rristo's picture
rristo
update example
afe4c59 almost 3 years ago
  • emt16k.wav
    408 kB
    xet
    update example almost 3 years ago
  • oden_kypsis16k.wav
    1.58 MB
    xet
    update example almost 3 years ago
  • oden_kypsis16k_subset.wav
    678 kB
    xet
    update example almost 3 years ago
  • oden_kypsis16k_subset2.wav
    294 kB
    xet
    update example almost 3 years ago
  • oden_kypsis16k_subset3.wav
    444 kB
    xet
    update example almost 3 years ago