Upload recipe.txt
Browse files- recipe.txt +26 -0
recipe.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
models:
|
| 2 |
+
- model: behemoth12
|
| 3 |
+
- model: tess123
|
| 4 |
+
merge_method: slerp
|
| 5 |
+
base_model: behemoth12
|
| 6 |
+
parameters:
|
| 7 |
+
t: [0.1, 0.3, 0.5, 0.3, 0.1]
|
| 8 |
+
dtype: float16
|
| 9 |
+
name: btess
|
| 10 |
+
---
|
| 11 |
+
models:
|
| 12 |
+
- model: behemoth12
|
| 13 |
+
- model: magnum123b_v4
|
| 14 |
+
merge_method: slerp
|
| 15 |
+
base_model: behemoth12
|
| 16 |
+
parameters:
|
| 17 |
+
t: [0.1, 0.3, 0.5, 0.3, 0.1]
|
| 18 |
+
dtype: float16
|
| 19 |
+
name: bmag
|
| 20 |
+
---
|
| 21 |
+
models:
|
| 22 |
+
- model: btess
|
| 23 |
+
- model: bmag
|
| 24 |
+
merge_method: model_stock
|
| 25 |
+
base_model: behemoth12
|
| 26 |
+
dtype: float16
|