Views
No views yet
JetBrains/Mellum2-12B-A2.5B-Instruct<|im_end|> (token ID 28)config.json and generation_config.json identify token ID 0 as
the EOS token, while the tokenizer identifies <|im_end|> (ID 28) as EOS.
This conversion uses token ID 28 so MLX generation stops at the end of the
assistant turn.1pip install -U mlx-lm
2
3mlx_lm.chat \
4 --model mlx-community/Mellum2-12B-A2.5B-Instruct-6bit \
5 --max-tokens 8192 \
6 --temp 0.6 \
7 --top-p 0.95