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
| { | |
| " ": 2, | |
| "<pad>": 0, | |
| "<unk>": 1, | |
| "ກ": 3, | |
| "ຂ": 4, | |
| "ຄ": 5, | |
| "ງ": 6, | |
| "ຈ": 7, | |
| "ຊ": 8, | |
| "ຍ": 9, | |
| "ດ": 10, | |
| "ຕ": 11, | |
| "ຖ": 12, | |
| "ທ": 13, | |
| "ນ": 14, | |
| "ບ": 15, | |
| "ປ": 16, | |
| "ຜ": 17, | |
| "ຝ": 18, | |
| "ພ": 19, | |
| "ຟ": 20, | |
| "ມ": 21, | |
| "ຢ": 22, | |
| "ຣ": 23, | |
| "ລ": 24, | |
| "ວ": 25, | |
| "ສ": 26, | |
| "ຫ": 27, | |
| "ອ": 28, | |
| "ຮ": 29, | |
| "ະ": 30, | |
| "ັ": 31, | |
| "າ": 32, | |
| "ຳ": 33, | |
| "ິ": 34, | |
| "ີ": 35, | |
| "ຶ": 36, | |
| "ື": 37, | |
| "ຸ": 38, | |
| "ູ": 39, | |
| "ົ": 40, | |
| "ຼ": 41, | |
| "ຽ": 42, | |
| "ເ": 43, | |
| "ແ": 44, | |
| "ໂ": 45, | |
| "ໃ": 46, | |
| "ໄ": 47, | |
| "ໆ": 48, | |
| "່": 49, | |
| "້": 50, | |
| "໋": 51, | |
| "ໍ": 52, | |
| "ໜ": 53, | |
| "ໝ": 54 | |
| } | |