ChessSLM-Nano / tokenizer_config.json
FlameF0X's picture
Upload folder using huggingface_hub
642834b verified
raw
history blame contribute delete
224 Bytes
{
"backend": "tokenizers",
"bos_token": "<GAME>",
"eos_token": "<END>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<PAD>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<UNK>"
}