MaximeMuhlethaler commited on
Commit
40c5d31
·
verified ·
1 Parent(s): 8a917b6

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -3
tokenizer_config.json CHANGED
@@ -37,8 +37,9 @@
37
  "clean_up_tokenization_spaces": false,
38
  "eos_token": "[EOS]",
39
  "extra_special_tokens": {},
40
- "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
  "tokenizer_class": "ChessTokenizer",
43
- "unk_token": "[UNK]"
44
- }
 
 
37
  "clean_up_tokenization_spaces": false,
38
  "eos_token": "[EOS]",
39
  "extra_special_tokens": {},
40
+ "model_max_length": 256,
41
  "pad_token": "[PAD]",
42
  "tokenizer_class": "ChessTokenizer",
43
+ "unk_token": "[UNK]",
44
+ "vocab_size": 1200
45
+ }