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
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support