This is a merge of pre-trained language models created using
mergekit fork.
This is a merge of pre-trained language models created using mergekit. The advanced conversational EQ exhibited by Agents-A1-4B—relative to its parameter count—does not stem from a single component but rather emerges from a dense distributed representation inherent in the entire model, spanning its multiple layers; thus, Agents-A1-4B's conversational ability is encoded diffusely rather than locally. However, since the "tool-calling capability" required for agentic behavior—which Agents-A1-4B lacks—is instead localized within specific attention heads or sparse FFN layers, it is possible to merge task vectors from a model with a more localized representation of this skill, derived from Qwen3.5-4B. Furthermore, the exclusivity of task-specific regions is supported by the findings of Panigrahi et al. ("Task-Specific Skill Localization in Fine-tuned Language Models," 2023), who show that a small, identifiable subset of parameters can account for the majority of a fine-tuned model's task performance. To endow Agents-A1-4B with tool-calling capabilities, tool-calling models such as Tmax-4B and enfuse/smol-tools-4b-32k are merged using the DARE-TIES method. To preserve Agents-A1-4B's original conversational EQ—which, being diffusely distributed, is more vulnerable to disruption by naive merging—a high drop rate is applied to extract only the sharpest, most task-relevant parameters. All the aforementioned models share the same prompt format and base model.
All the aforementioned models share the same prompt format and base model.
This model was merged using the
DARE TIES merge method using
Qwen/Qwen3.5-4B as a base.
1merge_method: dare_ties
2base_model: Qwen/Qwen3.5-4B
3
4models:
5 - model: InternScience/Agents-A1-4B
6 parameters:
7 weight: 1.0
8 density: 1.0
9
10 - model: allenai/tmax-4b
11 parameters:
12 weight: 0.7
13 density: 0.3
14
15parameters:
16 int8_mask: true
17 normalize: false
18
19dtype: bfloat16