Instructions to use KrorngAI/TrorYongASR-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KrorngAI/TrorYongASR-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KrorngAI/TrorYongASR-tiny", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KrorngAI/TrorYongASR-tiny", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 382 Bytes
faa1524 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"auto_map": {
"AutoConfig": "configuration_troryongasr.TrorYongASRConfig"
},
"bias": true,
"dropout": 0.1,
"eot_id": 2,
"model_type": "troryongasr",
"n_audio_ctx": 1500,
"n_embed": 384,
"n_head": 6,
"n_layer": 4,
"n_mels": 80,
"n_text_ctx": 1024,
"pad_id": 2,
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"vocab_size": 48005
}
|