Hacker News new | ask | show | jobs
by eru 6 hours ago
> (As an aside, this is why the "open weights are not open source" thing is a complete misunderstanding. The weights themselves along with the documentation give you enough to fine tune the LLM. You can't rebuild it from scratch, but you can't do this even with the data anyway (because of randomness!))

They could give you the random seeds? (Assuming you carefully train in such a way to remove other sources of randomness, like concurrent execution.)

1 comments

Do AI labs even keep track of seeds? They don't even keep the checkpoints most of the time.