yangapku commited on
Commit
0df4160
·
verified ·
1 Parent(s): d89b6ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -36,6 +36,9 @@ Qwen3 is the latest generation of large language models in Qwen series, offering
36
 
37
  For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our [blog](https://qwenlm.github.io/blog/qwen3/), [GitHub](https://github.com/QwenLM/Qwen3), and [Documentation](https://qwen.readthedocs.io/en/latest/).
38
 
 
 
 
39
  ## Quickstart
40
 
41
  The code of Qwen3 has been in the latest Hugging Face `transformers` and we advise you to use the latest version of `transformers`.
 
36
 
37
  For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our [blog](https://qwenlm.github.io/blog/qwen3/), [GitHub](https://github.com/QwenLM/Qwen3), and [Documentation](https://qwen.readthedocs.io/en/latest/).
38
 
39
+ > [!TIP]
40
+ > If you encounter significant endless repetitions, please refer to the [Best Practices](#best-practices) section for optimal sampling parameters, and set the ``presence_penalty`` to 1.5.
41
+
42
  ## Quickstart
43
 
44
  The code of Qwen3 has been in the latest Hugging Face `transformers` and we advise you to use the latest version of `transformers`.