Spaces:
Running
on
A100
Running
on
A100
chargoddard
commited on
Commit
•
deb28cb
1
Parent(s):
05142b8
Add slerp example with different parameters
Browse files
examples/HermesPro_WizardMath_slerp.yml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- model: NousResearch/Hermes-2-Pro-Mistral-7B
|
3 |
+
- model: WizardLM/WizardMath-7B-V1.1
|
4 |
+
merge_method: slerp
|
5 |
+
base_model: NousResearch/Hermes-2-Pro-Mistral-7B
|
6 |
+
dtype: bfloat16
|
7 |
+
parameters:
|
8 |
+
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
|