How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf segestic/MediLITE-QA-GGUF:
# Run inference directly in the terminal:
llama cli -hf segestic/MediLITE-QA-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf segestic/MediLITE-QA-GGUF:
# Run inference directly in the terminal:
llama cli -hf segestic/MediLITE-QA-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 segestic/MediLITE-QA-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf segestic/MediLITE-QA-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 segestic/MediLITE-QA-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf segestic/MediLITE-QA-GGUF:
Use Docker
docker model run hf.co/segestic/MediLITE-QA-GGUF:
Quick Links

Phi-3.5 Mini Instruct - Medical LoRA (GGUF Quantized)

This repository contains quantized GGUF versions of a LoRA fine-tuned model based on the microsoft/Phi-3.5-mini-instruct base model.

The fine-tuning was performed using the LoRA adapter: segestic/phi3.5-mini-4k-qlora-medical-seg-vall_med

๐Ÿ”ง Description

The .gguf files in this repository are merged and quantized versions of the above base model + LoRA, suitable for use with llama.cpp or other GGUF-compatible inference engines.

Each file corresponds to a different quantization level.

๐Ÿง  Intended Use

These models are intended for offline inference in medical question-answering or document understanding tasks using the phi-3.5 base and a custom LoRA.

โš ๏ธ Disclaimer

This model is fine-tuned on a medical dataset, but it is not a certified clinical tool. Use in production or decision-making requires proper validation.

Downloads last month
131
GGUF
Model size
4B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support