Text Generation
Transformers
ONNX
Safetensors
English
gpt2
chess
pgn
causal-lm
game-playing
text-generation-inference
kn1ght-bullet / tokenizer_config.json
InterwebAlchemy's picture
Upload folder using huggingface_hub
472946d verified
raw
history blame contribute delete
224 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "[g_start]",
"eos_token": "[g_end]",
"unk_token": "[unknown]",
"pad_token": "[pad]",
"model_max_length": 256,
"clean_up_tokenization_spaces": false
}