{
    "architectures": [
        "LlamaForCausalLM"
    ],
    "attention_bias": false,
    "attention_dropout": 0.0,
    "bos_token_id": 0,
    "dtype": "bfloat16",
    "eos_token_id": 2,
    "head_dim": 64,
    "hidden_act": "silu",
    "hidden_size": 512,
    "initializer_range": 0.02,
    "intermediate_size": 1408,
    "max_position_embeddings": 1024,
    "mlp_bias": false,
    "model_type": "llama",
    "num_attention_heads": 8,
    "num_hidden_layers": 12,
    "num_key_value_heads": 4,
    "pad_token_id": 1,
    "pretraining_tp": 1,
    "quantization": {
        "group_size": 64,
        "bits": 2,
        "mode": "affine"
    },
    "quantization_config": {
        "group_size": 64,
        "bits": 2,
        "mode": "affine"
    },
    "rms_norm_eps": 1e-06,
    "rope_parameters": {
        "rope_theta": 10000,
        "rope_type": "default"
    },
    "tie_word_embeddings": true,
    "transformers_version": "5.8.1",
    "use_cache": false,
    "vocab_size": 32000
}