--- base_model: - Guilherme34/Samantha-raw-mergenotlora - NeverSleep/Lumimaid-v0.2-8B 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [NeverSleep/Lumimaid-v0.2-8B](https://huggingface.co/NeverSleep/Lumimaid-v0.2-8B) as a base. ### Models Merged The following models were included in the merge: * [Guilherme34/Samantha-raw-mergenotlora](https://huggingface.co/Guilherme34/Samantha-raw-mergenotlora) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: NeverSleep/Lumimaid-v0.2-8B # no parameters necessary for base model - model: Guilherme34/Samantha-raw-mergenotlora parameters: density: 0.4 weight: 0.4 merge_method: ties base_model: NeverSleep/Lumimaid-v0.2-8B parameters: normalize: true dtype: float16 ```