legolasyiu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -87,6 +87,24 @@ For guardrailing and moderating prompts against indirect/direct prompt injection
|
|
87 |
|
88 |
After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
### Transformers
|
91 |
|
92 |
> [!IMPORTANT]
|
|
|
87 |
|
88 |
After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
|
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 |
+
|
97 |
+
### Instruction:
|
98 |
+
{x['instruction']}
|
99 |
+
|
100 |
+
### Input:
|
101 |
+
{x['input']}
|
102 |
+
|
103 |
+
### Response:
|
104 |
+
"""
|
105 |
+
|
106 |
+
'''
|
107 |
+
|
108 |
### Transformers
|
109 |
|
110 |
> [!IMPORTANT]
|