Janus-Pro-7B-LM-4bit / config.json
wnma3mz's picture
Upload folder using huggingface_hub
8b751cb verified
raw
history blame contribute delete
629 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"head_dim": 128,
"hidden_size": 4096,
"intermediate_size": 11008,
"max_position_embeddings": 16384,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 30,
"num_key_value_heads": 32,
"quantization": {
"group_size": 64,
"bits": 4
},
"quantization_config": {
"group_size": 64,
"bits": 4
},
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.33.1",
"vocab_size": 102400
}