license: apache-2.0 | |
tags: | |
- merge | |
- mergekit | |
- lazymergekit | |
- zelus82/Obelix-Phi2 | |
- amu/spin-phi2 | |
# Obelix-Phi2-v0 | |
Obelix-Phi2-v0 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): | |
* [zelus82/Obelix-Phi2](https://huggingface.co/zelus82/Obelix-Phi2) | |
* [amu/spin-phi2](https://huggingface.co/amu/spin-phi2) | |
## 🧩 Configuration | |
```yaml | |
slices: | |
- sources: | |
- model: zelus82/Obelix-Phi2 | |
layer_range: [0, 32] | |
- model: amu/spin-phi2 | |
layer_range: [0, 32] | |
merge_method: slerp | |
base_model: zelus82/Obelix-Phi2 | |
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 | |
``` |