Update README.md
Browse files
README.md
CHANGED
@@ -1,47 +1,50 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: microsoft-research-license
|
4 |
-
library_name: transformers
|
5 |
-
tags:
|
6 |
-
- mergekit
|
7 |
-
- merge
|
8 |
-
- storywriting
|
9 |
-
- text adventure
|
10 |
-
- not-for-all-audiences
|
11 |
-
---
|
12 |
-
# Space-Whale-Lite
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
- sources:
|
37 |
-
- model:
|
38 |
-
layer_range: [
|
39 |
-
- sources:
|
40 |
-
- model:
|
41 |
-
layer_range: [
|
42 |
-
- sources:
|
43 |
-
- model:
|
44 |
-
layer_range: [
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: microsoft-research-license
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
- storywriting
|
9 |
+
- text adventure
|
10 |
+
- not-for-all-audiences
|
11 |
+
---
|
12 |
+
# Space-Whale-Lite
|
13 |
+
|
14 |
+
Restack of the legendary Psyonic Cetacean:
|
15 |
+
[jebcarter/psyonic-cetacean-20B](https://huggingface.co/jebcarter/psyonic-cetacean-20B)
|
16 |
+
|
17 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
18 |
+
|
19 |
+
## Merge Details
|
20 |
+
### Merge Method
|
21 |
+
|
22 |
+
This model was merged using the passthrough merge method.
|
23 |
+
|
24 |
+
### Models Merged
|
25 |
+
|
26 |
+
The following models were included in the merge:
|
27 |
+
* [TeeZee/Orca-2-13b_flat](https://huggingface.co/TeeZee/Orca-2-13b_flat)
|
28 |
+
* [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)
|
29 |
+
|
30 |
+
### Configuration
|
31 |
+
|
32 |
+
The following YAML configuration was used to produce this model:
|
33 |
+
|
34 |
+
```yaml
|
35 |
+
slices:
|
36 |
+
- sources:
|
37 |
+
- model: Orca2-Flat (TeeZee/Orca-2-13b_flat -> float16)
|
38 |
+
layer_range: [0, 8]
|
39 |
+
- sources:
|
40 |
+
- model: KoboldAI/LLaMA2-13B-Psyfighter2
|
41 |
+
layer_range: [8, 24]
|
42 |
+
- sources:
|
43 |
+
- model: Orca2-Flat (TeeZee/Orca-2-13b_flat -> float16)
|
44 |
+
layer_range: [24, 32]
|
45 |
+
- sources:
|
46 |
+
- model: KoboldAI/LLaMA2-13B-Psyfighter2
|
47 |
+
layer_range: [32, 40]
|
48 |
+
merge_method: passthrough
|
49 |
+
dtype: float16
|
50 |
+
```
|