fen_chess / tokenizer_config.json
PoungPoung's picture
End of training
a533085
raw
history blame
369 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 256,
"model_max_length": 1000000000000000019884624838656,
"stride": 0,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}