Remove `tool_call` from special tokens
Browse files- special_tokens_map.json +0 -14
special_tokens_map.json
CHANGED
@@ -1,19 +1,5 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
{
|
4 |
-
"content": "<tool_call>",
|
5 |
-
"lstrip": false,
|
6 |
-
"normalized": false,
|
7 |
-
"rstrip": false,
|
8 |
-
"single_word": false
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"content": "</tool_call>",
|
12 |
-
"lstrip": false,
|
13 |
-
"normalized": false,
|
14 |
-
"rstrip": false,
|
15 |
-
"single_word": false
|
16 |
-
},
|
17 |
{
|
18 |
"content": "<tools>",
|
19 |
"lstrip": false,
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
{
|
4 |
"content": "<tools>",
|
5 |
"lstrip": false,
|