File size: 1,908 Bytes
c1f4705 36cd48c c1f4705 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
base_model: []
tags:
- mergekit
- merge
---
# 0x01-7x8B-hf
here we go again. multi-step merge, various models involved at various ratios with various methods.
this thing came to me in a fever dream when I was hung over, but after slightly tweaking the recipe it turned out surprisingly decent. using with MixLibra settings.
## Constituent parts
```yaml
# primordial_slop_a:
- model: mistralai/Mixtral-8x7B-v0.1+retrieval-bar/Mixtral-8x7B-v0.1_case-briefs
- model: mistralai/Mixtral-8x7B-v0.1+SeanWu25/Mixtral_8x7b_Medicine
- model: mistralai/Mixtral-8x7B-v0.1+SeanWu25/Mixtral_8x7b_WuKurtz
- model: mistralai/Mixtral-8x7B-v0.1+Epiculous/crunchy-onion-lora
- model: mistralai/Mixtral-8x7B-v0.1+maxkretchmer/gc-mixtral
# primordial_slop_b:
- model: Envoid/Mixtral-Instruct-ITR-8x7B
- model: crestf411/daybreak-mixtral-8x7b-v1.0-hf
- model: NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO
- model: orangetin/OpenHermes-Mixtral-8x7B
- model: mistralai/Mixtral-8x7B-Instruct-v0.1+idegroup/PhyAssistant
- model: ycros/crunchy-onion-nx
- model: jondurbin/bagel-dpo-8x7b-v0.2
- model: amoldwalunj/Mixtral-8x7B-Instruct-v0.1-legal_finetune_mixtral_32k
# primordial_slop_c: a+b
# primordial_slop_d:
- model: Sao10K/Sensualize-Mixtral-bf16
- model: Envoid/Mixtral-Instruct-ITR-DADA-8x7B
```
# mergekit
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the SLERP merge method.
### Models Merged
The following models were included in the merge:
* ./primordial_slop_d
* ./primordial_slop_c
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: ./primordial_slop_c
- model: ./primordial_slop_d
merge_method: slerp
base_model: ./primordial_slop_c
parameters:
t:
- value: 0.33
dtype: float16
```
|