This branch contains the HuBERT model fine-tuned with phoneme classification on train-clean-100.
See the companion repository:
https://github.com/bootphon/spokenlm-phoneme.
1from phonslm import HuBERTPhoneme
2
3model = HuBERTPhoneme.from_pretrained("coml/hubert-phoneme-classification")