Image-Text-to-Text
PEFT
Safetensors
English
Chinese
visualization
quality-assessment
lora
qwen2.5-vl
visjudge
aesthetics
grpo
Instructions to use xypkent/visjudge-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xypkent/visjudge-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/.cache/modelscope/hub/models/qwen/Qwen2___5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "xypkent/visjudge-7b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!