Files
Llama-SEA-LION-v3-8B/generation_config.json

10 lines
185 B
JSON
Raw Permalink Normal View History

{
"do_sample": true,
"temperature": 0.6,
"top_p": 0.9,
"_from_model_config": true,
"bos_token_id": 128000,
"eos_token_id": 128001,
"transformers_version": "4.43.0.dev0"
}