Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,10 @@ The following YAML configuration was used to produce this model:
|
|
31 |
```yaml
|
32 |
merge_method: sce
|
33 |
models:
|
|
|
|
|
34 |
- model: Qwen/QwQ-32B
|
|
|
35 |
- model: Qwen/Qwen2.5-Coder-32B-Instruct
|
36 |
base_model: Qwen/Qwen2.5-Coder-32B
|
37 |
parameters:
|
|
|
31 |
```yaml
|
32 |
merge_method: sce
|
33 |
models:
|
34 |
+
# Pivot model
|
35 |
+
- model: Qwen/Qwen2.5-Coder-32B
|
36 |
- model: Qwen/QwQ-32B
|
37 |
+
# Target models
|
38 |
- model: Qwen/Qwen2.5-Coder-32B-Instruct
|
39 |
base_model: Qwen/Qwen2.5-Coder-32B
|
40 |
parameters:
|