Instructions to use NikshepShetty/Florence-2-pixelprose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NikshepShetty/Florence-2-pixelprose 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-pixelprose") - Notebooks
- Google Colab
- Kaggle
NikshepShetty/Florence-2-pixelprose
#2 opened 8 months ago
by
markan5500
Was this trained on the entire pixelprose dataset?
#1 opened over 1 year ago
by
xzuyn