Instructions to use simonycl/Qwen2.5-VL-7B-HumorDB-ADPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use simonycl/Qwen2.5-VL-7B-HumorDB-ADPO 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, "simonycl/Qwen2.5-VL-7B-HumorDB-ADPO") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
772eb80 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c77bf556e41b7e12bebd947558ae5acd0f10fed6c686583b138a1afd64735f99
size 7761
|