crumb commited on
Commit
aea59ce
·
1 Parent(s): 9c71167

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - alpaca
4
+ - instruction
5
+ - pythia
6
+ ---
7
+ Prompt format
8
+
9
+ ```
10
+ Instruction: [instruction goes here]
11
+ Input: [input goes here]
12
+ Output: [output will be generated here]
13
+
14
+ or
15
+
16
+
17
+ Instruction: [instruction goes here]
18
+ Output: [output will be generated here]
19
+ ```