PhysiQuanty commited on
Commit
c01b741
·
verified ·
1 Parent(s): 01ed511

Patch tokenizer special tokens for lm_eval compatibility

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -1
tokenizer_config.json CHANGED
@@ -12,5 +12,7 @@
12
  "[IM_START]",
13
  "[IM_END]"
14
  ],
15
- "model_max_length": 2048
 
 
16
  }
 
12
  "[IM_START]",
13
  "[IM_END]"
14
  ],
15
+ "model_max_length": 2048,
16
+ "bos_token": "[IM_START]",
17
+ "eos_token": "[IM_END]"
18
  }