--- base_model: - Lambent/cosmo-1b-tune-pythontest - Lambent/cosmo-1b-qlora-pythontest - Lambent/cosmo-1b-lisa-pythontest - Lambent/cosmo-1b-galore-pythontest - HuggingFaceTB/cosmo-1b library_name: transformers tags: - mergekit - merge --- # pythontestmerge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [HuggingFaceTB/cosmo-1b](https://huggingface.co/HuggingFaceTB/cosmo-1b) as a base. ### Models Merged The following models were included in the merge: * [Lambent/cosmo-1b-tune-pythontest](https://huggingface.co/Lambent/cosmo-1b-tune-pythontest) * [Lambent/cosmo-1b-qlora-pythontest](https://huggingface.co/Lambent/cosmo-1b-qlora-pythontest) * [Lambent/cosmo-1b-lisa-pythontest](https://huggingface.co/Lambent/cosmo-1b-lisa-pythontest) * [Lambent/cosmo-1b-galore-pythontest](https://huggingface.co/Lambent/cosmo-1b-galore-pythontest) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Lambent/cosmo-1b-lisa-pythontest - model: Lambent/cosmo-1b-qlora-pythontest - model: Lambent/cosmo-1b-galore-pythontest - model: Lambent/cosmo-1b-tune-pythontest base_model: HuggingFaceTB/cosmo-1b merge_method: model_stock parameters: filter_wise: false dtype: float16 ```