How to use from the
Use from the
PEFT library
Task type is invalid.

internvl2-5-4b-walk-lora-v1-100

Model Description

This is a Fine-Tuned LoRA adapter for InternVL2.5-4B. It has been trained on the WalkVLM dataset to assist visually impaired individuals by detecting navigation hazards and providing scene descriptions.

Intended Use

  • Task: Visual Question Answering for Navigation
  • Domain: Blind Assistance / Accessibility
  • Base Model: OpenGVLab/InternVL2_5-4B

Training Details

  • Framework: PyTorch & InternVL
  • Method: LoRA (Low-Rank Adaptation)
  • Dataset: WalkVLM (Custom subset)

How to Use

from peft import PeftModel
from transformers import AutoModel, AutoTokenizer

# Load Base Model
model = AutoModel.from_pretrained("OpenGVLab/InternVL2_5-4B", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("OpenGVLab/InternVL2_5-4B", trust_remote_code=True)

# Load this Adapter
model = PeftModel.from_pretrained(model, "blind-assist/internvl2-5-4b-walk-lora-v1-100")

# Now you can use the model for inference!
Downloads last month
-
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for blind-assist/internvl2-5-4b-walk-lora-v1-100

Adapter
(4)
this model

Dataset used to train blind-assist/internvl2-5-4b-walk-lora-v1-100