Luke-Bergen commited on
Commit
ce4bfcd
·
verified ·
1 Parent(s): 8cb1e47

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +11 -0
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "unk_token": "<unk>",
5
+ "additional_special_tokens": [
6
+ "<|image|>",
7
+ "<|memory_start|>",
8
+ "<|memory_end|>",
9
+ "<|agent|>"
10
+ ]
11
+ }