Instructions to use Kuldip03/variance_florence_2_sack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kuldip03/variance_florence_2_sack with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Florence-2-large") model = PeftModel.from_pretrained(base_model, "Kuldip03/variance_florence_2_sack") - Notebooks
- Google Colab
- Kaggle
Ctrl+K