01
Model training
The workshop tools for building and modifying neural networks ourselves, not just calling someone else's API.
When we reach for it
Three real triggers: proprietary data with no off-the-shelf equivalent, hard latency or edge constraints, or IP ownership requirements. We check for all three before recommending custom model work, because at least two are usually absent.
When we won’t
Custom training is rare and expensive, and most problems that look like training problems are retrieval or fine-tuning problems in disguise. We can build models from scratch; most of the value we add is knowing when you should not.
In production
- Python
On demand
- PyTorch
- Hugging Face Transformers
Your stack
- TensorFlow / Keras