Text Generation
Transformers
ONNX
Safetensors
English
gpt2
chess
pgn
causal-lm
game-playing
text-generation-inference
kn1ght-bullet / generation_config.json
InterwebAlchemy's picture
Upload folder using huggingface_hub
472946d verified
raw
history blame contribute delete
178 Bytes
{
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 3,
"max_new_tokens": 256,
"do_sample": true,
"temperature": 0.8,
"top_k": 40
}