model-18-sep-llma38B / config.json
abhiram171's picture
Upload config.json
e595f5b verified
raw
history blame contribute delete
244 Bytes
{
"hidden_size": 4096,
"intermediate_size": 11008,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"vocab_size": 32000,
"initializer_range": 0.02,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 2
}