Delphi-7B-v2 / README.md
thaddickson's picture
Delphi 7B v2 — slerp-t55 (best benchmark model: IFEval 0.39, MATH 0.19, MMLU 0.42)
f3f1e33 verified
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# slerp-t55
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:
* /opt/dlami/nvme/delphi/checkpoints/delphi-sft-mixed
* /opt/dlami/nvme/delphi/checkpoints/delphi-v3-final-r2
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: slerp
base_model: /opt/dlami/nvme/delphi/checkpoints/delphi-sft-mixed
dtype: bfloat16
parameters:
t: 0.55
models:
- model: /opt/dlami/nvme/delphi/checkpoints/delphi-sft-mixed
- model: /opt/dlami/nvme/delphi/checkpoints/delphi-v3-final-r2
```