File size: 270 Bytes
5a873ce
5ca11c7
 
 
5a873ce
 
 
5ca11c7
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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
}