Instructions to use nh0znoisung/hubert-large-timit-upsample-4-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nh0znoisung/hubert-large-timit-upsample-4-50 with Transformers:
# Load model directly from transformers import AutoProcessor, HubertForCTCWithUpsample processor = AutoProcessor.from_pretrained("nh0znoisung/hubert-large-timit-upsample-4-50") model = HubertForCTCWithUpsample.from_pretrained("nh0znoisung/hubert-large-timit-upsample-4-50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K