willy-model-chess / tokenizer_config.json
Willy Vo
Changement 7
5ca11c7
{
"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
}