kresnik commited on
Commit
1f367f9
1 Parent(s): ac25433

Create special_tokens_map.config

Browse files
Files changed (1) hide show
  1. special_tokens_map.config +1 -0
special_tokens_map.config ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]"}