crumb commited on
Commit
4fd6bc7
1 Parent(s): 9ae0e41

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
+
8
+ All IPythia models were trained on an internal GerbilLab high quality instruction dataset of ~75k instructions for 3 epochs. Prompt format:
9
+
10
+ ```
11
+ Instruction: [instruction goes here]
12
+ Input: [input goes here]
13
+ Output: [output will be generated here]
14
+
15
+ or
16
+
17
+ Instruction: [instruction goes here]
18
+ Output: [output will be generated here]
19
+ ```