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

Model: zyh3826/GML-Mistral-merged-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-07 10:07:20 +08:00
commit 1b92ef1eb2
11 changed files with 91291 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
---
license: apache-2.0
tags:
- merge
---
merge from quantum-v0.01 and mistral-7b-dpo-v5
The yaml config file for this model is here:
```yaml
slices:
- sources:
- model: quantumaikr/quantum-v0.01
layer_range: [0, 32]
- sources:
- model: mncai/mistral-7b-dpo-v5
layer_range: [24, 32]
merge_method: passthrough
dtype: bfloat16
```
# Acknowlegement
[mergekit](https://github.com/cg123/mergekit)