Files
Delphi-7B-v2/README.md

39 lines
860 B
Markdown
Raw Permalink Normal View History

---
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
```