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

Model: voidful/Llama-3.1-TAIDE-R1-8B-Chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 08:09:12 +08:00
commit 86eb4e9a72
20 changed files with 2364 additions and 0 deletions

7
params Normal file
View File

@@ -0,0 +1,7 @@
{
"stop": ["</answer>","<|start_header_id|>","<|end_header_id|>","<|eot_id|>"],
"temperature": 0.6,
"top_p": 0.9,
"repeat_penalty": 1.1,
"num_ctx": 8192
}