File size: 516 Bytes
8599907 09aeb43 8599907 09aeb43 8599907 aa82b18 8599907 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"architectures": [
"Step1ForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_step1.Step1Config",
"AutoModelForCausalLM": "modeling_step1.Step1ForCausalLM"
},
"model_type": "step1",
"bos_token_id": 1,
"pad_token_id": 0,
"eos_token_id": 3,
"hidden_size": 12288,
"intermediate_size": 31232,
"num_attention_heads": 96,
"num_attention_groups": 8,
"num_hidden_layers": 88,
"max_seq_len": 32768,
"vocab_size": 74752,
"rms_norm_eps": 1e-05,
"torch_dtype": "bfloat16"
}
|