Instructions to use KrorngAI/TrorYongASR-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KrorngAI/TrorYongASR-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KrorngAI/TrorYongASR-small", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KrorngAI/TrorYongASR-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "auto_map": { | |
| "AutoConfig": "configuration_troryongasr.TrorYongASRConfig" | |
| }, | |
| "bias": true, | |
| "dropout": 0.1, | |
| "eot_id": 2, | |
| "model_type": "troryongasr", | |
| "n_audio_ctx": 1500, | |
| "n_embed": 768, | |
| "n_head": 12, | |
| "n_layer": 12, | |
| "n_mels": 80, | |
| "n_text_ctx": 1024, | |
| "pad_id": 2, | |
| "tie_word_embeddings": true, | |
| "transformers_version": "5.0.0", | |
| "vocab_size": 48005 | |
| } | |