GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

ggufs/mantis-m1-flash-lora overview

Mantis M1 Flash A concise vision language model built by ggufs on top of Qwen2.5 VL 7B Instruct. What it does Reads up to 6 images and answers about them Direc…

peftsafetensorsmantisggufsvision-languageconcisebase_model:Qwen/Qwen2.5-VL-7B-Instructbase_model:adapter:Qwen/Qwen2.5-VL-7B-Instructregion:us
Downloads
5
Likes
0
Pipeline
Author

Repository Files & Downloads

0 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Browse files on Hugging Face

Model Details

Model IDggufs/mantis-m1-flash-lora
Authorggufs
Pipeline
License
Base modelQwen/Qwen2.5-VL-7B-Instruct
Last modified2026-08-22T22:24:30.000Z

Model README

---

base_model: Qwen/Qwen2.5-VL-7B-Instruct

library_name: peft

tags:

  • mantis
  • ggufs
  • vision-language
  • concise

---

Mantis M1 Flash

A concise vision-language model built by ggufs on top of Qwen2.5-VL-7B-Instruct.

What it does

  • Reads up to 6 images and answers about them
  • Direct, short answers — no rambling, no filler
  • Identity: Mantis, built by ggufs
  • Trained on 430 knowledge pairs across physics, chemistry, biology, math, CS, SVG, Three.js, and web dev

Performance

  • Base median response: 1,332 chars
  • Mantis median response: 154 chars (8.6x shorter)
  • All answers factually correct

Thinking mode

  • [flash] prefix: gives direct answers with internal reasoning
  • [think] prefix: shows full reasoning steps before the answer

Usage

from transformers import AutoModelForImageTextToText, AutoProcessor
from peft import PeftModel

model = AutoModelForImageTextToText.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct", dtype="bfloat16", device_map="auto")
model = PeftModel.from_pretrained(model, "ggufs/mantis-m1-flash-lora")

Run ggufs/mantis-m1-flash-lora with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models