NyxKrage commited on
Commit
b474bf7
1 Parent(s): a4a4bed

add prompt format to model card

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -5,4 +5,16 @@ license: llama2
5
 
6
  Merge including [Noromaid-13b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1), and [Chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2) with the [Storytelling-v1-Lora](https://huggingface.co/Undi95/Storytelling-v1-13B-lora) applied afterwards
7
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  In-depth model card coming later...
 
5
 
6
  Merge including [Noromaid-13b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1), and [Chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2) with the [Storytelling-v1-Lora](https://huggingface.co/Undi95/Storytelling-v1-13B-lora) applied afterwards
7
 
8
+ ## Prompt Format
9
+
10
+ Tested with Alpaca, the Noromaid preset's will probably also work
11
+ ```
12
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
13
+
14
+ ### Instruction:
15
+ {prompt}
16
+
17
+ ### Response:
18
+ ```
19
+
20
  In-depth model card coming later...