MLX
Safetensors
llama
8-bit precision
Goekdeniz-Guelmez's picture
2aa3de8aad3e49a4a7c7197795a825d1001220e29e15afac6e5f651c89694d0f
d3effb6 verified
raw
history blame
839 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 2048,
"max_position_embeddings": 2048,
"model_type": "llama",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"num_key_value_heads": 12,
"pretraining_tp": 1,
"quantization": {
"group_size": 64,
"bits": 8
},
"quantization_config": {
"group_size": 64,
"bits": 8
},
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"use_cache": true,
"vocab_size": 32000
}