zhongkaifu commited on
Commit
87be7e5
1 Parent(s): 5c017b9

Model and config updates

Browse files
Files changed (1) hide show
  1. appsettings.json +3 -2
appsettings.json CHANGED
@@ -16,8 +16,9 @@
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事",
19
- "RepeatPenalty": 1,
20
  "ContextSize": 384,
 
21
  "Seq2Seq": {
22
  "CompilerOptions": "--use_fast_math",
23
  "GPUMemoryUsageRatio": 0.99,
@@ -41,4 +42,4 @@
41
  "TargetSpm": {
42
  "ModelFilePath": "/code/bin/chsYBSpm.model"
43
  }
44
- }
 
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事",
19
+ "RepeatPenalty": 2,
20
  "ContextSize": 384,
21
+ "Random": "checked",
22
  "Seq2Seq": {
23
  "CompilerOptions": "--use_fast_math",
24
  "GPUMemoryUsageRatio": 0.99,
 
42
  "TargetSpm": {
43
  "ModelFilePath": "/code/bin/chsYBSpm.model"
44
  }
45
+ }