PEFT
Safetensors
English
lora
video-quality-assessment
no-reference-vqa
visual-quality-r1
qwen2.5-vl
mds-vqa
active-finetuning
Instructions to use hollow404/MDS-VQA-Active-Finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hollow404/MDS-VQA-Active-Finetuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ckpt/VQR1-7B-YouTubeUGC") model = PeftModel.from_pretrained(base_model, "hollow404/MDS-VQA-Active-Finetuning") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!