Image-Text-to-Text
PEFT
Safetensors
anomaly-detection
autonomous-driving
lora
qwen2.5-vl
vision-language-model
Instructions to use Brusnicki/SAVANT-anomaly-classifier-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Brusnicki/SAVANT-anomaly-classifier-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Brusnicki/SAVANT-anomaly-classifier-lora") - Notebooks
- Google Colab
- Kaggle
Improve model card: add paper and project links, update pipeline tag
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. I noticed this model is part of the SAVANT framework. I've updated the model card to:
- Link the model to the official paper page.
- Add the project page URL.
- Update the
pipeline_tagtoimage-text-to-textto better reflect the multimodal nature of the base model. - Add a citation section for the paper.
These changes will make the model more discoverable and easier to use within the community.
Brusnicki changed pull request status to merged