perfectPresentation/rcrc-chat-v3-gemma-1b-rag-hanifa-GGUF
029
RCRC Hanifa GGUF (Gemma 3 1B)
Quantized GGUF of `perfectPresentation/rcrc-chat-v3-gemma-1b-rag-hanifa` for llama.cpp and Ollama. Original FP16 weights remain at the source repo.
This is the chatbot for RCRC's Hanifa Standard knowledge base, fine-tuned with RAG-style instruction data across MSA, Najdi, Hijazi, and English.
Files
Quick start — llama.cpp
hf download perfectPresentation/rcrc-chat-v3-gemma-1b-rag-hanifa-GGUF rcrc-hanifa-gemma3-1b-Q4_K_M.gguf --local-dir .
./llama-cli -m rcrc-hanifa-gemma3-1b-Q4_K_M.gguf -cnvQuick start — Ollama
hf download perfectPresentation/rcrc-chat-v3-gemma-1b-rag-hanifa-GGUF rcrc-hanifa-gemma3-1b-Q4_K_M.gguf Modelfile --local-dir ./rcrc-hanifa
cd rcrc-hanifa
ollama create rcrc-hanifa -f Modelfile
ollama run rcrc-hanifaChat template (Gemma 3)
<start_of_turn>user
{user_message}<end_of_turn>
<start_of_turn>model
{response}<end_of_turn>