mabel / config.json
mayank1307's picture
Create config.json
c90761d verified
raw
history blame
223 Bytes
{
"model_type": "llama",
"vocab_size": 32000,
"hidden_size": 4096,
"num_hidden_layers": 32,
"num_attention_heads": 32,
"intermediate_size": 11008,
"max_position_embeddings": 4096,
"initializer_range": 0.02
}