Update README.md
Browse files
README.md
CHANGED
@@ -89,8 +89,7 @@ After installing `mistral_inference`, a `mistral-demo` CLI command should be ava
|
|
89 |
|
90 |
### Prompt instructions - Alpaca style prompt:
|
91 |
|
92 |
-
|
93 |
-
|
94 |
f"""Below is an instruction that describes a task. \
|
95 |
Write a response that appropriately completes the request.
|
96 |
|
@@ -103,7 +102,7 @@ f"""Below is an instruction that describes a task. \
|
|
103 |
### Response:
|
104 |
"""
|
105 |
|
106 |
-
|
107 |
|
108 |
### Transformers
|
109 |
|
|
|
89 |
|
90 |
### Prompt instructions - Alpaca style prompt:
|
91 |
|
92 |
+
```py
|
|
|
93 |
f"""Below is an instruction that describes a task. \
|
94 |
Write a response that appropriately completes the request.
|
95 |
|
|
|
102 |
### Response:
|
103 |
"""
|
104 |
|
105 |
+
```
|
106 |
|
107 |
### Transformers
|
108 |
|