Instructions to use makamkkumar/mkk-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use makamkkumar/mkk-zh with Transformers:
# Load model directly from transformers import AutoProcessor, ExtendedWav2Vec2ForCTC processor = AutoProcessor.from_pretrained("makamkkumar/mkk-zh") model = ExtendedWav2Vec2ForCTC.from_pretrained("makamkkumar/mkk-zh") - Notebooks
- Google Colab
- Kaggle