Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ tags:
|
|
8 |
- llama
|
9 |
---
|
10 |
|
|
|
|
|
11 |
```yaml
|
12 |
models:
|
13 |
- model: v000000/MysticGem-v1.3-L2-13B+Mikael110/llama-2-13b-guanaco-qlora
|
@@ -17,3 +19,22 @@ merge_method: linear
|
|
17 |
dtype: bfloat16
|
18 |
|
19 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- llama
|
9 |
---
|
10 |
|
11 |
+
manticore guanaco is good still so trying the same with llama 2 I guess
|
12 |
+
|
13 |
```yaml
|
14 |
models:
|
15 |
- model: v000000/MysticGem-v1.3-L2-13B+Mikael110/llama-2-13b-guanaco-qlora
|
|
|
19 |
dtype: bfloat16
|
20 |
|
21 |
```
|
22 |
+
|
23 |
+
### Prompt Format (Alpaca):
|
24 |
+
```bash
|
25 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
26 |
+
|
27 |
+
### Instruction:
|
28 |
+
Take the role of {{char}} in a play where you leave a lasting impression on {{user}}. Never skip or gloss over {{char}}'s actions.
|
29 |
+
|
30 |
+
### Instruction:
|
31 |
+
{prompt}
|
32 |
+
### Response:
|
33 |
+
{output}
|
34 |
+
```
|
35 |
+
|
36 |
+
### Prompt Format (Metharme):
|
37 |
+
```bash
|
38 |
+
<|system|>Take the role of {{char}} in a play where you leave a lasting impression on {{user}}. Never skip or gloss over {{char}}'s actions.
|
39 |
+
<|user|>{prompt}<|model|>{output}
|
40 |
+
```
|