Text Classification
Adapters
English
llama
char / config.json
areeb-h's picture
Update config.json
0f9c515 verified
{
"model_type": "llama",
"hidden_size": 4096,
"num_attention_heads": 32,
"num_hidden_layers": 40,
"vocab_size": 32000,
"intermediate_size": 11008,
"max_position_embeddings": 2048,
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"tie_word_embeddings": false
}