Update README.md
#1
by
yagilb
- opened
README.md
CHANGED
@@ -37,7 +37,7 @@ Using [Nexusflow/Starling-RM-34B](https://huggingface.co/Nexusflow/Starling-RM-3
|
|
37 |
|
38 |
## Prompt Template:
|
39 |
|
40 |
-
Choose the 'OpenChat' preset in your LM Studio.
|
41 |
|
42 |
Under the hood, the model will see a prompt that's formatted like so:
|
43 |
```
|
@@ -51,6 +51,8 @@ Under the hood, the model will see a prompt that's formatted like so:
|
|
51 |
Code User: {prompt}<|end_of_turn|>Code Assistant:
|
52 |
```
|
53 |
|
|
|
|
|
54 |
## Use case and examples
|
55 |
|
56 |
Starling-LM-7B-beta is tuned to achieve impressive multi-turn chat performance. The base model was designed for being a generalist and coding tuned model, so it will work well for general tasks as well as coding.
|
|
|
37 |
|
38 |
## Prompt Template:
|
39 |
|
40 |
+
Choose the 'OpenChat' preset in your LM Studio.
|
41 |
|
42 |
Under the hood, the model will see a prompt that's formatted like so:
|
43 |
```
|
|
|
51 |
Code User: {prompt}<|end_of_turn|>Code Assistant:
|
52 |
```
|
53 |
|
54 |
+
Note that this model does not support a System prompt.
|
55 |
+
|
56 |
## Use case and examples
|
57 |
|
58 |
Starling-LM-7B-beta is tuned to achieve impressive multi-turn chat performance. The base model was designed for being a generalist and coding tuned model, so it will work well for general tasks as well as coding.
|