Views
No views yet
1merge_method: ties
2base_model: Qwen/Qwen3-1.7B-Base # Replace with your actual base model
3dtype: bfloat16
4
5models:
6 - model: cs-552-2026-barn/general_knowledge_model
7 parameters:
8 weight: 0.25
9 density: 0.5
10 - model: cs-552-2026-barn/math_model
11 parameters:
12 weight: 0.25
13 density: 0.5
14 - model: cs-552-2026-barn/multilingual_model
15 parameters:
16 weight: 0.25
17 density: 0.5
18 - model: cs-552-2026-barn/safety_model
19 parameters:
20 weight: 0.25
21 density: 0.5
22
23parameters:
24 int8_mask: true
25
26tokenizer:
27 source: union # Combines any tokens if they differ, though they should match