Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Phone Recognition
International Phonetic Alphabet
CTC
multilingual
Instructions to use pklumpp/Wav2Vec2_CommonPhone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pklumpp/Wav2Vec2_CommonPhone with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="pklumpp/Wav2Vec2_CommonPhone")# Load model directly from transformers import Wav2Vec2 model = Wav2Vec2.from_pretrained("pklumpp/Wav2Vec2_CommonPhone", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K