Boof2015 commited on
Commit
1f62a58
·
verified ·
1 Parent(s): 972ea5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -25
README.md CHANGED
@@ -14,33 +14,19 @@ language:
14
  The model that currently powers the NovaAI machines.
15
  Wanted to combine the strengths of both models, satisfied with the state that it is at now.
16
 
17
- ### Models Merged
18
-
19
- The following models were included in the merge:
20
- * [PygmalionAI/pygmalion-2-13b](https://huggingface.co/PygmalionAI/pygmalion-2-13b)
21
- * [Undi95/Amethyst-13B](https://huggingface.co/Undi95/Amethyst-13B)
22
 
23
- ### Configuration
 
24
 
25
- The following YAML configuration was used to produce this model:
 
26
 
27
- ```yaml
28
- slices:
29
- - sources:
30
- - model: Undi95/Amethyst-13B
31
- layer_range: [0, 40]
32
- - model: PygmalionAI/pygmalion-2-13b
33
- layer_range: [0, 40]
34
 
35
- merge_method: slerp
36
- base_model: Undi95/Amethyst-13B
37
- parameters:
38
- t:
39
- - filter: self_attn
40
- value: [0, 0.5, 0.3, 0.7, 1]
41
- - filter: mlp
42
- value: [1, 0.5, 0.7, 0.3, 0]
43
- - value: 0.5 # fallback for rest of tensors
44
- dtype: float16
45
 
46
- ```
 
 
 
14
  The model that currently powers the NovaAI machines.
15
  Wanted to combine the strengths of both models, satisfied with the state that it is at now.
16
 
17
+ ## Prompt Template: Alpaca
 
 
 
 
18
 
19
+ ```
20
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
21
 
22
+ ### Instruction:
23
+ {prompt}
24
 
25
+ ### Response:
26
+ ```
 
 
 
 
 
27
 
28
+ ### Models Merged
 
 
 
 
 
 
 
 
 
29
 
30
+ The following models were included in the merge:
31
+ * [PygmalionAI/pygmalion-2-13b](https://huggingface.co/PygmalionAI/pygmalion-2-13b)
32
+ * [Undi95/Amethyst-13B](https://huggingface.co/Undi95/Amethyst-13B)