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

Model: jadael/comma-v0.1-2t-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 04:14:16 +08:00
commit f42e3a0114
8 changed files with 658 additions and 0 deletions

12
Modelfile Normal file
View File

@@ -0,0 +1,12 @@
FROM ./comma-v0.1-2t-f16.gguf
TEMPLATE """{{ .Prompt }}"""
PARAMETER stop "<|end_of_text|>"
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
# Note: This is a base model (not instruction-tuned).
# It will continue text rather than follow instructions.
# For chat/assistant behavior, consider fine-tuning or using an instruction-tuned model.