Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
+
- llama-2
|
6 |
+
- pytorch
|
7 |
+
- chatbot
|
8 |
+
- storywriting
|
9 |
+
- generalist-model
|
10 |
+
---
|
11 |
+
# chronos-hermes-13b-v2-gptq
|
12 |
+
|
13 |
+
([chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2) + [Nous-Hermes-Llama2-13b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b)) 75/25 merge
|
14 |
+
|
15 |
+
This offers the imaginative writing style of chronos while still retaining coherency and being capable. Outputs are long and utilize exceptional prose.
|
16 |
+
Supports a maxium context length of 4096.
|
17 |
+
|
18 |
+
## Prompt Format
|
19 |
+
|
20 |
+
The model follows the Alpaca prompt format:
|
21 |
+
```
|
22 |
+
### Instruction:
|
23 |
+
<prompt>
|
24 |
+
|
25 |
+
### Response:
|
26 |
+
|
27 |
+
```
|
28 |
+
This is an adaption of [chronos-hermes-13b](https://huggingface.co/Austism/chronos-hermes-13b) for llama-2.
|