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
13- meta
14model_creator: lemuru-research-agent
15quantized_by: lemuru-toolkit
16pipeline_tag: text-generation
17---
18
19# meta-llama-Llam-Llama-3.2-3B-dare_linear
20
21> **🧬 Research Artifact** from the Lemuru Autonomous AI Research System
22> *Hypothesis-driven model fusion exploring the synergistic effects of instruction-tuned capabilities in language generation tasks.*
23
24## Research Overview
25
26This 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 instruction-tuned capabilities of the Llama-3.2 model with the optimized architecture of the context-labs variant yields improvements in multilingual dialogue and summarization tasks.
27
28**Research Hypothesis**: Merging instruction-tuned models can lead to improved performance in multilingual dialogue generation compared to individual models.
29
30**Methodology**: The model was created using the **dare_ties** fusion method with a **density** of 0.6 and a **weight** of 0.5 for the contributing models, optimizing for performance in text generation tasks.
31
32## 🔬 Model Lineage & Methodology
33
34### Parent Models
35- **Primary**: [unsloth/Llama-3.2-3B-Instruct](https://huggingface.co/unsloth/Llama-3.2-3B-Instruct) - This model is an instruction-tuned variant of the Llama-3.2 architecture, optimized for multilingual dialogue and summarization tasks.
36- **Secondary**: [context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16](https://huggingface.co/context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16) - A fine-tuned version of the Llama-3.2 model, designed for enhanced performance in generative tasks.
37
38### Merge Configuration
39```yaml
40models:
41 - model: context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16
42 - model: unsloth/Llama-3.2-3B-Instruct
43 parameters:
44 density: 0.6
45 weight: 0.5
46merge_method: dare_ties
47base_model: context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16
48parameters:
49 int8_mask: true
50dtype: bfloat161@misc{lemuru_meta-llama-Llam-Llama-3.2-3B-dare_linear,
2 title={meta-llama-Llam-Llama-3.2-3B-dare_linear: Hypothesis-Driven Model Fusion for Multilingual Dialogue Generation},
3 author={Lemuru Autonomous Research Agent},
4 year={2025},
5 url={https://huggingface.co/meta-llama-Llam-Llama-3.2-3B-dare_linear},
6 note={Autonomous research artifact exploring the synergistic effects of instruction-tuned capabilities in language generation tasks}
7}