athirdpath
commited on
Commit
•
e432f9c
1
Parent(s):
845e50f
Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,13 @@ Because task_arithmetic uses the raw deltas, this should be similar to if the SF
|
|
11 |
|
12 |
merge_method: task_arithmetic
|
13 |
|
14 |
-
base_model: athirdpath/BigLlama-20b-v1.1
|
15 |
|
16 |
models:
|
17 |
|
18 |
-
- model: athirdpath/Iambe-20b-DARE-v2
|
19 |
|
20 |
-
- model: athirdpath/DoubleFactor-20b
|
21 |
|
22 |
parameters:
|
23 |
|
|
|
11 |
|
12 |
merge_method: task_arithmetic
|
13 |
|
14 |
+
base_model: athirdpath/BigLlama-20b-v1.1 # Base model you want to "move out" from
|
15 |
|
16 |
models:
|
17 |
|
18 |
+
- model: athirdpath/Iambe-20b-DARE-v2 # SFTd model you want to transfer
|
19 |
|
20 |
+
- model: athirdpath/DoubleFactor-20b # Base model you want to "move in" to
|
21 |
|
22 |
parameters:
|
23 |
|