test2 / tokenizer_config.json
royal42's picture
Training in progress, step 5000
91739aa
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"name_or_path": "../data/tokenizations/chess-tokenizer/",
"special_tokens_map_file": "../data/tokenizations/chess-tokenizer/special_tokens_map.json",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}