--- base_model: - Lambent/Eidolon-v3-14B-wyrd - Lambent/Eidolon-v3-14B-abliterated library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- # eidolrestore This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details Merged mostly to test restoring the vocabulary to its padded size. -wyrd is an intervention on -abliterated somewhat related to creativity direction. ### 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: * [Lambent/Eidolon-v3-14B-wyrd](https://huggingface.co/Lambent/Eidolon-v3-14B-wyrd) * [Lambent/Eidolon-v3-14B-abliterated](https://huggingface.co/Lambent/Eidolon-v3-14B-abliterated) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: linear models: - model: Lambent/Eidolon-v3-14B-wyrd - model: Lambent/Eidolon-v3-14B-abliterated parameters: weight: 0.5 tokenizer: source: union pad_to_multiple_of: 512 ```