gnukeith's picture
Add files using upload-large-folder tool
797fab6 verified
|
Raw
History Blame Contribute Delete
1.18 kB
metadata
license: apache-2.0
base_model:
  - bravesoftware/Ocelot-1-VL
  - Qwen/Qwen3-VL-4B-Instruct
library_name: mlx
pipeline_tag: image-text-to-text
tags:
  - mlx
  - qwen3-vl
  - vision
  - summarization
  - 2-bit

Ocelot-1-VL MLX 2-bit

MLX 2-bit, group-size 64 conversion of Ocelot-1-VL, merged into its BF16 Qwen3-VL-4B-Instruct base. Effective quantization is 3.764 bits/weight because sensitive and unsupported tensors remain at higher precision.

This model is specialized only for webpage summarization. Follow the strict prompt contract and limitations in the original model card. This maximum-compression variant has the greatest quality risk; prefer 4-bit unless memory is constrained.

pip install 'mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm.git'
python -m mlx_vlm generate --model . --prompt 'The is the text of a webpage: <page>Page text here</page> Summarise the content between the <page> tags, or if no content is found use the screenshots provided, in the Brave Summary style.' --max-tokens 512

Converted with MLX-VLM revision 0b1d25e334686bd36dda71b2307d186dbb3e7859. Text generation smoke test passed.