|
--- |
|
license: apache-2.0 |
|
tags: |
|
- merge |
|
- mergekit |
|
- lazymergekit |
|
- migtissera/Tess-72B-v1.5b |
|
- MTSAIR/MultiVerse_70B |
|
--- |
|
|
|
# ECE-TW3-JRGL-V4 |
|
|
|
ECE-TW3-JRGL-V4 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): |
|
* [migtissera/Tess-72B-v1.5b](https://huggingface.co/migtissera/Tess-72B-v1.5b) |
|
* [MTSAIR/MultiVerse_70B](https://huggingface.co/MTSAIR/MultiVerse_70B) |
|
|
|
## 🧩 Configuration |
|
```yml |
|
base_model: migtissera/Tess-72B-v1.5b |
|
dtype: bfloat16 |
|
merge_method: 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 |
|
slices: |
|
- sources: |
|
- layer_range: |
|
- 0 |
|
- 80 |
|
model: migtissera/Tess-72B-v1.5b |
|
- layer_range: |
|
- 0 |
|
- 80 |
|
model: MTSAIR/MultiVerse_70B |
|
``` |