--- base_model: - LatitudeGames/Wayfarer-12B - PocketDoc/Dans-PersonalityEngine-V1.1.0-12b - DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS 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 [PocketDoc/Dans-PersonalityEngine-V1.1.0-12b](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.1.0-12b) as a base. ### Models Merged The following models were included in the merge: * [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B) * [DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS](https://huggingface.co/DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: DavidAU/MN-GRAND-Gutenberg-Lyra4-Lyra-12B-DARKNESS parameters: density: 0.4 weight: 0.3 - model: LatitudeGames/Wayfarer-12B parameters: density: 0.8 weight: 0.7 merge_method: ties base_model: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b parameters: normalize: true # Normalizza i pesi int8_mask: true dtype: float16 ```