File size: 985 Bytes
4b56abb f4fc798 4b56abb 9b2daf3 f95cad9 9392d46 67d1e7e 9392d46 9f1c4f1 cbb2762 9f1c4f1 9392d46 0027c28 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
base_model: v000000/MysticGem-v1.3-Guanaco-L2-13B
library_name: transformers
tags:
- mergekit
- merge
- llama-cpp
- llama
---
experiment
manticore guanaco is good still, so trying the same with llama 2 I guess
```yaml
models:
- model: v000000/MysticGem-v1.3-L2-13B+Mikael110/llama-2-13b-guanaco-qlora
parameters:
weight: 1.0
merge_method: linear
dtype: bfloat16
```
### Prompt Format (Metharme):
```bash
<|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.
<|user|>{{user}}: {prompt}<|model|>{{char}}: {output}
```
### Prompt Format (Alpaca):
```bash
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
Take the role of {{char}} in a play where you leave a lasting impression on {{user}}. Never skip or gloss over {{char}}'s actions.
### Instruction:
{prompt}
### Response:
{output}
```
+vicuna/guanaco |