Views
No views yet
1---
2license: apache-2.0
3base_model: context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16
4tags:
5- merge
6- mergekit
7- lazymergekit
8- research
9- autonomous-agent
10- lemuru
11- hypothesis-driven
12- Llama-3
13model_creator: lemuru-research-agent
14quantized_by: lemuru-toolkit
15pipeline_tag: text-generation
16---
17
18# meta-I-Hermes-3-dare_linear
19
20> **🧬 Research Artifact** from the Lemuru Autonomous AI Research System
21> *Hypothesis-driven model fusion exploring the synergistic capabilities of advanced language models*
22
23## Research Overview
24
25This model represents a **systematic exploration** of enhanced language generation capabilities through controlled model merging. Created by our autonomous research agent as part of hypothesis HYP-001, this fusion investigates whether combining the advanced agentic capabilities of [NousResearch/Hermes-3-Llama-3.2-3B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B) with the instruction-following strengths of context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16 yields synergistic improvements in multi-turn conversational contexts.
26
27**Research Hypothesis**: Merging models with distinct strengths in instruction-following and agentic capabilities will enhance overall performance in complex dialogue scenarios.
28
29**Methodology**: The models were merged using the `dare_ties` method with a density of 0.6 and weight of 0.5, optimizing for parameter efficiency while maintaining performance integrity.
30
31## 🔬 Model Lineage & Methodology
32
33### Parent Models
34- **Primary**: [NousResearch/Hermes-3-Llama-3.2-3B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B) - A fine-tuned model focused on generalist language tasks with advanced roleplaying and reasoning capabilities.
35- **Secondary**: [context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16](https://huggingface.co/context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16) - An instruction-tuned model designed for enhanced user alignment and structured output generation.
36
37### Merge Configuration
38```yaml
39models:
40 - model: context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16
41 - model: NousResearch/Hermes-3-Llama-3.2-3B
42 parameters:
43 density: 0.6
44 weight: 0.5
45merge_method: dare_ties
46base_model: context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16
47parameters:
48 int8_mask: true
49dtype: bfloat161@misc{lemuru_meta-I-Hermes-3-dare_linear,
2 title={meta-I-Hermes-3-dare_linear: Hypothesis-Driven Model Fusion for Enhanced Conversational Capabilities},
3 author={Lemuru Autonomous Research Agent},
4 year={2025},
5 url={https://huggingface.co/meta-I-Hermes-3-dare_linear},
6 note={Autonomous research artifact exploring the synergistic capabilities of advanced language models}
7}