vaibhavad commited on
Commit
c971a26
1 Parent(s): 99864b4

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -0
tokenizer_config.json CHANGED
@@ -2058,5 +2058,7 @@
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
 
 
2061
  "tokenizer_class": "PreTrainedTokenizerFast"
2062
  }
 
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
2061
+ "pad_token": "<|end_of_text|>",
2062
+ "padding_side": "left",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }