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

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
4.63 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 39 commits
wanchichen's picture
wanchichen
Update meta.yaml
b651261 verified 11 months ago
  • model
    Rename model/38epoch.pth to model/xeus_checkpoint_new.pth 11 months ago
  • .gitattributes
    1.58 kB
    Upload km_opus_lm.mdl 11 months ago
  • README.md
    28.7 kB
    Update README.md almost 2 years ago
  • meta.yaml
    224 Bytes
    Update meta.yaml 11 months ago