athirdpath
commited on
Commit
•
1889ddb
1
Parent(s):
10ea845
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
A 11b Mistral model, based on the NeverSleep recipe.
|
6 |
+
|
7 |
+
### Recipe
|
8 |
+
|
9 |
+
slices
|
10 |
+
|
11 |
+
- sources:
|
12 |
+
-
|
13 |
+
- model: NeverSleep/Noromaid-7b-v0.1.1
|
14 |
+
-
|
15 |
+
layer_range: [0, 24]
|
16 |
+
|
17 |
+
- sources:
|
18 |
+
-
|
19 |
+
- model: chargoddard/loyal-piano-m7
|
20 |
+
-
|
21 |
+
layer_range: [8, 32]
|
22 |
+
|
23 |
+
merge_method: passthrough
|
24 |
+
|
25 |
+
dtype: bfloat16
|