Pebble-25M / config.json
Hoglet-33's picture
Upload Pebble 25M model, config, and tokenizer artifacts
5994395 verified
Raw
History Blame
444 Bytes
{
"model_type": "pebble_25m",
"architectures": [
"PebbleLM"
],
"vocab_size": 2048,
"d_model": 608,
"n_blocks": 8,
"n_heads": 8,
"att_hidden": 2432,
"rope_theta": 10000.0,
"seq_len": 2048,
"eos_token_id": 0,
"bos_token_id": 0,
"torch_dtype": "float32",
"mamba_d_state": 128,
"mamba_d_conv": 4,
"mamba_expand": 2,
"mamba_headdim": 64,
"block_pattern": "3:1 mamba:attn",
"transformers_version": "4.44.0"
}