gmma-jepa / config.json
clevrpwn's picture
Ensure model is fully merged with base Gemma tokenizers, config, modeling and safetensors
58edfdf verified
Raw
History Blame Contribute Delete
613 Bytes
{
"architectures": [
"GemmaForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_gmma_jepa.GmmaJEPAConfig",
"AutoModelForCausalLM": "modeling_gmma_jepa.GmmaJEPAForCausalLM"
},
"model_type": "gemma",
"base_model": "google/gemma-2b",
"d_model": 1536,
"vocab_size": 256000,
"num_jepa_layers": 8,
"dag_reasoning_enabled": true,
"universal_compiler_safety": true,
"num_swarm_specialists": 23,
"quantization": "NVFP4_E2M1",
"torch_dtype": "bfloat16",
"transformers_version": "4.45.0",
"organization": "Danger Labs",
"authors": [
"Danger Labs",
"clevrpwn"
]
}