How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="prithivMLmods/lift-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

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
-
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
(7)
this model

Collection including prithivMLmods/lift-GGUF