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

Model: raincandy-u/Test-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 11:27:17 +08:00
commit 19a229ce72
9 changed files with 91281 additions and 0 deletions

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
---
base_model: []
tags:
- mergekit
- merge
license: mit
---
# Test-7B
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 [linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* E:\UNA-TheBeagle-7b-v1
* E:\go-bruins-v2.1.1
### Configuration
The following YAML configuration was used to produce this model:
```yaml
dtype: float16
merge_method: linear
slices:
- sources:
- layer_range: [0, 32]
model: E:\go-bruins-v2.1.1
parameters:
weight: 1.0
- layer_range: [0, 32]
model: E:\UNA-TheBeagle-7b-v1
parameters:
weight: 1.0
```