Explorar el Código

moved update to a separate file

Hamid Shojanazeri hace 1 año
padre
commit
e69fd49c4f
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      inference/README.md

+ 0 - 8
inference/README.md

@@ -9,11 +9,3 @@ This folder contains inference examples for Llama 2. So far, we have provided su
 3. The [hf-text-generation-inference](hf-text-generation-inference/README.md) folder contains information on Hugging Face Text Generation Inference (TGI).
 
 For more in depth information on inference including inference safety checks and examples, see the inference documentation [here](../docs/inference.md).
-
-## System Prompt Update
-
-### Observed Issue
-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 #105](https://github.com/facebookresearch/llama-recipes/pull/105) removes the system prompt as the default option, but still provides an example to help enable experimentation for those using it.