granite-4.2-30b / config.json
yousafshah's picture
granite-4.2
c26d718 verified
Raw
History Blame Contribute Delete
907 Bytes
{
"architectures": [
"GraniteForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"attention_multiplier": 0.0078125,
"bos_token_id": 100283,
"dtype": "bfloat16",
"embedding_multiplier": 1.0,
"eos_token_id": 100257,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.1,
"intermediate_size": 32768,
"logits_scaling": 1.0,
"max_position_embeddings": 131072,
"mlp_bias": false,
"model_type": "granite",
"num_attention_heads": 32,
"num_hidden_layers": 64,
"num_key_value_heads": 8,
"pad_token_id": 100257,
"residual_multiplier": 1.0,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 50000000,
"rope_type": "default"
},
"rope_scaling": null,
"rope_theta": 50000000,
"tie_word_embeddings": false,
"transformers_version": "4.57.1",
"use_cache": true,
"vocab_size": 100352,
"torch_dtype": "bfloat16"
}