Skip to content

Commit

Permalink
add PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanslv committed Aug 4, 2023
1 parent a971c41 commit d09f581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This repository is intended as a minimal example to load [Llama 2](https://ai.me
## System Prompt Update

### Observed Issue
We received feedback from the community on our prompt template and we’re providing an update to reduce the false refusal rates seen. False refusals occur when the model incorrectly refuses to answer a question that it should, for example due to overly broad instructions to be cautious in how it provides responses.
We received feedback from the community on our prompt template and we are providing an update to reduce the false refusal rates seen. False refusals occur when the model incorrectly refuses to answer a question that it should, for example due to overly broad instructions to be cautious in how it provides responses.

### Updated approach
Based on evaluation and analysis, we recommend the removal of the system prompt as the default setting. Pull request # removes the system prompt as the default option, but still provides an example to help enable experimentation for those using it.
Based on evaluation and analysis, we recommend the removal of the system prompt as the default setting. Pull request [#626](https://github.com/facebookresearch/llama/pull/626) removes the system prompt as the default option, but still provides an example to help enable experimentation for those using it.

## Download

Expand Down

0 comments on commit d09f581

Please sign in to comment.