cshearer commited on
Commit
5a051a6
·
verified ·
1 Parent(s): 02e5099

Upload LOL-EVE production model v1.0 - adaptive embedding refactor

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +8 -0
special_tokens_map.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[SOS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[EOS]",
5
+ "pad_token": "[PAD]",
6
+ "sep_token": "[SEP]",
7
+ "unk_token": "[UNK]"
8
+ }