Pebble-10M-Chat / config.json
Hoglet-33's picture
Upload fine-tuned Pebble-10M-Chat model
0f18680 verified
Raw
History Blame Contribute Delete
727 Bytes
{
"architectures": [
"Pebble10MLM"
],
"attention": {
"is_causal": true,
"rope_theta": 10000.0
},
"auto_map": {
"AutoConfig": "configuration_pebble.PebbleConfig",
"AutoModelForCausalLM": "modeling_pebble.PebbleForCausalLM"
},
"block_pattern": "mmma|mmma",
"dtype": "float32",
"hidden_size": 384,
"hybrid_ratio": "3:1 mamba2:attention",
"intermediate_size": 1536,
"mamba2": {
"d_conv": 4,
"d_state": 128,
"expand": 2,
"headdim": 96,
"use_mem_eff_path": true
},
"max_position_embeddings": 512,
"model_type": "pebble_10m",
"num_attention_heads": 6,
"num_hidden_layers": 8,
"rms_norm_eps": 1e-06,
"transformers_version": "4.57.1",
"vocab_size": 2048
}