Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,14 @@ Run them in [LM Studio](https://lmstudio.ai/)
|
|
18 |
|
19 |
## Prompt format
|
20 |
|
|
|
|
|
21 |
```
|
22 |
-
|
|
|
|
|
|
|
|
|
23 |
```
|
24 |
|
25 |
## Download a file (not the whole branch) from below:
|
|
|
18 |
|
19 |
## Prompt format
|
20 |
|
21 |
+
(Model is saved with Mistral's format, but you should use alpaca)
|
22 |
+
|
23 |
```
|
24 |
+
### Instruction:
|
25 |
+
{prompt}
|
26 |
+
|
27 |
+
### Response:
|
28 |
+
|
29 |
```
|
30 |
|
31 |
## Download a file (not the whole branch) from below:
|