janus_pro_7b / kf_config.json
IMvision12's picture
Super-squash branch 'main' using huggingface_hub
63b82ba
Raw
History Blame Contribute Delete
760 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.2.1",
"model_module": "kerasformers.models.janus",
"model_class": "JanusModel",
"variant": "janus_pro_7b",
"weights": "model.weights.json",
"schema_version": 2,
"weight_dtype": "bfloat16",
"model_type": "janus",
"text_config": {
"vocab_size": 102400,
"embed_dim": 4096,
"mlp_dim": 11008,
"num_layers": 30,
"num_heads": 32,
"num_kv_heads": 32,
"head_dim": 128,
"norm_eps": 1e-06,
"rope_theta": 10000.0,
"tie_embeddings": false
},
"vision_config": {
"embed_dim": 1024,
"mlp_dim": 4096,
"num_layers": 24,
"num_heads": 16,
"norm_eps": 1e-06,
"image_size": 384,
"patch_size": 16
},
"image_token_id": 100594
}