timenest-chatbot / config.json
KhangPTT373's picture
update
29f53e3
raw
history blame contribute delete
484 Bytes
{
"model_type": "llama",
"hidden_size": 4096,
"num_attention_heads": 32,
"num_hidden_layers": 36,
"intermediate_size": 16384,
"max_position_embeddings": 2048,
"initializer_range": 0.02,
"layer_norm_eps": 1e-5,
"hidden_act": "silu",
"vocab_size": 32000,
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"attention_dropout": 0.1,
"hidden_dropout": 0.1,
"rms_norm_eps": 1e-6,
"tie_word_embeddings": false
}