YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

LLaVA-Next-Video LoRA — Traffic Video QA

Base: llava-hf/LLaVA-NeXT-Video-7B-hf Domain: InterAct urban-traffic video QA Weights: LoRA adapter only (use PEFT).

Usage: from transformers import LlavaNextVideoForConditionalGeneration, LlavaNextVideoProcessor from peft import PeftModel base_id = "llava-hf/LLaVA-NeXT-Video-7B-hf" adapter_id = "UDVideoQA/llava-next-video-traffic-qa-lora" processor = LlavaNextVideoProcessor.from_pretrained(base_id) base = LlavaNextVideoForConditionalGeneration.from_pretrained(base_id, device_map="auto", torch_dtype="auto") model = PeftModel.from_pretrained(base, adapter_id)

Downloads last month
4
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Free AI Image Generator No sign-up. Instant results. Open Now