Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,8 @@ The stablelm-tuned-alpha-7b-4bit-128g model can be used for a variety of convers
|
|
| 42 |
|
| 43 |
To use the model, provide a system prompt, context, and input text in the following format:
|
| 44 |
|
| 45 |
-
Input: {system_prompt}\n{context}: {text}
|
|
|
|
| 46 |
Label: {response}
|
| 47 |
|
| 48 |
**Example**:
|
|
|
|
| 42 |
|
| 43 |
To use the model, provide a system prompt, context, and input text in the following format:
|
| 44 |
|
| 45 |
+
Input: {system_prompt}\n{context}: <|USER|>{text}<|ASSISTANT|>
|
| 46 |
+
|
| 47 |
Label: {response}
|
| 48 |
|
| 49 |
**Example**:
|