Automatic Speech Recognition
Transformers
Safetensors
Khmer
English
troryongasr
custom_code
TrorYongASR-small / config.json
Kimang18's picture
Upload config
1915dec
raw
history blame contribute delete
384 Bytes
{
"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
}