Files
Sailor-7B-Chat/generation_config.json

14 lines
242 B
JSON
Raw Permalink Normal View History

{
"bos_token_id": 151643,
"pad_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"repetition_penalty": 1.1,
"top_p": 0.75,
"top_k": 60,
"temperature": 0.2,
"transformers_version": "4.37.2"
}