Files
Delphi-7B-v2/README.md
ModelHub XC 225ba325fa 初始化项目,由ModelHub XC社区提供模型
Model: thaddickson/Delphi-7B-v2
Source: Original Platform
2026-04-11 05:11:01 +08:00

39 lines
860 B
Markdown

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