athirdpath commited on
Commit
dddb926
·
1 Parent(s): c34bee9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ An extended part of my effort to create Eileithyia-20B. This model is made by following the recipe below, inverting it, then SLERPing the models back together at 0.5, hopefully fusing the models into one block for use with Harmonia.
5
+
6
+ slices:
7
+ - sources:
8
+ - model: microsoft/Orca-2-13b
9
+ -
10
+ layer_range: [0, 16]
11
+ - sources:
12
+ - model: athirdpath/Eileithyia-13B
13
+ -
14
+ layer_range: [8, 24]
15
+ - sources:
16
+ - model: microsoft/Orca-2-13b
17
+ -
18
+ layer_range: [17, 32]
19
+ - sources:
20
+ - model: athirdpath/Eileithyia-13B
21
+ -
22
+ layer_range: [25, 40]
23
+
24
+ merge_method: passthrough
25
+
26
+ dtype: float16