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")