Files
gpt2-ptbr-218m/generation_config.json

11 lines
161 B
JSON
Raw Normal View History

{
"eos_token_id": 2,
"pad_token_id": 3,
"bos_token_id": 1,
"max_length": 256,
"do_sample": true,
"temperature": 1.0,
"top_k": 50,
"top_p": 1.0
}