logoalt Hacker News

profsummergigyesterday at 11:50 PM4 repliesview on HN

That sounds like an enormously expensive exercise.


Replies

salamotoday at 12:21 AM

As someone who's done something similar (https://blog.lukesalamone.com/posts/creating-tiny-semantic-s...) the expensive part wasn't the training itself but the data curation and evaluation post-training. For this, getting a reasonable distribution of tool calls when the tool call can be anything isn't easy.

Once you have that, the model is small enough batch sizes are probably enormous and training can probably be done on a consumer-grade GPU in a week or less. Or even faster on a bigger GPU.

ronsortoday at 12:17 AM

At <50M parameters, training costs are completely trivial. You'll spend a lot more on your rent this month.

kadobantoday at 1:07 AM

Training scales pretty badly, so smaller models like this are really not that bad in terms of cost.

genxytoday at 12:58 AM

You can train a model of this size on your laptop in a day.