gemma-2-2b-it / kf_config.json
IMvision12's picture
Super-squash branch 'main' using huggingface_hub
7ff0f34
Raw
History Blame Contribute Delete
695 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.2.1",
"model_module": "kerasformers.models.gemma2",
"model_class": "Gemma2TextGenerate",
"variant": "gemma-2-2b-it",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "bfloat16",
"model_type": "gemma2",
"text_config": {
"vocab_size": 256000,
"embed_dim": 2304,
"mlp_dim": 9216,
"num_layers": 26,
"num_heads": 8,
"num_kv_heads": 4,
"head_dim": 256,
"query_pre_attn_scalar": 256.0,
"attn_logit_softcapping": 50.0,
"final_logit_softcapping": 30.0,
"sliding_window": 4096,
"norm_eps": 1e-06,
"rope_theta": 10000.0,
"tie_embeddings": true
}
}