File size: 727 Bytes
0f18680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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
}