Instructions to use TIGER-Lab/ABC-Qwen2VL-Pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TIGER-Lab/ABC-Qwen2VL-Pretrain with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "TIGER-Lab/ABC-Qwen2VL-Pretrain") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and link to code
#1
by nielsr HF Staff - opened
This PR adds the image-text-to-text pipeline tag to improve model discoverability on the Hub. It also adds a link to the code repository.
BenSchneider changed pull request status to merged