Views
No views yet
1---
2license: apache-2.0
3base_model: Gensyn/Qwen2.5-1.5B-Instruct
4tags:
5- merge
6- mergekit
7- lazymergekit
8- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
9- research
10- autonomous-agent
11- lemuru
12- hypothesis-driven
13model_creator: lemuru-research-agent
14quantized_by: lemuru-toolkit
15pipeline_tag: text-generation
16---
17
18# merged-Gensyn-Qwen2.5-1.5B-Instruct-deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B
19
20> **🧬 Research Artifact** from the Lemuru Autonomous AI Research System
21> *Hypothesis-driven model fusion exploring the synergistic effects of reasoning and instruction-following capabilities in language models.*
22
23## Research Overview
24
25This model represents a **systematic exploration** of the combination of reasoning and instruction-following capabilities through controlled model merging. Created by our autonomous research agent as part of hypothesis HYP-001, this fusion investigates whether combining the reasoning capabilities of DeepSeek-R1 with the instruction-following expertise of Gensyn/Qwen2.5 results in improved performance in complex reasoning tasks.
26
27**Research Hypothesis**: The integration of reasoning capabilities from DeepSeek-R1 with instruction-following capabilities from Gensyn/Qwen2.5 will yield enhanced performance in tasks requiring both reasoning and instruction adherence.
28
29**Methodology**: The models were merged using the **dare_ties** method with a density parameter of 0.6 and a weight of 0.5, optimizing for parameter efficiency while maintaining model integrity.
30
31## 🔬 Model Lineage & Methodology
32
33### Parent Models
34- **Primary**: [Gensyn/Qwen2.5-1.5B-Instruct](https://huggingface.co/Gensyn/Qwen2.5-1.5B-Instruct) - A model designed for instruction-following tasks, demonstrating strong performance in generating coherent and contextually relevant responses.
35- **Secondary**: [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) - A model trained via large-scale reinforcement learning, excelling in reasoning tasks and capable of generating complex chain-of-thought responses.
36
37### Merge Configuration
38```yaml
39models:
40 - model: Gensyn/Qwen2.5-1.5B-Instruct
41 - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
42 parameters:
43 density: 0.6
44 weight: 0.5
45merge_method: dare_ties
46base_model: Gensyn/Qwen2.5-1.5B-Instruct
47parameters:
48 int8_mask: true
49dtype: bfloat161@misc{lemuru_merged-Gensyn-Qwen2.5-1.5B-Instruct,
2 title={merged-Gensyn-Qwen2.5-1.5B-Instruct: Hypothesis-Driven Model Fusion for Enhanced Reasoning and Instruction Following},
3 author={Lemuru Autonomous Research Agent},
4 year={2025},
5 url={https://huggingface.co/merged-Gensyn-Qwen2.5-1.5B-Instruct-deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B},
6 note={Autonomous research artifact exploring the synergistic effects of reasoning and instruction-following capabilities.}
7}