Update README.md
Browse files
README.md
CHANGED
@@ -224,20 +224,16 @@ The following models were included in the merge:
|
|
224 |
The following YAML configuration was used to produce this model:
|
225 |
|
226 |
```yaml
|
227 |
-
base_model: Qwen/Qwen2.5-32B
|
228 |
-
dtype: bfloat16
|
229 |
merge_method: task_arithmetic
|
230 |
-
|
231 |
-
|
232 |
-
-
|
233 |
-
model: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B
|
234 |
parameters:
|
235 |
weight: 1.0
|
236 |
-
-
|
237 |
-
model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
|
238 |
parameters:
|
239 |
weight: 0.8
|
240 |
-
|
241 |
-
model: Qwen/Qwen2.5-32B
|
242 |
tokenizer_source: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
|
|
|
243 |
```
|
|
|
224 |
The following YAML configuration was used to produce this model:
|
225 |
|
226 |
```yaml
|
|
|
|
|
227 |
merge_method: task_arithmetic
|
228 |
+
base_model: Qwen/Qwen2.5-32B
|
229 |
+
models:
|
230 |
+
- model: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B
|
|
|
231 |
parameters:
|
232 |
weight: 1.0
|
233 |
+
- model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
|
|
|
234 |
parameters:
|
235 |
weight: 0.8
|
236 |
+
dtype: bfloat16
|
|
|
237 |
tokenizer_source: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
|
238 |
+
name: RoguePlanet-DeepSeek-R1-Qwen-32B-RP
|
239 |
```
|