Update README.md
Browse files
README.md
CHANGED
@@ -136,6 +136,8 @@ output = pipe(messages, **generation_args)
|
|
136 |
print(output[0]['generated_text'])
|
137 |
```
|
138 |
|
|
|
|
|
139 |
## Responsible AI Considerations
|
140 |
|
141 |
Like other language models, the Phi series models can potentially behave in ways that are unfair, unreliable, or offensive. Some of the limiting behaviors to be aware of include:
|
|
|
136 |
print(output[0]['generated_text'])
|
137 |
```
|
138 |
|
139 |
+
*Some applications/frameworks might not include a BOS token (`<s>`) at the start of the conversation. Please ensure that it is included since it provides more reliable results.*
|
140 |
+
|
141 |
## Responsible AI Considerations
|
142 |
|
143 |
Like other language models, the Phi series models can potentially behave in ways that are unfair, unreliable, or offensive. Some of the limiting behaviors to be aware of include:
|