mitmul commited on
Commit
f534ac5
1 Parent(s): f40b6eb

Change the value of add_eos_token to false

Browse files

From what I can see in the `tokenizer_config.json` of plamo-13b-instruct, it seems better for the value of this option to be false.
https://huggingface.co/pfnet/plamo-13b-instruct/blob/main/tokenizer_config.json#L3

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "add_bos_token": false,
3
- "add_eos_token": true,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
 
1
  {
2
  "add_bos_token": false,
3
+ "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",