Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
### acsr-v2-34b
|
6 |
+
|
7 |
+
- base model: [Yi-34B-Chat](https://huggingface.co/01-ai/Yi-34B-Chat)
|
8 |
+
- LoRA: [Yi-34b-alpaca-cot-lora](https://huggingface.co/zzlgreat/Yi-34b-alpaca-cot-lora) 支持Alpaca格式对话,效果很差不推荐使用Alpaca指令格式
|
9 |
+
- LoRA: [Yi-34B-Spicyboros-3.1-LoRA](https://huggingface.co/LoneStriker/Yi-34B-Spicyboros-3.1-LoRA) 非官方对话数据集
|
10 |
+
- LoRA: [limarpv3-yi-llama-34b-lora](https://huggingface.co/Doctor-Shotgun/limarpv3-yi-llama-34b-lora) 扮演类长回复
|
11 |
+
- Instruction template: ChatML
|
12 |
+
- Origin max token size: 4096
|
13 |
+
- 在使用text-generation-webui作后台,SillyTavern做前端时,webui上MaxToken调到8K时SillyTavern的MaxToken要调整到18K,WebUI才不会提前截断
|
14 |
+
- 上下文长度8K Alpha调到2.5左右时,聊天到6K 以上Token还是不可避免的出现重复的回复和回复质量下降
|
15 |
+
- 在SillyTavern上要得到Roleplay样式的长回复需做如下调整
|
16 |
+
- 使用ChatML作为指令格式
|
17 |
+
- 勾选 `用换行符换行序列`
|
18 |
+
- 最后输出序列调整为 `### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):`
|
19 |
+
- 自定义停止符调整为 `["<|im_end|>用户", "\n### Input"]`
|
20 |
+
- 系统提示调整为 `Avoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.`
|