EOS should be 32000
#4
by
TheBloke
- opened
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
],
|
50 |
"bos_token": "<s>",
|
51 |
"clean_up_tokenization_spaces": false,
|
52 |
-
"eos_token": "
|
53 |
"legacy": true,
|
54 |
"model_max_length": 1000000000000000019884624838656,
|
55 |
"pad_token": null,
|
|
|
49 |
],
|
50 |
"bos_token": "<s>",
|
51 |
"clean_up_tokenization_spaces": false,
|
52 |
+
"eos_token": "<|end_of_turn|>",
|
53 |
"legacy": true,
|
54 |
"model_max_length": 1000000000000000019884624838656,
|
55 |
"pad_token": null,
|