--- base_model: - jaspionjader/slu-37 - khoantap/llama-linear-0.5-1-0.5-merge - jaspionjader/bh-1 library_name: transformers tags: - mergekit - merge --- # merge 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 [jaspionjader/slu-37](https://huggingface.co/jaspionjader/slu-37) as a base. ### Models Merged The following models were included in the merge: * [khoantap/llama-linear-0.5-1-0.5-merge](https://huggingface.co/khoantap/llama-linear-0.5-1-0.5-merge) * [jaspionjader/bh-1](https://huggingface.co/jaspionjader/bh-1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: jaspionjader/bh-1 - model: khoantap/llama-linear-0.5-1-0.5-merge merge_method: model_stock base_model: jaspionjader/slu-37 dtype: bfloat16 ```