Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,54 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- not-for-all-audiences
|
7 |
+
- llama
|
8 |
+
- llama-2
|
9 |
+
- meta
|
10 |
+
- pytorch
|
11 |
+
- transformers
|
12 |
+
- text-generation
|
13 |
+
- storytelling
|
14 |
+
- storywriting
|
15 |
+
- stories
|
16 |
+
- writing
|
17 |
+
---
|
18 |
+
Join the Coffee & AI Discord for AI Stuff and things!
|
19 |
+
[![Discord](https://img.shields.io/discord/232596713892872193?logo=discord)](https://discord.gg/2JhHVh7CGu)
|
20 |
+
|
21 |
+
This is a model merge of https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b + https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA
|
22 |
+
|
23 |
+
Thanks to NousResearch and Meta for the base models.
|
24 |
+
|
25 |
+
A brief warning, no alignment or attempts of any kind were made to reign in, censor, or otherwise manipulate the outputs of this model. It is a raw model and may produce outputs that are unexpected or otherwise distateful. You are the master of your own destiny, and the master of this model, use with caution.
|
26 |
+
|
27 |
+
Quantization is GGML Q4_K_S format.
|
28 |
+
|
29 |
+
Nous-Hermes is the base model, so the recommendation is to use their recommended alpaca instruct format for prompts:
|
30 |
+
|
31 |
+
```
|
32 |
+
Prompt Format
|
33 |
+
|
34 |
+
The model follows the Alpaca prompt format:
|
35 |
+
|
36 |
+
### Instruction:
|
37 |
+
<prompt>
|
38 |
+
|
39 |
+
### Response:
|
40 |
+
<leave a newline blank for model to respond>
|
41 |
+
```
|
42 |
+
|
43 |
+
or
|
44 |
+
|
45 |
+
```
|
46 |
+
### Instruction:
|
47 |
+
<prompt>
|
48 |
+
|
49 |
+
### Input:
|
50 |
+
<additional context>
|
51 |
+
|
52 |
+
### Response:
|
53 |
+
<leave a newline blank for model to respond>
|
54 |
+
```
|