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

  • Log In
  • Sign Up

espnet
/
xeus

Automatic Speech Recognition
ESPnet
ELM
JAX
MLX
audio
speech
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • ESPnet

    How to use espnet/xeus with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/xeus"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
xeus
2.31 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 32 commits
reach-vb's picture
reach-vb
Update README.md
02acdd3 verified almost 2 years ago
  • model
    Upload xeus_checkpoint.pth almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    28.7 kB
    Update README.md almost 2 years ago
  • meta.yaml
    220 Bytes
    Create meta.yaml almost 2 years ago