openslr/librispeech_asr
Viewer • Updated • 585k • 100k • 222
Paper: https://arxiv.org/abs/2410.00025 Presented at EMNLP 2024.
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.
Use it like this:
from phonslm import HuBERTPhoneme
model = HuBERTPhoneme.from_pretrained("coml/hubert-phoneme-classification")
Base model
facebook/hubert-base-ls960