Instructions to use speech31/XLS-R-english-phoneme with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use speech31/XLS-R-english-phoneme with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="speech31/XLS-R-english-phoneme")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("speech31/XLS-R-english-phoneme") model = AutoModelForCTC.from_pretrained("speech31/XLS-R-english-phoneme", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
64b1594 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e116b725c521b7299e4ad4b4cff070fc90251490ff630281683c2c1018d705ed
size 2490411537
|