Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
+
- llm
|
8 |
+
- stablelm
|
9 |
+
inference: true
|
10 |
+
license: other
|
11 |
+
---
|
12 |
+
This model is a merge/fusion of [Aryanne/Astridboros-3B](https://huggingface.co/Aryanne/Astridboros-3B) and [stabilityai/stablelm-zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b) , 28 layers of Zephyr + 12 of Astridboros together(see zephyr-3.43b.yml or below).
|
13 |
+
|
14 |
+
|
15 |
+
```yaml
|
16 |
+
slices:
|
17 |
+
- sources:
|
18 |
+
- model: stabilityai/stablelm-zephyr-3b
|
19 |
+
layer_range: [0, 14]
|
20 |
+
- sources:
|
21 |
+
- model: Aryanne/Astridboros-3B
|
22 |
+
layer_range: [10, 22]
|
23 |
+
- sources:
|
24 |
+
- model: stabilityai/stablelm-zephyr-3b
|
25 |
+
layer_range: [18, 32]
|
26 |
+
merge_method: passthrough
|
27 |
+
dtype: float16
|
28 |
+
```
|
29 |
+
I recommend the use of the Zephyr prompt format.
|
30 |
+
|
31 |
+
GGUF Quants: [notyet](not yet)
|