How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="stevenalbert10/gemma3-27b-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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
  • 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)

./main -m gemma3-27b-q4_k_s.gguf -p "What is the meaning of grace in Christian theology?"
Downloads last month
21
GGUF
Model size
27B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for stevenalbert10/gemma3-27b-gguf

Quantized
(27)
this model