File size: 485 Bytes
4bb52fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"architectures": [
"SingProbeAttnModel"
],
"model_type": "sing_probe_attn",
"auto_map": {
"AutoConfig": "configuration_sing_probe.SingProbeAttnConfig",
"AutoModel": "modeling_sing_probe.SingProbeAttnModel"
},
"hidden_size": 2560,
"base_model_layer_ids": [
13,
26,
40
],
"num_attention_heads": 8,
"head_dim": 64,
"sliding_window": 2048,
"num_labels": 10,
"base_model_name": "inclusionAI/Ling-3.0-flash",
"torch_dtype": "bfloat16"
}
|