File size: 1,232 Bytes
364b6dd f50ffb5 914a280 7fdb4f7 364b6dd 914a280 364b6dd 7a46a42 364b6dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
base_model:
- Nitral-AI/Nera_Noctis-12B-v0.420
- Nitral-AI/Captain-Eris-Diogenes_Twilight-V0.420-12B
library_name: transformers
tags:
- mergekit
- merge
---

# Prompt format: ChatML
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
# Instruct/Context import + Textgen preset combined available: [Presets Here](https://huggingface.co/Nitral-AI/Captain_Eris_Noctis-12B-v0.420/tree/main/SillyTavern_Presets)
# ST Example:

### The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: Nitral-AI/Nera_Noctis-12B-v0.420
layer_range: [0, 40]
- model: Nitral-AI/Captain-Eris-Diogenes_Twilight-V0.420-12B
layer_range: [0, 40]
merge_method: slerp
base_model: Nitral-AI/Nera_Noctis-12B-v0.420
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.420
dtype: bfloat16
```
|