| base_model: | |
| - saishf/Aura-Uncensored-OAS-8B-L3 | |
| - DavidAU/L3-Dark-Planet-8B | |
| - Undi95/Llama3-Unholy-8B-OAS | |
| 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 [DavidAU/L3-Dark-Planet-8B](https://huggingface.co/DavidAU/L3-Dark-Planet-8B) as a base. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [saishf/Aura-Uncensored-OAS-8B-L3](https://huggingface.co/saishf/Aura-Uncensored-OAS-8B-L3) | |
| * [Undi95/Llama3-Unholy-8B-OAS](https://huggingface.co/Undi95/Llama3-Unholy-8B-OAS) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: DavidAU/L3-Dark-Planet-8B | |
| #no parameters necessary for base model | |
| - model: saishf/Aura-Uncensored-OAS-8B-L3 | |
| parameters: | |
| density: 0.5 | |
| weight: 0.5 | |
| - model: Undi95/Llama3-Unholy-8B-OAS | |
| parameters: | |
| density: 0.5 | |
| weight: 0.5 | |
| merge_method: ties | |
| base_model: DavidAU/L3-Dark-Planet-8B | |
| parameters: | |
| normalize: false | |
| int8_mask: true | |
| dtype: float16 | |
| ``` | |