Update README.md
Browse files
README.md
CHANGED
|
@@ -81,8 +81,11 @@ MTbench with llm judge:
|
|
| 81 |
|
| 82 |
|
| 83 |
To prepare your prompts make sure you keep this format:
|
| 84 |
-
|
|
|
|
|
|
|
| 85 |
(where the question goes)
|
| 86 |
### Context
|
| 87 |
(your document retrieval + system instructions)
|
| 88 |
-
### Answer
|
|
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
To prepare your prompts make sure you keep this format:
|
| 84 |
+
|
| 85 |
+
```
|
| 86 |
+
### Instruction
|
| 87 |
(where the question goes)
|
| 88 |
### Context
|
| 89 |
(your document retrieval + system instructions)
|
| 90 |
+
### Answer
|
| 91 |
+
```
|