Instructions to use SiangLao/hubert-lao-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SiangLao/hubert-lao-asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="SiangLao/hubert-lao-asr")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("SiangLao/hubert-lao-asr") model = AutoModelForCTC.from_pretrained("SiangLao/hubert-lao-asr") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 23a57e5 verified
Souphaxay Naovalath commited on
Update README.md 259c025 verified
Souphaxay Naovalath commited on
Upload HuBERT Lao ASR model d95eae7 verified
Souphaxay Naovalath commited on
initial commit 6dc57ef verified
Souphaxay Naovalath commited on