Update README.md
Browse files
README.md
CHANGED
@@ -36,16 +36,16 @@ The model was created using the following YAML configuration:
|
|
36 |
|
37 |
```yaml
|
38 |
models:
|
39 |
-
- model: DeepSeek-R1-Distill-Llama-8B
|
40 |
parameters:
|
41 |
weight: 1.5
|
42 |
-
- model: Skywork-o1-Open-Llama-3.1-8B
|
43 |
parameters:
|
44 |
weight: 1.5
|
45 |
-
- model: DeepHermes-3-Llama-3-8B-Preview
|
46 |
-
- model: OpenO1-LLama-8B-v0.1
|
47 |
-
- model: LLaMA-O1-Supervised-1129
|
48 |
-
- model: Reflection-Llama-3.1-8B
|
49 |
merge_method: linear
|
50 |
parameters:
|
51 |
weight: 1
|
|
|
36 |
|
37 |
```yaml
|
38 |
models:
|
39 |
+
- model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
40 |
parameters:
|
41 |
weight: 1.5
|
42 |
+
- model: Skywork/Skywork-o1-Open-Llama-3.1-8B
|
43 |
parameters:
|
44 |
weight: 1.5
|
45 |
+
- model: NousResearch/DeepHermes-3-Llama-3-8B-Preview
|
46 |
+
- model: O1-OPEN/OpenO1-LLama-8B-v0.1
|
47 |
+
- model: SimpleBerry/LLaMA-O1-Supervised-1129
|
48 |
+
- model: terrycraddock/Reflection-Llama-3.1-8B
|
49 |
merge_method: linear
|
50 |
parameters:
|
51 |
weight: 1
|