--- base_model: - tech-dev-ai/Teutonic-VIII-5F1YUYHK-cru3 - jenny08311/Teutonic-VIII-5E9Vngtw-v3.5 library_name: transformers tags: - mergekit - merge --- # 8btukas13 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 [Linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [tech-dev-ai/Teutonic-VIII-5F1YUYHK-cru3](https://huggingface.co/tech-dev-ai/Teutonic-VIII-5F1YUYHK-cru3) * [jenny08311/Teutonic-VIII-5E9Vngtw-v3.5](https://huggingface.co/jenny08311/Teutonic-VIII-5E9Vngtw-v3.5) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: jenny08311/Teutonic-VIII-5E9Vngtw-v3.5 parameters: weight: 0.9 - model: tech-dev-ai/Teutonic-VIII-5F1YUYHK-cru3 parameters: weight: 0.1 merge_method: linear dtype: bfloat16 ```