5 ms·
You can't take windows binaries and continue development on them. Model weight release is a snapshot/checkpoint you can take and resume training on new data, p
by mirekrusin 19d ago
You can't take windows binaries and continue development on them.
Model weight release is a snapshot/checkpoint you can take and resume training on new data, producing new model.
You don't need original training history to modify it further.
- LtWorf 18d ago> You can't take windows binaries and continue development on them. It's easier than working on weights.
- mirekrusin 17d agoReverse engineering binaries is easier than continuing training on weights? You're joking, right? Labs themselves use weight snapshots, that's how you do training, it's normal part of training process.