Files
Minitron-8B-Base/config.json
Saurav Muralidharan 6d40552c0d Update model name
2024-08-13 14:11:21 -07:00

28 lines
669 B
JSON

{
"_name_or_path": "nvidia/Nemotron4-Minitron-8B-Base",
"architectures": [
"NemotronForCausalLM"
],
"bos_token_id": 2,
"eos_token_id": 3,
"hidden_act": "relu2",
"hidden_size": 4096,
"initializer_range": 0.0134,
"intermediate_size": 16384,
"max_position_embeddings": 4096,
"model_type": "nemotron",
"num_attention_heads": 48,
"num_hidden_layers": 32,
"kv_channels": 128,
"num_key_value_heads": 8,
"norm_eps": 1e-05,
"rope_theta": 10000,
"rope_percent": 0.5,
"rope_scaling": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.32.0.dev0",
"use_cache": true,
"vocab_size": 256000
}