PEFT
Safetensors
English
lora
video-quality-assessment
no-reference-vqa
failure-prediction
difficulty-estimation
visual-quality-r1
qwen2.5-vl
mds-vqa
Instructions to use hollow404/MDS-VQA-Failure-Predictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hollow404/MDS-VQA-Failure-Predictor 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-Failure-Predictor") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!