Willy Vo commited on
Commit
63243bd
·
1 Parent(s): 327bdc9

token config chgmt 5

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -0
tokenizer_config.json CHANGED
@@ -40,5 +40,8 @@
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
  "tokenizer_class": "ChessTokenizer",
 
 
 
43
  "unk_token": "[UNK]"
44
  }
 
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
  "tokenizer_class": "ChessTokenizer",
43
+ "auto_map": {
44
+ "AutoTokenizer": "tokenizer.ChessTokenizer"
45
+ },
46
  "unk_token": "[UNK]"
47
  }