Files
gpt2-xl-sft/generation_config.json

15 lines
309 B
JSON
Raw Normal View History

{
"_from_model_config": true,
"bos_token_id": 50256,
"do_sample": true,
"eos_token_id": 50256,
"logits_processor": null,
"max_new_tokens": 512,
"no_repeat_ngram_size": 2,
"num_beams": 5,
"pad_token_id": 50256,
"temperature": 0.98,
"top_p": 0.5,
"transformers_version": "4.29.0.dev0"
}