Replace stray [THINK]/[/THINK] special tokens with reserved <SPECIAL_34>/<SPECIAL_35> slots
Browse filesThis is a non-reasoning model. Renaming the unused [THINK]/[/THINK] special tokens to reserved <SPECIAL_34>/<SPECIAL_35> slots prevents tooling (e.g. mistral-common) from treating it as reasoning-capable. Only tokenizer files are changed.
- tekken.json +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +2 -2
tekken.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:600bb27946565481ecf51ba8aee252e49b9a68507866080ac9c30185bb312843
|
| 3 |
+
size 16753784
|
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:99cf274236c60277fcfad861a5a1007518687ad06ba8938760f50b55ffa0b1ef
|
| 3 |
+
size 17077420
|
tokenizer_config.json
CHANGED
|
@@ -36,8 +36,8 @@
|
|
| 36 |
"<SPECIAL_31>",
|
| 37 |
"[ARGS]",
|
| 38 |
"[CALL_ID]",
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
"<SPECIAL_36>",
|
| 42 |
"<SPECIAL_37>",
|
| 43 |
"<SPECIAL_38>",
|
|
|
|
| 36 |
"<SPECIAL_31>",
|
| 37 |
"[ARGS]",
|
| 38 |
"[CALL_ID]",
|
| 39 |
+
"<SPECIAL_34>",
|
| 40 |
+
"<SPECIAL_35>",
|
| 41 |
"<SPECIAL_36>",
|
| 42 |
"<SPECIAL_37>",
|
| 43 |
"<SPECIAL_38>",
|