初始化项目,由ModelHub XC社区提供模型

Model: thaddickson/Delphi-7B-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 05:11:01 +08:00
commit 225ba325fa
13 changed files with 773 additions and 0 deletions

38
README.md Normal file
View File

@@ -0,0 +1,38 @@
---
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
```