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

Model: r2rss/Malachite-7b-v0
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-30 00:13:06 +08:00
commit 3bbcce9bb5
10 changed files with 91304 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
---
license: apache-2.0
tags:
- merge
- mergekit
---
# Malachite-7b-v0
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63078c442d33960e6b72ba0f/P3ZtQkDHGUpjKcrua7opk.jpeg)
This model is a merge of the following models made with [mergekit](https://github.com/cg123/mergekit):
* [zyh3826/GML-Mistral-merged-v1](https://huggingface.co/zyh3826/GML-Mistral-merged-v1)
* [cookinai/CatMacaroni-Slerp](https://huggingface.co/cookinai/CatMacaroni-Slerp)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: zyh3826/GML-Mistral-merged-v1
layer_range: [0, 32]
- model: cookinai/CatMacaroni-Slerp
layer_range: [0, 32]
merge_method: slerp
base_model: cookinai/CatMacaroni-Slerp
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
```