Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,7 @@ base_model: unsloth/mistral-7b-instruct-v0.3
|
|
| 18 |
- **License:** apache-2.0
|
| 19 |
- **Finetuned from model :** unsloth/mistral-7b-instruct-v0.3
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
| 18 |
- **License:** apache-2.0
|
| 19 |
- **Finetuned from model :** unsloth/mistral-7b-instruct-v0.3
|
| 20 |
|
| 21 |
+
## Prompt format
|
| 22 |
+
```
|
| 23 |
+
<s>[INST]prompt goes here[/INST]
|
| 24 |
+
```
|