Ask HN: Are you training your own model? If so, what makes your model different?

14 points by soultrees ↗ HN

5 comments

[ 6.1 ms ] story [ 62.9 ms ] thread
Does fine tuning count? If so there isn't a model for the input I'm working with that I know of
The difference in my experience comes from the data-set. If you have an unusual and proprietary dataset, then off-the-shelf models are only a starting point.
I train LoRa Models or finetune foundation models for the task at hand. I've not encountered the need to train a foundation model, yet.
Can you share some example descriptions?
Ingesting non-public data that matches the format that will be used during ingestion during implementation so inference will be more accurate is my reason.