How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "vasanth009/LC-350M-light"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "vasanth009/LC-350M-light"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "vasanth009/LC-350M-light",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
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