shreyask commited on
Commit
63fc28f
·
verified ·
1 Parent(s): bac5561

Upload tokenizer-specials.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer-specials.json +7 -0
tokenizer-specials.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "pad": 0,
3
+ "eos": 1,
4
+ "bos": 2,
5
+ "tool_call": 4,
6
+ "tools": 5
7
+ }