瀏覽代碼

moved update to a separate file

Hamid Shojanazeri 1 年之前
父節點
當前提交
e69fd49c4f
共有 1 個文件被更改,包括 0 次插入8 次删除
  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.