Comment Re: Problem (Score 1) 37
I am familiar with fine tuning, but it seems you are not familiar with its limitations. There's a reason that even the frontier labs distinguish between pretraining and fine tuning.
There's not a great analogy for conventional software and fine tuning, but if one has the pretraining corpus then there are no limits (other than GPU time), so that's a good analogy for open source.
You seem to think that since fine tuning allows SOME customization then there's no need to be able to retrain from scratch.
The least bad analogy I can think of is a compiled binary with an SDK for extensibility. That lets you customize some aspects of the behavior. But it is not a substitute for having the full source code and being able to rebuild from it.