Create README.md
Browse files
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 |
+
```
|