Ekgren timpal0l commited on
Commit
6082e6d
1 Parent(s): fd8ea96

Update tokenizer_config.json (#6)

Browse files

- Update tokenizer_config.json (0072aabc98d2e151d98e9f61e4781d1d600cabe2)


Co-authored-by: Tim Isbister <timpal0l@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "model_max_length": 2048,
3
  "padding_side": "left",
4
- "truncation_side": "left"
 
5
  }
 
1
  {
2
  "model_max_length": 2048,
3
  "padding_side": "left",
4
+ "truncation_side": "left",
5
+ "bos_token": "<s>",
6
  }