Text Generation
Transformers
PyTorch
mpt
Composer
MosaicML
llm-foundry
conversational
custom_code
text-generation-inference
sam-mosaic iamroot commited on
Commit
16978f2
1 Parent(s): c665830

fix padding side (#26)

Browse files

- fix padding side (5198694574b96b0929a3e0df931e43a8d363e1c8)


Co-authored-by: Milo Cress <iamroot@users.noreply.huggingface.co>

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,