zhongkaifu commited on
Commit
911ab26
1 Parent(s): c389450

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +5 -4
appsettings.json CHANGED
@@ -16,9 +16,8 @@
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事。由于服务器处理能力有限,如遇到故事生成速度偏慢,请耐心等待。",
19
- "TopP": 0.5,
20
- "Temperature": 0.0,
21
- "Random": "checked",
22
  "Seq2Seq": {
23
  "CompilerOptions": "--use_fast_math",
24
  "GPUMemoryUsageRatio": 0.99,
@@ -35,7 +34,9 @@
35
  "TopPSampling": 0.0,
36
  "BeamSearchSize": 1,
37
  "BlockedTokens": "",
38
- "ModelType": "DecoderOnly"
 
 
39
  },
40
  "SourceSpm": {
41
  "ModelFilePath": "/code/bin/chsSpm.model"
 
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事。由于服务器处理能力有限,如遇到故事生成速度偏慢,请耐心等待。",
19
+ "TopP": 0.1,
20
+ "Temperature": 1.0,
 
21
  "Seq2Seq": {
22
  "CompilerOptions": "--use_fast_math",
23
  "GPUMemoryUsageRatio": 0.99,
 
34
  "TopPSampling": 0.0,
35
  "BeamSearchSize": 1,
36
  "BlockedTokens": "",
37
+ "ModelType": "DecoderOnly",
38
+ "LogVerbose": "Normal",
39
+ "WordMappingFilePath": "Map_SC_TC.txt"
40
  },
41
  "SourceSpm": {
42
  "ModelFilePath": "/code/bin/chsSpm.model"