Views
No views yet
q4_k_m) instance of a fine-tuned Qwen2.5-3B-Instruct model, specialized for autonomous telecom workflows and precise eSIM package recommendations.llama.cpp hooks to enable ultra-low latency inference on local commodity CPUs and budget cloud servers.https://esim.oss.net.bd/checkout/...) without formatting degradation.q4_k_m - Recommended balanced medium quantization).gguf file from the Files section.Modelfile and input the following block:1FROM ./qwen2.5-3b-esim-assistant-Q4_K_M.gguf
2
3# Define ChatML Template Boundaries
4TEMPLATE """{{ if .System }}<|im_start|>system
5{{ .System }}<|im_end|>
6{{ end }}{{ if .User }}<|im_start|>user
7{{ .User }}<|im_end|>
8{{ end }}<|im_start|>assistant
9{{ .Output }}<|im_end|>"""
10
11PARAMETER stop "<|im_end|>"
12PARAMETER stop "<|im_start|>"