--- base_model: - yamatazen/Qwen3-4B-HereticCPT - heretic-org/Qwen3-4B-Instruct-2507-heretic library_name: transformers tags: - mergekit - merge license: apache-2.0 --- # Qwen3-HereticLM-4B 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [yamatazen/Qwen3-4B-HereticCPT](https://huggingface.co/yamatazen/Qwen3-4B-HereticCPT) * [heretic-org/Qwen3-4B-Instruct-2507-heretic](https://huggingface.co/heretic-org/Qwen3-4B-Instruct-2507-heretic) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: slerp dtype: bfloat16 out_dtype: bfloat16 base_model: heretic-org/Qwen3-4B-Instruct-2507-heretic models: - model: yamatazen/Qwen3-4B-HereticCPT parameters: t: 0.5 ```