Willy Vo commited on
Commit ·
27d0b30
1
Parent(s): 63243bd
token config chgmt 6
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
"bos_token": "[BOS]",
|
| 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",
|
|
|
|
| 36 |
"bos_token": "[BOS]",
|
| 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",
|