--- language: - ar license: apache-2.0 base_model: google/gemma-3-27b-pt metrics: - accuracy - perplexity library_name: transformers pipeline_tag: text-generation tags: - gguf - quantized - finetuned - theology - christianity --- # Nouri – Christian Theologian (Gemma-3 27B Fine-Tuned & Quantized) **Nouri** is a Christian theological assistant built on **Google’s Gemma-3 27B** base model, fine-tuned for **question-and-answer conversations** about faith, theology, and scripture. This repository contains **quantized GGUF versions** (Q4_K_S and Q4_K_M) for efficient inference with tools like `llama.cpp` and `Ollama`. --- ## **Model Details** - **Base Model:** [`unsloth/gemma-3-27b-it-bnb-4bit`](https://huggingface.co/unsloth/gemma-3-27b-it-bnb-4bit) - **Fine-Tuned On:** Custom Theology Q&A dataset (Biblical exegesis, apologetics, and faith-based discussions). - **Quantizations Available:** - `gemma3-27b-q4_k_s.gguf` (optimized for memory usage) - `gemma3-27b-q4_k_m.gguf` (balanced quality vs performance) --- ## **Use Cases** - Engage in **Christian theological debates** - Answer **Bible-related questions** - Provide **faith-based insights and apologetics** --- ## **Example Usage (llama.cpp)** ```bash ./main -m gemma3-27b-q4_k_s.gguf -p "What is the meaning of grace in Christian theology?"