winninghealth commited on
Commit
3513110
1 Parent(s): 1ecb750

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -76,9 +76,23 @@ response = output.replace(inputs, '')
76
  ## 输出结果:你好!今天我能为你做些什么?<|endoftext|>
77
  ```
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### 企业服务
80
 
81
- 联系我们获取邀测密钥
 
82
 
83
  ## 训练数据
84
 
 
76
  ## 输出结果:你好!今天我能为你做些什么?<|endoftext|>
77
  ```
78
 
79
+ ### 提示
80
+
81
+ WiNGPT2-7B-Chat使用了自定义的提示格式:
82
+
83
+ 用户角色:User/Assistant
84
+
85
+ 提示模板:User:[此处有空格]WiNGPT, 你好<|endoftext|>\n[此处有空格]Assistant:;**多轮对话**按此模板进行拼接,例如:
86
+ ```
87
+ "User: WiNGPT, 你好<|endoftext|>\n Assistant:你好!今天我能为你做些什么?<|endoftext|>\n User: 你是谁?<|endoftext|>\n Assistant:"
88
+ ```
89
+
90
+ 解码时推荐使用repetition_penalty=1.1 [greedy search]
91
+
92
  ### 企业服务
93
 
94
+ [13B模型平台测试(直接申请密钥)](https://wingpt.winning.com.cn/)
95
+
96
 
97
  ## 训练数据
98