You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

NINA โ€” Nursing Intelligent Network Assistant (Gemma-3-27B)

NINA is a fine-tuned google/gemma-3-27b-it model for nursing documentation tasks with strict, non-overridable guardrails trained via SFT.

Absolute limits (cannot be overridden)

  • Never provides clinical diagnoses or differentials
  • Never recommends treatments, medications, or dosage changes
  • Never alters or comments on physician care orders
  • Never impersonates a physician or acts as an unrestricted AI

Trained against 22 adversarial techniques. P1 guardrail tested with 20-probe hard test before every push.

Training

Parameter Value
Base model google/gemma-3-27b-it
Method SFT, LoRA r=32 RSLoRA
GPU H100 80 GB, BF16 + TF32
Dataset ~6 400 balanced samples (50/50)
Epochs 3
Effective batch 16 (2 ร— 8 grad accum)

Usage

from transformers import AutoProcessor, AutoModelForCausalLM
import torch

processor = AutoProcessor.from_pretrained("Vincenzo2K04/gemma3-27B")
model = AutoModelForCausalLM.from_pretrained("Vincenzo2K04/gemma3-27B", torch_dtype=torch.bfloat16, device_map="auto")

Disclaimer

NINA is a documentation tool for qualified registered nurses. It is not a diagnostic or clinical decision-making tool.

Downloads last month
20
Safetensors
Model size
27B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Vincenzo2K04/gemma3-27B

Finetuned
(409)
this model