--- 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 ```