nassila-sanad-12b / README.md
QinEmPeRoR93's picture
Sanad S14 (legacy v1.14) β€” checkpoint label
9be5b6f verified
|
Raw
History Blame
2.74 kB
metadata
license: apache-2.0
base_model: google/gemma-4-12B-it
tags:
  - gguf
  - gemma
  - gemma4
  - nassila
  - sanad
  - l3-grounding
  - ouroboros
  - academic
  - text-generation
language:
  - en
  - ar
library_name: llama.cpp

Nassila Sanad 12B (quality tier)

Checkpoint: S14 (legacy train label v1.14)

Local GGUF for Sanad in Nassila β€” checks manuscript claims against source excerpts and returns structured JSON with verdicts and verbatim quotes.

File: nassila-sanad-12b-q6_k.gguf Β· Q6_K Β· ~9.1 GB
Default tier: nassila-sanad-e4b

Part of Nassila Ouroboros β€” see the E4B model card for the seven-worker overview.

Sanad today: validated on abstract excerpts (Tier 2). Full paper body text is planned (Tier 3).

Combined Quote validity False-supported
90.43% 100% 2.86%

Quality-tier validation: PASS

Usage

Quick start (Nassila + LM Studio)

Recommended β€” download this GGUF, load it in LM Studio, and start the Local Server at http://localhost:1234. ~12 GB+ VRAM recommended.

In Nassila: Settings β†’ Passage grounding β†’ runner LM Studio β†’ model nassila-sanad-12b (or the id LM Studio shows).

Ollama

Requires Ollama 0.5+ and a public Hugging Face repo.

Pull from Hub:

ollama pull huggingface.co/QinEmPeRoR93/nassila-sanad-12b:Q6_K

In Nassila: runner Ollama β†’ base URL http://localhost:11434 β†’ model name from ollama list (often nassila-sanad-12b:Q6_K).

Modelfile fallback (private repo or pull tag not indexed)
FROM https://huggingface.co/QinEmPeRoR93/nassila-sanad-12b/resolve/main/nassila-sanad-12b-q6_k.gguf
PARAMETER num_ctx 4096
ollama create nassila-sanad-12b -f Modelfile

Advanced (llama.cpp / vLLM)

Serve the GGUF with any OpenAI-compatible server (ctx-size 4096; requires a recent llama.cpp build with gemma4_unified support). Point Nassila at your base URL and exposed model id.

llama-server -m nassila-sanad-12b-q6_k.gguf \
  --host 127.0.0.1 --port 1234 --ctx-size 4096 --n-gpu-layers 99

Limitations

  • Trained on abstract excerpts (Tier 2); full paper body (Tier 3) planned.
  • Advisory only β€” use with Nassila deterministic guardrails.
  • Not bundled in the Nassila installer.

Base model

google/gemma-4-12B-it Β· Gemma Terms of Use