When to Use Fine-Tuning
Fine-tuning is appropriate when:- You have a unique use case or bespoke sensor that can benefit from custom training on a proprietary dataset
- You have a substantial labeled dataset (typically hundreds or thousands of examples)
- N-shot examples aren’t sufficient for your accuracy requirements
- You need Newton to learn complex patterns specific to your domain
What Fine-Tuning Produces
The result of fine-tuning is a new Newton instance with:- A custom model and inference configuration, tuned for your use case
- Encryption and access controls limiting visibility to your organization only
- Behavior adapted to your specific sensor configuration and use case based on the knowledge gained from fine tuning on your custom dataset.