mergekit-uploader's picture
Upload folder using huggingface_hub
d85083d verified
---
base_model:
- TareksLab/Anathema-V7-LLaMA-70B
- Sao10K/L3.1-70B-Hanami-x1
library_name: transformers
tags:
- mergekit
- merge
---
# 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
### Models Merged
The following models were included in the merge:
* [TareksLab/Anathema-V7-LLaMA-70B](https://huggingface.co/TareksLab/Anathema-V7-LLaMA-70B)
* [Sao10K/L3.1-70B-Hanami-x1](https://huggingface.co/Sao10K/L3.1-70B-Hanami-x1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Sao10K/L3.1-70B-Hanami-x1
- model: TareksLab/Anathema-V7-LLaMA-70B
merge_method: slerp
base_model: Sao10K/L3.1-70B-Hanami-x1
parameters:
t: [0.1, 0.2, 0.4, 0.6, 0.6, 0.4, 0.2, 0.1]
dtype: bfloat16
tokenizer_source: base
```