Update README.md
Browse files
README.md
CHANGED
@@ -1,49 +1,36 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
|
|
|
|
10 |
---
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
|
13 |
-
|
14 |
|
15 |
-
##
|
16 |
-
### Merge Method
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
### Models Merged
|
21 |
|
22 |
The following models were included in the merge:
|
23 |
* [Undi95/Emerald-13B](https://huggingface.co/Undi95/Emerald-13B)
|
24 |
* [Gryphe/MythoMax-L2-13b](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
25 |
-
|
26 |
-
### Configuration
|
27 |
-
|
28 |
-
The following YAML configuration was used to produce this model:
|
29 |
-
|
30 |
-
```yaml
|
31 |
-
slices:
|
32 |
-
- sources:
|
33 |
-
- model: Undi95/Emerald-13B
|
34 |
-
layer_range: [0, 40]
|
35 |
-
- model: Gryphe/MythoMax-L2-13b
|
36 |
-
layer_range: [0, 40]
|
37 |
-
|
38 |
-
merge_method: slerp
|
39 |
-
base_model: Undi95/Emerald-13B
|
40 |
-
parameters:
|
41 |
-
t:
|
42 |
-
- filter: self_attn
|
43 |
-
value: [0, 0.5, 0.3, 0.7, 1]
|
44 |
-
- filter: mlp
|
45 |
-
value: [1, 0.5, 0.7, 0.3, 0]
|
46 |
-
- value: 0.5 # fallback for rest of tensors
|
47 |
-
dtype: float16
|
48 |
-
|
49 |
-
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-sa-4.0
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
base_model:
|
10 |
+
- Undi95/Emerald-13B
|
11 |
+
- Gryphe/MythoMax-L2-13b
|
12 |
+
inference: false
|
13 |
---
|
14 |
+
## Hypernova-experimental
|
15 |
+
Tried some new stuff this time around. Very different outcome than I expected.
|
16 |
+
This is an experimental model that was created for the development of NovaAI.
|
17 |
+
|
18 |
+
Good at chatting and some RP. Sometimes gets characters mixed up. Can occasionally struggle with context.
|
19 |
|
20 |
+
Quantized model here: [theNovaAI/Hypernova-experimental-GPTQ](https://huggingface.co/theNovaAI/Hypernova-experimental-GPTQ)
|
21 |
|
22 |
+
## Prompt Template: Alpaca
|
|
|
23 |
|
24 |
+
```
|
25 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
26 |
+
### Instruction:
|
27 |
+
{prompt}
|
28 |
+
### Response:
|
29 |
+
```
|
30 |
|
31 |
### Models Merged
|
32 |
|
33 |
The following models were included in the merge:
|
34 |
* [Undi95/Emerald-13B](https://huggingface.co/Undi95/Emerald-13B)
|
35 |
* [Gryphe/MythoMax-L2-13b](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
36 |
+
Merged with some personal LoRAs too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|