| { | |
| "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 | |
| } |