|
--- |
|
base_model: [] |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
# Apocrypha-7b |
|
|
|
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 ./Mistral-7B-v0.1 as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* ./mental-mistral-7b |
|
* ./Fett-uccine-7B |
|
* ./Hermes-Trismegistus-7B |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: ./Hermes-Trismegistus-7B |
|
parameters: |
|
weight: 0.35 |
|
- model: ./mental-mistral-7b |
|
parameters: |
|
weight: 0.39 |
|
- model: ./Fett-uccine-7B |
|
parameters: |
|
weight: 0.45 |
|
merge_method: task_arithmetic |
|
base_model: ./Mistral-7B-v0.1 |
|
dtype: bfloat16 |
|
``` |
|
|