This is a merge of pre-trained language models created using
mergekit.
My hypothesis that the pretraining was dragging down the stock merge's performance on training data in any way seems inaccurate.
On the other hand, it indeed may have pulled it towards forgetfulness.
This is a better loss vs catastrophic forgetting than the prior Model Stock or any of the training methods.
I'm going to estimate that using the base model as an anchor point is a strong remedy for catastrophic forgetting when using multiple different training methods on the same dataset.
Less sure I can say anything about how it affects adaptation to the new dataset. It's possible that if using this method, you'd want louder/stronger adaptation to start with than you otherwise would.
This model was merged using the
Model Stock merge method using
HuggingFaceTB/cosmo-1b as a base.
1models:
2 - model: Lambent/cosmo-1b-lisa-pythontest
3 - model: Lambent/cosmo-1b-qlora-pythontest
4 - model: Lambent/cosmo-1b-galore-pythontest
5base_model: HuggingFaceTB/cosmo-1b
6merge_method: model_stock
7parameters:
8 filter_wise: false
9dtype: float16
10