nemotron3-22b-hf / config.json
thhaus's picture
Upload model
30704ed verified
raw
history blame
683 Bytes
{
"_name_or_path": ".",
"architectures": [
"NemotronModel"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 2,
"eos_token_id": 3,
"head_dim": 128,
"hidden_act": "relu2",
"hidden_size": 6144,
"initializer_range": 0.008,
"intermediate_size": 24576,
"max_position_embeddings": 4096,
"mlp_bias": false,
"model_type": "nemotron",
"norm_eps": 1e-05,
"num_attention_heads": 48,
"num_hidden_layers": 40,
"num_key_value_heads": 48,
"partial_rotary_factor": 0.5,
"rope_theta": 10000,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.45.2",
"use_cache": true,
"vocab_size": 256000
}