AryanNsc/LMF2.5-VL-Ghost-V1

Fine-tuned LiquidAI/LFM2.5-VL-450M for maritime ship detection in satellite imagery. Trained on a combined corpus of HRSC2016, ShipRSImageNet, and MASATI v2.

The LoRA adapter has been merged into the base weights — load it directly:

from transformers import AutoModelForImageTextToText, AutoProcessor

model = AutoModelForImageTextToText.from_pretrained(
    "AryanNsc/LMF2.5-VL-Ghost-V1",
    torch_dtype="bfloat16",
    device_map="auto",
    trust_remote_code=True,
)
processor = AutoProcessor.from_pretrained("AryanNsc/LMF2.5-VL-Ghost-V1", trust_remote_code=True)

Part of the GhostWatch dark-vessel detection system.

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

Model tree for AryanNsc/LMF2.5-VL-Ghost-V1

Finetuned
(22)
this model