Wilai / config.json
JonusNattapong's picture
Update config.json
3de8a14 verified
raw
history blame
619 Bytes
{
"_name_or_path": "OpensourceThai/Wilai",
"architectures": [
"OpenThaiWilai"
],
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"hidden_size": 768,
"intermediate_size": 3072,
"max_position_embeddings": 512,
"model_type": "OpenThaiWilai",
"num_heads": 8,
"num_layers": 6,
"num_experts": 4,
"top_k": 2,
"vocab_size": 48000,
"torch_dtype": "float32",
"transformers_version": "4.44.0",
"use_cache": true,
"auto_map": {
"AutoConfig": "configuration_openthaiwilai.OpenThaiWilaiConfig",
"AutoModelForCausalLM": "modeling_openthaiwilai.OpenThaiWilaiForCausalLM"
}
}