Views
No views yet
videxpulse-coder-1.5b-q4_k_m.gguf and the Modelfile.ollama create Videxpulse-Coder -f ./Modelfileollama run Videxpulse-CoderModelfile (no extension) in the directory containing your GGUF model file.FROM ./videxpulse-coder-1.5b-q4_k_m.ggufvidexpulse-coder-1.5b-q4_k_m.gguf with your actual GGUF file name if different.PARAMETER temperature 0.2
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"temperature: Controls randomness in responses (0.0-1.0). Lower values (0.2) produce more deterministic code.stop: Defines tokens where the model should stop generating.TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>"""SYSTEM """You are Videxpulse-Coder, an advanced open-source AI assistant fine-tuned specifically to write elite ReactJS, NodeJS, expressJS, MYSQL, Postgresql, WordPress, PHP code. You are an independent AI assistant optimized for software engineering."""ollama create Videxpulse-Coder -f ./ModelfileFROM ./videxpulse-coder-1.5b-q4_k_m.gguf
PARAMETER temperature 0.2
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>"""
SYSTEM """You are Videxpulse-Coder, an advanced open-source AI assistant fine-tuned specifically to write elite ReactJS, NodeJS, expressJS, MYSQL, Postgresql, WordPress, PHP code. You are an independent AI assistant optimized for software engineering."""