ArthurZ HF staff sanchit-gandhi HF staff commited on
Commit
5c551b8
1 Parent(s): baca495

Add pad token to tokenizer (#9)

Browse files

- Add pad token to tokenizer (b65535b77510c75f78fc9da67610a7374dc9c1ec)


Co-authored-by: Sanchit Gandhi <sanchit-gandhi@users.noreply.huggingface.co>

Files changed (1) hide show
  1. special_tokens_map.json +1 -0
special_tokens_map.json CHANGED
@@ -122,6 +122,7 @@
122
  "rstrip": false,
123
  "single_word": false
124
  },
 
125
  "unk_token": {
126
  "content": "",
127
  "lstrip": false,
 
122
  "rstrip": false,
123
  "single_word": false
124
  },
125
+ "pad_token": "<|endoftext|>",
126
  "unk_token": {
127
  "content": "",
128
  "lstrip": false,