Instructions to use ibrahimchristopher/test-mms-hau with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibrahimchristopher/test-mms-hau with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("ibrahimchristopher/test-mms-hau") model = AutoModelForPreTraining.from_pretrained("ibrahimchristopher/test-mms-hau") - Notebooks
- Google Colab
- Kaggle