File size: 2,328 Bytes
80d9bbd |
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 69 70 71 72 73 74 75 76 77 |
---
base_model:
- mistralai/Mistral-7B-v0.1
- maywell/PiVoT-0.1-Starling-LM-RP
- senseable/WestLake-7B-v2
- CalderaAI/Naberius-7B
- cgato/Thespis-Mistral-7b-v0.7
- NeverSleep/Noromaid-7B-0.4-DPO
- SanjiWatsuki/Silicon-Maid-7B
- lemonilia/AshhLimaRP-Mistral-7B
- NurtureAI/neural-chat-7b-v3-16k
library_name: transformers
tags:
- mergekit
- merge
---
# .
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 [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base.
### Models Merged
The following models were included in the merge:
* [maywell/PiVoT-0.1-Starling-LM-RP](https://huggingface.co/maywell/PiVoT-0.1-Starling-LM-RP)
* [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2)
* [CalderaAI/Naberius-7B](https://huggingface.co/CalderaAI/Naberius-7B)
* [cgato/Thespis-Mistral-7b-v0.7](https://huggingface.co/cgato/Thespis-Mistral-7b-v0.7)
* [NeverSleep/Noromaid-7B-0.4-DPO](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO)
* [SanjiWatsuki/Silicon-Maid-7B](https://huggingface.co/SanjiWatsuki/Silicon-Maid-7B)
* [lemonilia/AshhLimaRP-Mistral-7B](https://huggingface.co/lemonilia/AshhLimaRP-Mistral-7B)
* [NurtureAI/neural-chat-7b-v3-16k](https://huggingface.co/NurtureAI/neural-chat-7b-v3-16k)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: task_arithmetic
base_model: mistralai/Mistral-7B-v0.1
models:
- model: mistralai/Mistral-7B-v0.1
# no parameters necessary for base model
- model: NeverSleep/Noromaid-7B-0.4-DPO
parameters:
weight: 0.37
- model: lemonilia/AshhLimaRP-Mistral-7B
parameters:
weight: 0.29
- model: NurtureAI/neural-chat-7b-v3-16k
parameters:
weight: 0.23
- model: cgato/Thespis-Mistral-7b-v0.7
parameters:
weight: 0.23
- model: CalderaAI/Naberius-7B
parameters:
weight: 0.15
- model: SanjiWatsuki/Silicon-Maid-7B
parameters:
weight: 0.25
- model: senseable/WestLake-7B-v2
parameters:
weight: 0.27
- model: maywell/PiVoT-0.1-Starling-LM-RP
parameters:
weight: 0.27
dtype: float16
```
|