ChaoticNeutrals/InfinityNexus_9B
570
1---2base_model:3- Endevor/InfinityRP-v1-7B4- jeiku/NarrativeNexus_7B5library_name: transformers6tags:7- mergekit8- merge9license: other10language:11- en12---13# InfinityNexus14 1516 17GGUF available here: https://huggingface.co/Lewdiculous/InfinityNexus_9B-GGUF-IQ-Imatrix18 19This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).20 21## Merge Details22### Merge Method23 24This model was merged using the passthrough merge method.25 26### Models Merged27 28The following models were included in the merge:29* [Endevor/InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B)30* [jeiku/NarrativeNexus_7B](https://huggingface.co/jeiku/NarrativeNexus_7B)31 32### Configuration33 34The following YAML configuration was used to produce this model:35 36```yaml37slices:38 - sources:39 - model: Endevor/InfinityRP-v1-7B40 layer_range: [0, 20]41 - sources:42 - model: jeiku/NarrativeNexus_7B43 layer_range: [12, 32]44merge_method: passthrough45dtype: float1646```