hyunwoongko commited on
Commit
7c778bc
1 Parent(s): 8e61183

Create special_token_map.json

Browse files
Files changed (1) hide show
  1. special_token_map.json +1 -0
special_token_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}