|
--- |
|
base_model: [] |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
# merged_folder |
|
|
|
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 /models/Mistral-7B-v0.1 as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* zephyr-7b-alpha |
|
* Mistral-7B-v0.1 |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: /models/zephyr-7b-alpha |
|
parameters: |
|
weight: 0.35 |
|
- model: /models/Mistral-7B-v0.1 |
|
parameters: |
|
weight: 0.65 |
|
base_model: /models/Mistral-7B-v0.1 |
|
merge_method: task_arithmetic |
|
dtype: bfloat16 |
|
|
|
|
|
``` |
|
|