chess-gpt2-uci-8x8x512 / generation_config.json
austindavis's picture
Rename generation.config to generation_config.json
7d8b03f verified
raw
history blame contribute delete
No virus
173 Bytes
{
"do_sample": true,
"eos_token_id": 2,
"max_length": 512,
"max_new_tokens": 512,
"pad_token_id": 0,
"temperature": 0.0001,
"transformers_version": "4.40.1"
}