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 prithivMLmods/lift-GGUF:
# Run inference directly in the terminal:
llama cli -hf prithivMLmods/lift-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf prithivMLmods/lift-GGUF:
# Run inference directly in the terminal:
llama cli -hf prithivMLmods/lift-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 prithivMLmods/lift-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf prithivMLmods/lift-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 prithivMLmods/lift-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf prithivMLmods/lift-GGUF:
Use Docker
docker model run hf.co/prithivMLmods/lift-GGUF:
Quick Links

lift-GGUF

lift is a 9-billion-parameter structured extraction model from Datalab, built on Qwen3.5-9B, that pulls structured JSON data out of PDFs and images by accepting any JSON Schema and returning a matching JSON object via schema-constrained decoding to guarantee valid, well-typed output. It handles multi-page documents in a single pass β€” including values spanning multiple pages β€” supports both local (HuggingFace) and remote (vLLM server) inference modes, and ships with a CLI for single files, inline schemas, or whole directories, plus a Streamlit-based Schema Studio for building and testing schemas. On a 225-document benchmark (6–64 pages, ~11,000 scored fields) featuring adversarial cases like cross-page values, exhaustive lists, and near-miss distractors, lift achieves 90.2% field accuracy and 20.9% full-document accuracy at a 9.5s median latency, outperforming similarly-sized open models like Qwen3.5-9B (76.3%) and NuExtract3 (81.5%) while trailing larger hosted systems like the Datalab API (95.9%) and Gemini Flash 3.5 (91.3%); code is Apache 2.0 licensed while model weights use a modified OpenRAIL-M license that's free for research, personal use, and startups under $5M in funding or revenue.

Model Files

File Name Quant Type File Size File Link
lift.BF16.gguf BF16 18.4 GB Download
lift.F16.gguf F16 18.4 GB Download
lift.Q2_K.gguf Q2_K 3.91 GB Download
lift.Q3_K_L.gguf Q3_K_L 5.05 GB Download
lift.Q3_K_M.gguf Q3_K_M 4.74 GB Download
lift.Q3_K_S.gguf Q3_K_S 4.36 GB Download
lift.Q4_0.gguf Q4_0 5.45 GB Download
lift.Q4_K_M.gguf Q4_K_M 5.78 GB Download
lift.Q4_K_S.gguf Q4_K_S 5.49 GB Download
lift.Q5_0.gguf Q5_0 6.47 GB Download
lift.Q5_K_M.gguf Q5_K_M 6.64 GB Download
lift.Q5_K_S.gguf Q5_K_S 6.47 GB Download
lift.Q6_K.gguf Q6_K 7.56 GB Download
lift.Q8_0.gguf Q8_0 9.79 GB Download
lift.mmproj-bf16.gguf mmproj-bf16 922 MB Download
lift.mmproj-f16.gguf mmproj-f16 922 MB Download
lift.mmproj-q8_0.gguf mmproj-q8_0 624 MB Download

llama.cpp

LLM inference in C/C++ β€” https://github.com/ggml-org/llama.cpp

Downloads last month
2,259
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for prithivMLmods/lift-GGUF

Base model

datalab-to/lift
Quantized
(14)
this model

Spaces using prithivMLmods/lift-GGUF 2

Collection including prithivMLmods/lift-GGUF