Safetensors
mistral
xzuyn commited on
Commit
c9f9e46
·
verified ·
1 Parent(s): 7ff1ee9

Fix missing ChatML tokens in vocab section

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -2
tokenizer.json CHANGED
@@ -9117,8 +9117,8 @@
9117
  "[PREFIX]": 11,
9118
  "[MIDDLE]": 12,
9119
  "[SUFFIX]": 13,
9120
- "<SPECIAL_14>": 14,
9121
- "<SPECIAL_15>": 15,
9122
  "<SPECIAL_16>": 16,
9123
  "<SPECIAL_17>": 17,
9124
  "<SPECIAL_18>": 18,
 
9117
  "[PREFIX]": 11,
9118
  "[MIDDLE]": 12,
9119
  "[SUFFIX]": 13,
9120
+ "<|im_start|>": 14,
9121
+ "<|im_end|>": 15,
9122
  "<SPECIAL_16>": 16,
9123
  "<SPECIAL_17>": 17,
9124
  "<SPECIAL_18>": 18,