Undi95 commited on
Commit
11ff203
1 Parent(s): be80f1f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Prompt template 1: Alpaca (try this first)
2
+
3
+ ```
4
+ ### Input:
5
+ {system prompt}
6
+
7
+ ### Instruction:
8
+ {prompt}
9
+
10
+ ### Response:
11
+ ```
12
+ ## Prompt template 2: Mistral
13
+
14
+ ```
15
+ [INST] {prompt} [/INST]
16
+ ```