chess-intelligent-MDaytek / tokenizer_config.json
MDaytek's picture
Intelligent tokenizer
f255a7e verified
{
"auto_map": {
"AutoTokenizer": [
"tokenizer.ChessIntelligentTokenizer",
null
]
},
"tokenizer_class": "ChessIntelligentTokenizer",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}