Instructions to use Treza12/Florence-MTF-2D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Treza12/Florence-MTF-2D 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, "Treza12/Florence-MTF-2D") - Notebooks
- Google Colab
- Kaggle
Ctrl+K