llama3.1-8b-cpt-sea-lionv3-base / generation_config.json
waiyiaisg's picture
Upload Llama 3.1 Tokenizer and Model
36cd657
raw
history blame contribute delete
185 Bytes
{
"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"
}