File size: 451 Bytes
e39ff3a |
1 2 3 4 5 6 7 8 |
uv run python custom_mlx_lm/custom_convert.py --hf-path . --mlx-path MobileLLM-R1-950M-mlx/ --report-ppl
Loading model from ....
Loading calibration data...
Token indices sequence length is longer than the specified maximum sequence length for this model (110205 > 32768). Running this sequence through the model will result in indexing errors
Calculating perplexity of original model...
Original PPL: 50.262
✅ Model saved to MobileLLM-R1-950M-mlx/ |