zhongkaifu
commited on
Commit
•
11cafb7
1
Parent(s):
12dcd45
Update appsettings.json
Browse files- appsettings.json +2 -0
appsettings.json
CHANGED
@@ -16,6 +16,8 @@
|
|
16 |
"AllowedHosts": "*",
|
17 |
"Title": "Machine Translation Demo",
|
18 |
"Description": "Given one or a few sentences in Japanese or Korean, and AI will translate it to Chinese for you.",
|
|
|
|
|
19 |
"Seq2Seq": {
|
20 |
"CompilerOptions": "--use_fast_math",
|
21 |
"GPUMemoryUsageRatio": 0.99,
|
|
|
16 |
"AllowedHosts": "*",
|
17 |
"Title": "Machine Translation Demo",
|
18 |
"Description": "Given one or a few sentences in Japanese or Korean, and AI will translate it to Chinese for you.",
|
19 |
+
"RepeatPenalty": 0,
|
20 |
+
"ContextSize": 768,
|
21 |
"Seq2Seq": {
|
22 |
"CompilerOptions": "--use_fast_math",
|
23 |
"GPUMemoryUsageRatio": 0.99,
|