--- base_model: - NousResearch/Nous-Hermes-2-SOLAR-10.7B - Sao10K/Fimbulvetr-11B-v2 library_name: transformers tags: - mergekit - merge --- # FimbulHermes-15B-v0.1 This is a merge of two of the best [SOLAR](https://huggingface.co/upstage/SOLAR-10.7B-v1.0) derivatives, created using [mergekit](https://github.com/cg123/mergekit). The model is stable and expressive, but has not been thoroughly evaluated. ## Merge Details ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * [NousResearch/Nous-Hermes-2-SOLAR-10.7B](https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B) * [Sao10K/Fimbulvetr-11B-v2](https://huggingface.co/Sao10K/Fimbulvetr-11B-v2) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: "NousResearch/Nous-Hermes-2-SOLAR-10.7B" layer_range: [0, 16] - sources: - model: "Sao10K/Fimbulvetr-11B-v2" layer_range: [8, 24] - sources: - model: "NousResearch/Nous-Hermes-2-SOLAR-10.7B" layer_range: [17, 32] - sources: - model: "Sao10K/Fimbulvetr-11B-v2" layer_range: [25, 40] - sources: - model: "NousResearch/Nous-Hermes-2-SOLAR-10.7B" layer_range: [41, 48] merge_method: passthrough dtype: float16 ```