iamroot commited on
Commit
5198694
1 Parent(s): c665830

fix padding side

Browse files

Left padding is not supported in `mpt-30b`, explicitly set the padding side to right.

Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "add_prefix_space": false,
3
  "bos_token": "<|endoftext|>",
4
  "clean_up_tokenization_spaces": true,
 
1
  {
2
+ "padding_side": "right",
3
  "add_prefix_space": false,
4
  "bos_token": "<|endoftext|>",
5
  "clean_up_tokenization_spaces": true,