File size: 1,677 Bytes
4d1c1cf 7065d8c 4d1c1cf c509a2a 4d1c1cf | 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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | {
"model_type": "steerling",
"auto_map": {
"AutoConfig": "configuration_steerling.SteerlingConfig",
"AutoModel": "modeling_steerling.SteerlingForCausalLM",
"AutoModelForCausalLM": "modeling_steerling.SteerlingForCausalLM",
"AutoTokenizer": ["tokenization_steerling.SteerlingTokenizer", null]
},
"architectures": ["SteerlingForCausalLM"],
"instruct": true,
"interpretable": true,
"vocab_size": 100352,
"n_layers": 32,
"n_head": 32,
"n_embd": 4096,
"n_kv_heads": 4,
"block_size": 4096,
"diff_block_size": 64,
"use_rms_norm": true,
"norm_eps": 1e-05,
"norm_order": "post",
"use_qk_norm": true,
"use_rope": true,
"rope_base": 500000.0,
"rope_full_precision": true,
"clip_qkv": 10.0,
"mlp_type": "swiglu",
"activation": "gelu",
"mlp_ratio": 4,
"intermediate_size": null,
"use_bias": false,
"weight_sharing": true,
"pad_token_id": 100277,
"bos_token_id": 100278,
"eos_token_id": 100257,
"mask_token_id": 100280,
"endofchunk_token_id": 100279,
"n_concepts": 33732,
"n_unknown_concepts": 101196,
"concept_dim": 4096,
"use_attention_known": false,
"use_attention_unknown": false,
"topk_known": 32,
"topk_known_features": 32,
"unknown_topk": 128,
"use_unknown": true,
"apply_topk_to_unknown": true,
"topk_on_logits": false,
"factorize_unknown": true,
"factorize_rank": 256,
"use_epsilon_correction": true,
"concept_block_size": 4096,
"pad_multiple": 16,
"store_unknown_weights": false,
"inject_layer": 16,
"inject_alpha": 1.0,
"torch_dtype": "bfloat16",
"transformers_version": "4.48.0",
"start_header_id": 100281,
"end_header_id": 100282,
"eot_id": 100283
}
|