File size: 1,905 Bytes
9817acc fc5e8c6 55154ab 2059e24 55154ab 2059e24 9817acc |
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
base_model:
- Sao10K/32B-Qwen2.5-Kunou-v1
- NovaSky-AI/Sky-T1-32B-Preview
- pipihand01/QwQ-32B-Preview-abliterated-lora-rank32
library_name: transformers
tags:
- mergekit
- merge
---
# Chat Template
ChatML
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
```
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}
```
# GGUF
Thank you [mradermacher](https://huggingface.co/mradermacher) for creating the GGUF versions of this model.
* Static quants - [mradermacher/KunouSky-32B-GGUF](https://huggingface.co/mradermacher/KunouSky-32B-GGUF)
* Imatrix quants - [mradermacher/KunouSky-32B-i1-GGUF](https://huggingface.co/mradermacher/KunouSky-32B-i1-GGUF)
# MERGE
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Sao10K/32B-Qwen2.5-Kunou-v1](https://huggingface.co/Sao10K/32B-Qwen2.5-Kunou-v1) as a base.
### Models Merged
The following models were included in the merge:
* [NovaSky-AI/Sky-T1-32B-Preview](https://huggingface.co/NovaSky-AI/Sky-T1-32B-Preview) + [pipihand01/QwQ-32B-Preview-abliterated-lora-rank32](https://huggingface.co/pipihand01/QwQ-32B-Preview-abliterated-lora-rank32)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Sao10K/32B-Qwen2.5-Kunou-v1
- model: NovaSky-AI/Sky-T1-32B-Preview+pipihand01/QwQ-32B-Preview-abliterated-lora-rank32
parameters:
density: 0.70
weight: 0.50
merge_method: ties
base_model: Sao10K/32B-Qwen2.5-Kunou-v1
parameters:
normalize: true
dtype: float32
```
|