Skip to content

Commit 08fc467

Browse files
committed
docs: update readme
1 parent ac81d3b commit 08fc467

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# 介绍
88
这是一个基于XUnity.AutoTranslator和Sakura模型的Unity游戏本地翻译器,能够提供高质量离线日文翻译
9-
建议使用[GalTransl-V3翻译模型](https://huggingface.co/SakuraLLM/Sakura-GalTransl-7B-v3),当前支持版本为Sakura v0.9/v0.10/v1.0,GalTransl 7B v2.6/v3,GalTransl 14B v3
9+
建议使用[GalTransl-V3翻译模型](https://huggingface.co/SakuraLLM/Sakura-GalTransl-7B-v3),当前支持版本为Sakura v0.9/v0.10/v1.0,GalTransl v2.6/v3
1010

1111
## TODO
1212
- [ ] 添加历史上文(搁置,难以将对话文本与ui文本区分,需要更好的规则)
@@ -70,6 +70,8 @@ FixDegeneration=True
7070
MaxConcurrency=1
7171
EnableShortDelay=True
7272
DisableSpamChecks=False
73+
TemperatureOverride=
74+
TopPOverride=
7375
Debug=False
7476
```
7577

@@ -82,11 +84,9 @@ Debug=False
8284
| Sakura | 0.10 | Sakura v0.10 |
8385
| Sakura | 1.0 | Sakura v1.0 |
8486
| Sakura | * | Sakura v1.0 (默认) |
85-
| GalTransl | 2.6 | GalTransl 7B v2.6 |
86-
| GalTransl | 3 | GalTransl 7B v3 |
87-
| GalTransl | * | GalTransl 7B v3 (默认) |
88-
| GalTransl14B | 3 | GalTransl 14B v3 |
89-
| GalTransl14B | * | GalTransl 14B v3 (默认) |
87+
| GalTransl | 2.6 | GalTransl v2.6 |
88+
| GalTransl | 3 | GalTransl v3 |
89+
| GalTransl | * | GalTransl v3 (默认) |
9090
| * | * | Sakura v1.0 (默认) |
9191

9292
模型默认值为Sakura 1.0
@@ -128,6 +128,17 @@ Debug=False
128128
- `False`(默认):开启AutoTranslator的Spam检测
129129
- `True`:关闭Spam检测
130130

131+
### Temperature和TopP覆盖设置
132+
- `TemperatureOverride`:覆盖模型默认的temperature值(可选,留空使用模型默认值)
133+
- 不同模型的默认temperature值:
134+
- Sakura系列:0.1
135+
- GalTransl v2.6:0.2
136+
- GalTransl v3:0.3
137+
- `TopPOverride`:覆盖模型默认的top_p值(可选,留空使用模型默认值)
138+
- 不同模型的默认top_p值:
139+
- Sakura系列:0.3
140+
- GalTransl系列:0.8
141+
131142
## 启动游戏
132143
完成所有配置后,请删除第一次启动时产生的翻译文件
133144
- 如果你使用ReiPatcher,翻译文件应该在`{游戏目录}\AutoTranslator\Translation`

0 commit comments

Comments
 (0)