testai / generation_config.json
testaccount-ai's picture
Create generation_config.json
e3aa3bb verified
raw
history blame contribute delete
762 Bytes
{
"_from_model_config": true,
"bos_token_id": 151643,
"eos_token_id": 151643,
"pad_token_id": 151643,
"transformers_version": "4.39.0",
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"max_length": 8192,
"repetition_penalty": 1.05,
"length_penalty": 1.0,
"num_beams": 1,
"early_stopping": false,
"no_repeat_ngram_size": 0,
"typical_p": 1.0,
"epsilon_cutoff": 0.0,
"eta_cutoff": 0.0,
"diversity_penalty": 0.0,
"num_beam_groups": 1,
"num_return_sequences": 1,
"output_scores": false,
"return_dict_in_generate": false,
"remove_invalid_values": false,
"renormalize_logits": false,
"bad_words_ids": null,
"force_words_ids": null,
"min_length": 0,
"stop_strings": ["<|user|>", "<|system|>"]
}