zhongkaifu commited on
Commit
c389450
1 Parent(s): 8f39b57

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +3 -3
appsettings.json CHANGED
@@ -27,7 +27,7 @@
27
  "MaxSrcTokenSize": 2048,
28
  "MaxTgtTokenSize": 2048,
29
  "MaxTokenToGeneration" : 8192,
30
- "ModelFilePath": "/code/bin/story_base.model",
31
  "ProcessorType": "CPU_MKL",
32
  "MKLInstructions": "AVX512",
33
  "RepeatPenalty": 5,
@@ -38,9 +38,9 @@
38
  "ModelType": "DecoderOnly"
39
  },
40
  "SourceSpm": {
41
- "ModelFilePath": "/code/bin/chsYBSpm.model"
42
  },
43
  "TargetSpm": {
44
- "ModelFilePath": "/code/bin/chsYBSpm.model"
45
  }
46
  }
 
27
  "MaxSrcTokenSize": 2048,
28
  "MaxTgtTokenSize": 2048,
29
  "MaxTokenToGeneration" : 8192,
30
+ "ModelFilePath": "/code/bin/tinybook.model",
31
  "ProcessorType": "CPU_MKL",
32
  "MKLInstructions": "AVX512",
33
  "RepeatPenalty": 5,
 
38
  "ModelType": "DecoderOnly"
39
  },
40
  "SourceSpm": {
41
+ "ModelFilePath": "/code/bin/chsSpm.model"
42
  },
43
  "TargetSpm": {
44
+ "ModelFilePath": "/code/bin/chsSpm.model"
45
  }
46
  }