How to use from
llama.cpp
# Gated model: Login with a HF token with gated access permission
hf auth login
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
# Run inference directly in the terminal:
llama cli -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
# Run inference directly in the terminal:
llama cli -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf texdata/Vran-27B-SLO-BioMed-Research-GGUF:
Use Docker
docker model run hf.co/texdata/Vran-27B-SLO-BioMed-Research-GGUF:
Quick Links

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.

By requesting access you acknowledge that Vran is an experimental RESEARCH language model with NO medical intended purpose. It is not a medical device (EU MDR), is not CE/FDA-cleared, and is not for diagnosis, treatment, triage, prescribing, clinical decision-making, or patient care. You agree to use it only for research and non-commercial purposes, not to deploy it as a clinical or "health assistant", and you accept sole responsibility for compliance with applicable law (EU AI Act, GDPR, EU MDR). Provided AS IS, without warranty; the authors accept no liability.

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

Vran — Slovenian Biomedical Research LM (27B) — GGUF

GGUF builds of texdata/Vran-27B-SLO-BioMed-Research for llama.cpp / LM Studio. Vran is an experimental research language model for Slovenian medical / biomedical text.

⛔ Not a medical device. Not a clinical assistant.

No medical intended purpose. Not a medical device under EU MDR, not CE/FDA-cleared, not for diagnosis, treatment, triage, prescribing, clinical decision-making or patient care. Research and non-commercial use only. Does not replace a clinician.

Files

file quant size note
qwen3.6-27b-med-slo-vran-Q4_K_M.gguf Q4_K_M ~16 GB recommended daily driver
qwen3.6-27b-med-slo-vran-Q8_0.gguf Q8_0 ~28 GB near-lossless
mmproj-qwen3.6-27b-med-slo-vran-F16.gguf ~0.9 GB vision projector (load alongside for image input)

MTP tensors are included (speculative decoding where supported).

Native tool / function calling (Qwen3.6 XML format) works via llama.cpp --jinja (the embedded chat template) — pass tools and the model emits <tool_call><function=…><parameter=…>…</function></tool_call>.

Evaluation (summary)

Slovenian-LLM-Eval (cjvt/slovenian-llm-eval), 0-shot, n = 500 examples/task (3,500 total), scored against GaMS3-12B-Instruct with the same code on the same examples:

protocol Vran 27B GaMS3-12B-Instruct
asked through the chat template (letter answer) 0.852 0.773
log-likelihood acc_norm (lm-eval convention) 0.670 0.663

Tied under the log-likelihood convention, ahead when both models are asked the question directly. Internal medical eval (130 questions, 13 domains, multi-judge): pravilnost 4.99 / popolnost 4.97. Per-task tables, confidence intervals and caveats are on the main model card.

Lineage

Qwen3.6-27B → uncensored "heretic" variant → texdata/Qwen3.6-27B-slo-med-mt → Vran. The chain passes through a model with safety alignment removed, so Vran carries no upstream guardrails — see the main card.

⚠️ Disclaimers

Outputs may be incorrect, incomplete or fabricated. Not medical advice. Provided "AS IS", no warranty, no liability — the user assumes all responsibility. Compliance with the EU AI Act, GDPR and MDR is the user's responsibility.

License

Derivative of Qwen3.6-27B (Qwen license applies) + a research-only, non-commercial restriction. No commercial use.

Downloads last month
-
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

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

Model tree for texdata/Vran-27B-SLO-BioMed-Research-GGUF