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

Model: BhinekaIntiLabs/bhineka-gpt
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 11:47:11 +08:00
commit 578153c872
11 changed files with 319809 additions and 0 deletions

10
Modelfile Normal file
View File

@@ -0,0 +1,10 @@
FROM ./bhineka-gpt.gguf
TEMPLATE """<|user|> {{ .Prompt }}<|sep|><|assistant|>"""
PARAMETER temperature 0.8
PARAMETER top_p 0.9
PARAMETER num_predict 256
PARAMETER repeat_penalty 1.0
PARAMETER stop "<|sep|>"
PARAMETER stop "<|eos|>"
PARAMETER stop "<|endoftext|>"