dododododo commited on
Commit
e5989da
1 Parent(s): 7f6da57

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -62,9 +62,9 @@
62
  null
63
  ]
64
  },
65
- "bos_token": "<|im_start|>",
66
  "clean_up_tokenization_spaces": false,
67
- "eos_token": "<|im_end|>",
68
  "model_max_length": 4096,
69
  "pad_token": "<unk>",
70
  "padding_side": "right",
 
62
  null
63
  ]
64
  },
65
+ "bos_token": "<s>",
66
  "clean_up_tokenization_spaces": false,
67
+ "eos_token": "</s>",
68
  "model_max_length": 4096,
69
  "pad_token": "<unk>",
70
  "padding_side": "right",