hotdogs commited on
Commit
97952a2
·
verified ·
1 Parent(s): 4631c5c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -38
README.md CHANGED
@@ -44,44 +44,32 @@ pipeline_tag: text-generation
44
  │ Qwen35-Agent-R2A103 Construction │
45
  ├──────────────────────────────────────────────────────────────────┤
46
  │ │
47
- │ ┌─────────────────────────────────────┐ │
48
- │ │ Qwen35B-Agent-R2 (BASE) │ │
49
- │ │ ┌───────────────────────────────┐ │ │
50
- │ │ │ 7 LoRAs fused via merge.py │ │ │
51
- │ │ │ - Opus (α=0.5) │ │ │
52
- │ │ │ - Fable (α=0.15) │ │ │
53
- │ │ │ - Tool (α=0.5) │ │ │
54
- │ │ │ - Routing (α=0.1) │ │ │
55
- │ │ │ - Math (α=0.3) │ │ │
56
- │ │ │ - Mythos (α=0.3) │ │ │
57
- │ │ │ - ToolFmt (α=0.3) │ │ │
58
- │ │ └───────────────────────────────┘ │ │
59
- │ └────────────────┬────────────────────┘ │
60
- │ │ │
61
- │ │ Model Soup: 0.7 × R2 + 0.3 × Agents-A1 │
62
- │ │ │
63
- │ ┌────────────────▼────────────────────┐ │
64
- │ │ InternScience/Agents-A1 │ │
65
- │ │ (Multi-teacher distilled) │──► blended at 0.3 │
66
- │ │ - Tool Use | Reasoning │ │
67
- │ │ - Search | Engineering │ │
68
- │ │ - Scientific | Instruction │ │
69
- │ └─────────────────────────────────────┘ │
70
- │ │ │
71
- │ ▼ │
72
- │ ┌─────────────────────────────────────┐ │
73
- │ │ Qwen35-Agent-R2A103 │ │
74
- │ │ 31,666 tensors · 70.2 GB │ │
75
- │ └────────────────┬────────────────────┘ │
76
- │ │ │
77
- │ ▼ │
78
- │ ┌─────────────────────────────────────┐ │
79
- │ │ GGUF Quantization │ │
80
- │ ├─────────────────────────────────────┤ │
81
- │ │ f16 → 65 GB │ │
82
- │ │ Q4_K_M → 20 GB (Recommended) │ │
83
- │ │ Q6_K → 27 GB │ │
84
- │ └─────────────────────────────────────┘ │
85
  │ │
86
  └──────────────────────────────────────────────────────────────────┘
87
  ```
 
44
  │ Qwen35-Agent-R2A103 Construction │
45
  ├──────────────────────────────────────────────────────────────────┤
46
  │ │
47
+ │ ┌─────────────────────┐ ┌──────────────────────────┐ │
48
+ │ │ Qwen35B-Agent-R2 │ │ InternScience/Agents-A1│ │
49
+ │ │ (7 LoRAs fused) │ │ (Multi-teacher distilled)│ │
50
+ │ │ - Opus | Fable │ │ - Tool Use | Reasoning │ │
51
+ │ │ - Tool | Routing │ │ - Search | Engineering │ │
52
+ │ │ - Math | Mythos │ │ - Scientific | Instruct │ │
53
+ │ │ - ToolFmt │ │ - Full-domain SFT │ │
54
+ │ └─────────┬───────────┘ └────────────┬──────────────┘ │
55
+ │ │ │ │
56
+ │ └────────── Model Soup ──────────┘ │
57
+ │ │ 0.7 : 0.3 │
58
+ │ ▼ │
59
+ │ ┌──────────────────────┐ │
60
+ │ │ Qwen35-Agent-R2A103 │ │
61
+ │ │ 31,666 tensors │ │
62
+ │ │ 70.2 GB │ │
63
+ │ └──────────────────────┘ │
64
+ │ │ │
65
+ │ ▼ │
66
+ │ ┌──────────────────────┐ │
67
+ │ │ GGUF Quantization │ │
68
+ │ ├──────────────────────┤ │
69
+ │ │ f16 → 65 GB │ │
70
+ │ │ Q4_K_M → 20 GB │ │
71
+ │ │ Q6_K → 27 GB │ │
72
+ │ └──────────────────────┘ │
 
 
 
 
 
 
 
 
 
 
 
 
73
  │ │
74
  └──────────────────────────────────────────────────────────────────┘
75
  ```