cascade-1b-bpe-logic / config.json
Asilarkness's picture
Upload config.json with huggingface_hub
b977f99 verified
Raw
History Blame Contribute Delete
570 Bytes
{
"vocab_size": 32000,
"sequence_length": 1024,
"local_dimension": 384,
"local_layers": 4,
"local_heads": 6,
"local_intermediate_size": 1536,
"dimension": 1024,
"heads": 16,
"intermediate_size": 12032,
"route_paths": 3,
"active_layers": 8,
"max_patches": 256,
"patch_rate": 0.25,
"entropy_threshold": 9.547994111133288,
"rope_theta": 10000.0,
"patch_aux_weight": 0.25,
"patch_mode": "token_surprise",
"tokenizer_name": "mistralai/Mistral-7B-v0.1",
"model_type": "cascade_byte_lm",
"architectures": [
"CascadeForCausalLM"
]
}