base_model: | |
- Exveria/merge003 | |
- Aratako/Japanese-Starling-ChatV-7B-RP | |
library_name: transformers | |
tags: | |
- mergekit | |
- merge | |
# output-model-directory | |
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 [linear](https://arxiv.org/abs/2203.05482) merge method. | |
### Models Merged | |
The following models were included in the merge: | |
* [Exveria/merge003](https://huggingface.co/Exveria/merge003) | |
* models/wizard_cv | |
* [Aratako/Japanese-Starling-ChatV-7B-RP](https://huggingface.co/Aratako/Japanese-Starling-ChatV-7B-RP) | |
* models/swallow_cv | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
models: | |
- model: models/swallow_cv | |
parameters: | |
weight: 1 | |
- model: models/wizard_cv | |
parameters: | |
weight: 1 | |
- model: Aratako/Japanese-Starling-ChatV-7B-RP | |
parameters: | |
weight: 1 | |
- model: Exveria/merge003 | |
parameters: | |
weight: 1 | |
merge_method: linear | |
dtype: float16 | |
``` | |