How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "vasanth009/LC-350M-light"
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "vasanth009/LC-350M-light"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

LC-350M-light (Lint Clean)

Light on-device dictation transcript cleanup for Apple Silicon (MLX).

Fine-tuned from LiquidAI/LFM2.5-350M for MacWispr-style polish:

  • Remove stutters / exact word repeats
  • Light grammar, punctuation, capitalization
  • Keep meaning and almost all wording (no heavy rewrite)

For spoken self-corrections (“bag no not bag, my phone”), use LC-350M-smart instead.

Usage (MLX)

pip install mlx-lm
mlx_lm.generate --model vasanth009/LC-350M-light \
  --max-tokens 256 \
  --prompt "Clean this voice dictation lightly. Keep every idea.\n\nTranscript:\nsee we can improve the UI because currently it's it's glitching"

Related

License

Inherits Liquid LFM base model terms. Training code in the GitHub repo is Apache-2.0.

Downloads last month
143
Safetensors
Model size
55.4M params
Tensor type
F32
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for vasanth009/LC-350M-light

Quantized
(46)
this model