LibreYOLO
/

LibreMolmo28b

Snapshot mirror of allenai/Molmo2-8B at commit e28fa28597e5ec5e0cca2201dd8ab33d48bc4a1b for LibreYOLO single-image pointing. Weights, tokenizer assets, configuration and remote model code are unchanged. LibreYOLO adds this card, LICENSE and NOTICE; the original card is preserved in README.upstream.md.

Usage

Requires a LibreYOLO build containing the Molmo2 family. Install its dedicated extra in a separate environment: pip install 'libreyolo[molmo2]'. The pinned remote code requires Transformers 4.57.1.

from libreyolo import LibreVLM
model = LibreVLM("molmo2-8b", names=["boat"])
result = model.predict("image.jpg")
print(result.points.xy)

Pointing is the default and only supported prediction task. Confidence is a synthetic 1.0. Detection, training, validation, export and point tracking are not supported. Larger variants require more memory; no peak-memory or accuracy benchmark is claimed here.

License and provenance

Released by the Allen Institute for AI (Ai2) under Apache-2.0. See LICENSE, NOTICE, and the original upstream card. The runtime loads remote model code from a pinned snapshot.

Downloads last month
18
Safetensors
Model size
9B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LibreYOLO/LibreMolmo28b

Finetuned
Qwen/Qwen3-8B
Finetuned
(5)
this model

Collection including LibreYOLO/LibreMolmo28b