ziadrone commited on
Commit
055a43c
·
verified ·
1 Parent(s): 76117aa

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +6 -0
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<think>",
3
+ "eos_token": "<answer>",
4
+ "pad_token": "<context>",
5
+ "unk_token": "<context>"
6
+ }