Compatibility note: this VariantAssist-tuned adapter is currently intended only for Level-1 Annotation.
For other VariantAssist workflow stages, use the original Q8 model rather than this tuned adapter.
VariantAssist Gemma 4 31B LoRA
VariantAssist Gemma 4 31B LoRA is a PEFT adapter for adapting Gemma 4 31B IT to the VariantAssist clinical variant-review workflow.
The adapter is trained to improve structured, local-first variant interpretation support: stable input/output format following, parseable JSON generation, and preservation of evidence structure for expert review.
It is not a diagnostic device and must not be used as a replacement for a clinician, medical geneticist, laboratory director, or ACMG/AMP-trained reviewer.
Base Model
Upstream base model:
google/gemma-4-31B-it
Training/export used the Unsloth distribution of the same Gemma 4 31B IT model:
unsloth/gemma-4-31B-it
The Unsloth repository was used for training compatibility and export workflow.
The model lineage for this adapter should be treated as google/gemma-4-31B-it -> VariantAssist LoRA adapter.
Intended Use
Use this adapter for:
VariantAssist-style structured evidence review;
producing machine-checkable JSON draft outputs;
local or private deployments after merging/converting the adapter;
research and reproducibility around the VariantAssist GGUF release.
For normal local inference, most users should use the linked GGUF quantization repository instead of loading the LoRA adapter directly.
Out of Scope
Do not use this adapter for:
autonomous clinical diagnosis;
direct patient-facing medical advice;
final ACMG/AMP classification without expert review;
interpretation outside the supplied evidence context;
high-stakes clinical workflows without local validation.
Adapter Details
LoRA adapter, r=32, alpha=32, dropout 0.0, PEFT 0.19.1.
The public adapter repository intentionally excludes optimizer, scheduler, RNG state, and other training-only files.
That directory contains the system prompt, expected output schema, annotation rules, and per-variant prompt archives.
It is the best starting point for users who want to send correctly formatted prompts to the adapter or compare another model against the same benchmark inputs.
Use the benchmark repository for inputs and ground truth; use the GGUF release page for result plots and practical local-runtime comparisons.
Training Data
The full fine-tuning corpus is not distributed with this release because it may include clinical-context and literature-derived materials requiring separate privacy and licensing review.
Public benchmark data, prompt templates, response schema, and de-identified examples are provided separately to support reproducible evaluation.
Relationship To GGUF Release
The GGUF quantization repository should be treated as the primary user-facing local inference release.
Those files are produced by merging this adapter with the base model and converting/quantizing the merged model for llama.cpp-compatible runtimes.
Safety Notes
Outputs should be treated as structured draft material.
Every claim should be checked against the supplied evidence, the underlying annotation databases, and applicable clinical laboratory procedures.
Recommended safeguards:
validate generated JSON against the expected schema;
preserve source evidence and provenance;
keep patient-specific context private;
log model version, adapter version, prompt, and runtime parameters;
require expert review before any clinical conclusion.