--- base_model: [] library_name: transformers tags: - mergekit - merge --- # AnubisLemonade-70B-v1 This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details An experimental merge between Drummer's Anubis v1.1 and sophosympatheia's StrawberryLemonade v1.2 with the goal of finding a nice balance between each model's qualities. Feedback is highly encouraged! Recommended samplers are a Temperature of 1 and Min-P of 0.025, though feel free to experiment otherwise. ### Merge Method This model was merged using the NuSLERP merge method. ### Models Merged The following models were included in the merge: * /workspace/models/[sophosympatheia_Strawberrylemonade-70B-v1.2](https://huggingface.co/sophosympatheia/Strawberrylemonade-70B-v1.2) * /workspace/models/[TheDrummer_Anubis-70B-v1.1](https://huggingface.co/TheDrummer/Anubis-70B-v1.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /workspace/models/TheDrummer_Anubis-70B-v1.1 parameters: weight: 0.65 - model: /workspace/models/sophosympatheia_Strawberrylemonade-70B-v1.2 parameters: weight: 0.35 merge_method: nuslerp dtype: bfloat16 ```