Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mlx-community
/
lift-oQ3

Image-Text-to-Text
MLX
Safetensors
qwen3_5
pdf
extraction
structured-data
json
mlx-vlm
vlm
quantized
conversational
3-bit
Model card Files Files and versions
xet
Community

Instructions to use mlx-community/lift-oQ3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use mlx-community/lift-oQ3 with MLX:

    # Make sure mlx-vlm is installed
    # pip install --upgrade mlx-vlm
    
    from mlx_vlm import load, generate
    from mlx_vlm.prompt_utils import apply_chat_template
    from mlx_vlm.utils import load_config
    
    # Load the model
    model, processor = load("mlx-community/lift-oQ3")
    config = load_config("mlx-community/lift-oQ3")
    
    # Prepare input
    image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
    prompt = "Describe this image."
    
    # Apply chat template
    formatted_prompt = apply_chat_template(
        processor, config, prompt, num_images=1
    )
    
    # Generate output
    output = generate(model, processor, formatted_prompt, image)
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
lift-oQ3
4.97 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gabfssilva's picture
gabfssilva
Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift)
72d32d7 verified 17 days ago
  • .gitattributes
    1.57 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • README.md
    4.28 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • chat_template.jinja
    2.87 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • config.json
    18.6 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • generation_config.json
    136 Bytes
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • model.safetensors
    4.95 GB
    xet
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • preprocessor_config.json
    482 Bytes
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • processor_config.json
    1.3 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • tokenizer.json
    20 MB
    xet
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago
  • tokenizer_config.json
    16.7 kB
    Mirror of gabfssilva/lift-MLX-oQ3 (oMLX MLX-VLM quant of datalab-to/lift) 17 days ago