ValueFX9507 commited on
Commit
50d38b2
·
verified ·
1 Parent(s): 6a7618b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -93,8 +93,8 @@ prompt = """<system>进入Tifa角色引擎...</system>
93
  **参数推荐**:
94
  ```python
95
  generation_config = {
96
- "temperature": 0.8,
97
- "top_p": 0.8,
98
  "repetition_penalty": 1.17,
99
  "max_new_tokens": 1536,
100
  "do_sample": True
 
93
  **参数推荐**:
94
  ```python
95
  generation_config = {
96
+ "temperature": 0.4,
97
+ "top_p": 0.6,
98
  "repetition_penalty": 1.17,
99
  "max_new_tokens": 1536,
100
  "do_sample": True