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
Rename model/xeus_checkpoint.pth to model/xeus_checkpoint_old.pth
Browse files
model/{xeus_checkpoint.pth → xeus_checkpoint_old.pth}
RENAMED
|
File without changes
|