--- base_model: - TeeZee/BigMaid-20B-v1.0 - TeeZee/DarkForest-20B-v2.0 - athirdpath/Harmonia-20B library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- ![](maidenq.png) # Maiden-Unquirked-20B This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details See Below ### Merge Method This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [TeeZee/DarkForest-20B-v2.0](https://huggingface.co/TeeZee/DarkForest-20B-v2.0) as a base. ### Models Merged The following models were included in the merge: * [TeeZee/BigMaid-20B-v1.0](https://huggingface.co/TeeZee/BigMaid-20B-v1.0) * [athirdpath/Harmonia-20B](https://huggingface.co/athirdpath/Harmonia-20B) * [TeeZee/DarkForest-20B-v2.0](https://huggingface.co/TeeZee/DarkForest-20B-v2.0) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: TeeZee/DarkForest-20B-v2.0 - model: athirdpath/Harmonia-20B parameters: weight: 0.5 density: 1.0 - model: TeeZee/BigMaid-20B-v1.0 parameters: weight: 0.5 density: 1.0 merge_method: dare_ties base_model: TeeZee/DarkForest-20B-v2.0 parameters: int8_mask: true dtype: bfloat16 name: maiden_unquirked ```