autotrain-llama3 / config.json
abhiram171's picture
Upload config.json
c46df45 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
}