deepseek-v4-sovereign / generation_config.json
Codexcoder's picture
SOVEREIGN — sovereign AI model card (derived from DeepSeek-V4-Flash-0731): specs, config, tokenizer, generation config
f6fec0c verified
Raw
History Blame Contribute Delete
304 Bytes
{
"temperature": 1.0,
"top_p": 0.95,
"top_k": 40,
"max_new_tokens": 384000,
"repetition_penalty": 1.0,
"do_sample": true,
"reasoning_effort": "max",
"thinking_mode": "thinking",
"use_cache": true,
"pad_token_id": 129277,
"bos_token_id": 129278,
"eos_token_id": [129279, 129280]
}