Update README.md
Browse files
README.md
CHANGED
@@ -133,6 +133,8 @@ output = pipe(messages, **generation_args)
|
|
133 |
print(output[0]['generated_text'])
|
134 |
```
|
135 |
|
|
|
|
|
136 |
## Responsible AI Considerations
|
137 |
|
138 |
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:
|
|
|
133 |
print(output[0]['generated_text'])
|
134 |
```
|
135 |
|
136 |
+
*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.*
|
137 |
+
|
138 |
## Responsible AI Considerations
|
139 |
|
140 |
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:
|