RelaxingSnorlax's picture
Upload config.json with huggingface_hub
cfb5c81 verified
{
"speculators_model_type": "mtp",
"architectures": [
"MTPSpeculator"
],
"num_speculative_steps": 3,
"num_nextn_predict_layers": 1,
"mtp_loss_step_weights": [
0.51,
0.31,
0.18
],
"hidden_size": 4096,
"intermediate_size": 11008,
"num_attention_heads": 32,
"num_key_value_heads": 8,
"vocab_size": 151680,
"max_position_embeddings": 32768,
"rms_norm_eps": 1e-05,
"transformer_config": {
"model_type": "mimo",
"vocab_size": 151680,
"hidden_size": 4096,
"intermediate_size": 11008,
"num_hidden_layers": 1,
"num_attention_heads": 32,
"num_key_value_heads": 8,
"max_position_embeddings": 32768,
"rms_norm_eps": 1e-05,
"rope_theta": 640000,
"tie_word_embeddings": false,
"attention_bias": true
},
"speculators_config": {
"algorithm": "mtp",
"proposal_methods": [
{
"proposal_type": "greedy",
"speculative_tokens": 3,
"verifier_accept_k": 1,
"accept_tolerance": 0.0
}
],
"default_proposal_method": "greedy",
"verifier": {
"name_or_path": "TencentBAC/FastMTP",
"architectures": ["MiMoForCausalLM"]
}
}
}