chengzl18 commited on
Commit
a460612
1 Parent(s): 9836307

Add EOS special token

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +2 -1
special_tokens_map.json CHANGED
@@ -3,5 +3,6 @@
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
5
  "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
7
  }
 
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
5
  "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]",
7
+ "eos_token": "[EOS]"
8
  }