--- base_model: - Hachipo/qwen2.5-0.5B_ichikara_4802 - Qwen/Qwen2.5-Coder-0.5B-Instruct library_name: transformers tags: - mergekit - merge --- # merged_model 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 [Qwen/Qwen2.5-Coder-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B-Instruct) as a base. ### Models Merged The following models were included in the merge: * [Hachipo/qwen2.5-0.5B_ichikara_4802](https://huggingface.co/Hachipo/qwen2.5-0.5B_ichikara_4802) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: "Qwen/Qwen2.5-Coder-0.5B-Instruct" # ベースモデルには特別なパラメータ指定は不要 - model: "Hachipo/qwen2.5-0.5B_ichikara_4802" parameters: density: 0.5 weight: 0.4 # 重みの合計を1以下に保つ - model: "Qwen/Qwen2.5-Coder-0.5B-Instruct" parameters: density: 0.5 weight: 0.3 # 重みの合計を1以下に保つ merge_method: ties base_model: "Qwen/Qwen2.5-Coder-0.5B-Instruct" parameters: normalize: true dtype: float16 ```