Upload 5 files
Browse files- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +2 -2
special_tokens_map.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"<|assistant|>",
|
8 |
"[AVAILABLE_TOOLS]",
|
9 |
"[/AVAILABLE_TOOLS]",
|
10 |
-
"<|
|
11 |
"[/TOOL_RESULTS]",
|
12 |
"[TOOL_CALLS]",
|
13 |
"[IMG]",
|
|
|
7 |
"<|assistant|>",
|
8 |
"[AVAILABLE_TOOLS]",
|
9 |
"[/AVAILABLE_TOOLS]",
|
10 |
+
"<|observation|>",
|
11 |
"[/TOOL_RESULTS]",
|
12 |
"[TOOL_CALLS]",
|
13 |
"[IMG]",
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a82558d198705f3a465b5f57d65dffcc5e7da1b2b224f5da89071d112c9ec9a
|
3 |
+
size 17078135
|
tokenizer_config.json
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
"special": true
|
61 |
},
|
62 |
"7": {
|
63 |
-
"content": "<|
|
64 |
"lstrip": false,
|
65 |
"normalized": false,
|
66 |
"rstrip": false,
|
@@ -8012,7 +8012,7 @@
|
|
8012 |
"<|assistant|>",
|
8013 |
"[AVAILABLE_TOOLS]",
|
8014 |
"[/AVAILABLE_TOOLS]",
|
8015 |
-
"<|
|
8016 |
"[/TOOL_RESULTS]",
|
8017 |
"[TOOL_CALLS]",
|
8018 |
"[IMG]",
|
|
|
60 |
"special": true
|
61 |
},
|
62 |
"7": {
|
63 |
+
"content": "<|observation|>",
|
64 |
"lstrip": false,
|
65 |
"normalized": false,
|
66 |
"rstrip": false,
|
|
|
8012 |
"<|assistant|>",
|
8013 |
"[AVAILABLE_TOOLS]",
|
8014 |
"[/AVAILABLE_TOOLS]",
|
8015 |
+
"<|observation|>",
|
8016 |
"[/TOOL_RESULTS]",
|
8017 |
"[TOOL_CALLS]",
|
8018 |
"[IMG]",
|