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

Model: dreamgen/opus-v1.2-llama-3-8b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 20:05:38 +08:00
commit 759a703693
36 changed files with 3179 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "OpusV1StoryWriting",
"inference_params": {
"input_prefix": "<|im_end|>\n<|im_start|>user\n",
"input_suffix": "<|im_end|>\n<|im_start|>text\n",
"antiprompt": ["<|im_start|>", "<|im_end|>"],
"pre_prompt_prefix": "<|im_start|>system\n",
"pre_prompt_suffix": "",
"pre_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a story based on the information below.\n\n## Overall plot description:\n\n"
}
}