初始化项目,由ModelHub XC社区提供模型
Model: thaddickson/Delphi-7B-v2 Source: Original Platform
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal 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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user