Update README.md
Browse files
README.md
CHANGED
@@ -87,6 +87,14 @@ out_dtype: float16
|
|
87 |
|
88 |
### Example Usage
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
#### Basic Text Generation
|
91 |
|
92 |
```python
|
|
|
87 |
|
88 |
### Example Usage
|
89 |
|
90 |
+
This model has unique Stop Strings, for optimal inference in LM Studio, enter the following setting under Prompt Format > Stop Strings:
|
91 |
+
|
92 |
+
```yaml
|
93 |
+
<|reserved_special_token_1|>
|
94 |
+
```
|
95 |
+
What are stop strings?
|
96 |
+
Specific strings that when encountered will stop the model from generating more tokens.
|
97 |
+
|
98 |
#### Basic Text Generation
|
99 |
|
100 |
```python
|