File size: 404 Bytes
c4609e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a70f0dd
c4609e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "vocab_size": 32768,
  "n_layer": 24,
  "n_head": 12,
  "n_kv_head": 12,
  "n_embd": 1536,
  "sequence_len": 4096,
  "rope_base": 100000,
  "window_pattern": "SSSL",
  "model_type": "rost",
  "architectures": [
    "RostForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_rost.RostConfig",
    "AutoModelForCausalLM": "modeling_rost.RostForCausalLM"
  },
  "torch_dtype": "bfloat16"
}