p1atdev commited on
Commit
935a46a
1 Parent(s): c917592

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +4 -1
special_tokens_map.json CHANGED
@@ -1 +1,4 @@
1
- {}
 
 
 
 
1
+ {
2
+ "eos_token": "<|endoftext|>",
3
+ "pad_token": "<|endoftext|>"
4
+ }