How to use NikshepShetty/Florence-2-Recap-DataComp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Florence-2-base-ft") model = PeftModel.from_pretrained(base_model, "NikshepShetty/Florence-2-Recap-DataComp")
The community tab is the place to discuss and collaborate with the HF community!