mirror of
https://github.com/meta-llama/llama.git
synced 2026-01-15 08:22:55 -03:00
Update UPDATES.md
Updating to add the date of the updates..
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# 8/7/23 Updates
|
||||
|
||||
## System Prompt Update
|
||||
|
||||
### Observed Issue
|
||||
@@ -16,4 +18,4 @@ As noted in the documentation, these strings are required to use the fine-tuned
|
||||
### Updated approach
|
||||
We recommend sanitizing [these strings](https://github.com/facebookresearch/llama#fine-tuned-chat-models) from any user provided prompts. Sanitization of user prompts mitigates malicious or accidental abuse of these strings. The provided scripts have been updated to do this.
|
||||
|
||||
Note: even with this update safety classifiers should still be applied to catch unsafe behaviors or content produced by the model. An [example](https://github.com/facebookresearch/llama-recipes/blob/main/inference/inference.py) of how to deploy such a classifier can be found in the llama-recipes repository.
|
||||
Note: even with this update safety classifiers should still be applied to catch unsafe behaviors or content produced by the model. An [example](https://github.com/facebookresearch/llama-recipes/blob/main/inference/inference.py) of how to deploy such a classifier can be found in the llama-recipes repository.
|
||||
|
||||
Reference in New Issue
Block a user