rost-1b-base / config.json
stefaniancu's picture
Declare bfloat16
c1100b2 verified
Raw
History Blame Contribute Delete
404 Bytes
{
"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"
}