yagilb commited on
Commit
72755c0
1 Parent(s): f8e4a4c

Update README.md

Browse files



@bartowski

Files changed (1) hide show
  1. README.md +3 -1
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.