File size: 589 Bytes
d97f7ee | 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 | {
"model_type": "axon",
"architectures": [
"AxonForCausalLM"
],
"hidden_size": 1024,
"intermediate_size": 2560,
"num_hidden_layers": 30,
"num_attention_heads": 8,
"num_key_value_heads": 4,
"head_dim": 128,
"vocab_size": 49152,
"max_position_embeddings": 2048,
"rope_theta": 10000.0,
"logit_softcap": 30.0,
"hidden_act": "relu2",
"rms_norm_eps": 1e-05,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"post_training": "ThinkInstillation",
"sft_loss": 1.8482,
"think_loss": 1.4023,
"pretrain_tokens": "8.5B",
"duoneural_model": true
} |