hotdogs commited on
Commit
4e29dd0
·
verified ·
1 Parent(s): e9ad2e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -34,7 +34,7 @@ pipeline_tag: text-generation
34
 
35
  <p align="center"><b>🚀 Qwen35-Agent-R2A103 — R2 + Agents-A1 Model Soup (0.7 : 0.3)</b></p>
36
 
37
- <p align="center"><i>Combining the agentic reasoning of R2 with the multi-domain agent capabilities of Agents-A1.</i></p>
38
 
39
  ---
40
 
@@ -77,7 +77,7 @@ pipeline_tag: text-generation
77
 
78
  ### Model Soup (Weight Averaging)
79
 
80
- Each corresponding weight tensor in the two models is blended linearly:
81
 
82
  ```
83
  W_R2A103 = 0.7 × W_R2 + 0.3 × W_Agents-A1
@@ -219,6 +219,15 @@ Benchmarked on 7× NVIDIA RTX 3090 with llama.cpp:
219
 
220
  ---
221
 
 
 
 
 
 
 
 
 
 
222
  ## 📄 License
223
 
224
  Apache 2.0
 
34
 
35
  <p align="center"><b>🚀 Qwen35-Agent-R2A103 — R2 + Agents-A1 Model Soup (0.7 : 0.3)</b></p>
36
 
37
+ <p align="center"><i>Building on hotdogs/Qwen35B-Agent-R2 as the base, blended with insights from InternScience/Agents-A1 via model soup (0.7 : 0.3).</i></p>
38
 
39
  ---
40
 
 
77
 
78
  ### Model Soup (Weight Averaging)
79
 
80
+ Building on **hotdogs/Qwen35B-Agent-R2** as the base, we blend corresponding weight tensors with **InternScience/Agents-A1**:
81
 
82
  ```
83
  W_R2A103 = 0.7 × W_R2 + 0.3 × W_Agents-A1
 
219
 
220
  ---
221
 
222
+ ## 🙏 Credits
223
+
224
+ - **[hotdogs](https://huggingface.co/hotdogs)** — Qwen35B-Agent-R2 as the base model
225
+ - **[InternScience / Agents-A1](https://huggingface.co/InternScience/Agents-A1)** — Multi-domain agent capabilities (tool-use, search, engineering, scientific reasoning, instruction following). Check out their [paper](https://arxiv.org/abs/2606.30616)
226
+ - **[Qwen Team (Alibaba)](https://huggingface.co/Qwen)** — Qwen3.5 MoE architecture
227
+ - **llama.cpp** — GGUF conversion and inference framework
228
+
229
+ ---
230
+
231
  ## 📄 License
232
 
233
  Apache 2.0