Cubiczan-MoE-7B / generation_config.json
Impactquadrant's picture
Initial release: Cubiczan-MoE-7B model config, expert knowledge base, and model card
0ae90a0 verified
Raw
History Blame Contribute Delete
506 Bytes
{
"_from_model_config": true,
"bos_token_id": 151643,
"eos_token_id": 151645,
"pad_token_id": 151643,
"do_sample": true,
"temperature": 0.1,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.05,
"max_new_tokens": 4096,
"max_length": 32768,
"transformers_version": "4.46.0",
"cubiczan_config": {
"framework_mode": "auto",
"strict_template": true,
"structured_mode_temperature": 0.1,
"exploratory_mode_temperature": 0.6,
"framework_enforcement": "STRICT"
}
}