| { | |
| "tokenizer_class": "ChessTokenizer", | |
| "auto_map": { "AutoTokenizer": "tokenizer.ChessTokenizer" }, | |
| "bos_token": "[BOS]", | |
| "eos_token": "[EOS]", | |
| "pad_token": "[PAD]", | |
| "unk_token": "[UNK]", | |
| "clean_up_tokenization_spaces": false, | |
| "model_max_length": 192 | |
| } |