初始化项目,由ModelHub XC社区提供模型

Model: cortexso/deepscaler
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 16:53:43 +08:00
commit 2ce1af2397
15 changed files with 126 additions and 0 deletions

52
model.yml Normal file
View File

@@ -0,0 +1,52 @@
# BEGIN GENERAL GGUF METADATA
id: deepscaler
model: deepscaler
name: deepscaler
version: 1
# END GENERAL GGUF METADATA
# BEGIN INFERENCE PARAMETERS
# BEGIN REQUIRED
stop:
- <|im_end|>
# END REQUIRED
# BEGIN OPTIONAL
stream: true
top_p: 0.9
temperature: 0.7
frequency_penalty: 0
presence_penalty: 0
max_tokens: 4096
seed: -1
dynatemp_range: 0
dynatemp_exponent: 1
top_k: 40
min_p: 0.05
tfs_z: 1
typ_p: 1
repeat_last_n: 64
repeat_penalty: 1
mirostat: false
mirostat_tau: 5
mirostat_eta: 0.100000001
penalize_nl: false
ignore_eos: false
n_probs: 0
min_keep: 0
# END OPTIONAL
# END INFERENCE PARAMETERS
# BEGIN MODEL LOAD PARAMETERS
# BEGIN REQUIRED
engine: llama-cpp
prompt_template: |
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
ctx_len: 4096
ngl: 34
# END REQUIRED
# END MODEL LOAD PARAMETERS