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