Instructions to use krmk90/qwen2_5-7b-grounding_absolute_coord_augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use krmk90/qwen2_5-7b-grounding_absolute_coord_augmented 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, "krmk90/qwen2_5-7b-grounding_absolute_coord_augmented") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c8de3af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:58a40b689ddc4fa351d34e45103b4fd86f001345558f28258f1f93ec47818863
size 5688
|