athirdpath
commited on
Commit
•
cafba46
1
Parent(s):
22fe424
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
I'm going to compare DARE merges using this (mostly vanilla, alpaca-tinted) 20b model vs using Harmonia.
|
2 |
+
|
3 |
+
|
4 |
+
slices:
|
5 |
+
|
6 |
+
- sources:
|
7 |
+
- model: athirdpath/alpaca-2-13b-english_full-model
|
8 |
+
-
|
9 |
+
layer_range: [0, 16]
|
10 |
+
- sources:
|
11 |
+
- model: TheBloke/Llama-2-13B-fp16
|
12 |
+
-
|
13 |
+
layer_range: [8, 24]
|
14 |
+
- sources:
|
15 |
+
- model: athirdpath/alpaca-2-13b-english_full-model
|
16 |
+
-
|
17 |
+
layer_range: [17, 32]
|
18 |
+
- sources:
|
19 |
+
- model: TheBloke/Llama-2-13B-fp16
|
20 |
+
-
|
21 |
+
layer_range: [25, 40]
|
22 |
+
|
23 |
+
merge_method: passthrough
|
24 |
+
|
25 |
+
dtype: float16
|