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
159 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
rristo's picture
rristo
update example
afe4c59 almost 3 years ago
  • data
    initial commit almost 3 years ago
  • docker
    initial commit almost 3 years ago
  • example_audio
    update example almost 3 years ago
  • exp
    initial commit almost 3 years ago
  • .gitattributes
    1.56 kB
    update example almost 3 years ago
  • .gitignore
    24 Bytes
    initial commit almost 3 years ago
  • README.md
    1.91 kB
    readme almost 3 years ago
  • build.bat
    46 Bytes
    initial commit almost 3 years ago
  • build.sh
    46 Bytes
    initial commit almost 3 years ago
  • example_usage.ipynb
    67.6 kB
    update example almost 3 years ago
  • run.bat
    173 Bytes
    initial commit almost 3 years ago
  • run.sh
    185 Bytes
    initial commit almost 3 years ago