How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="alakxender/florence-base-dv01-01-dv-e10", trust_remote_code=True)
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM

processor = AutoProcessor.from_pretrained("alakxender/florence-base-dv01-01-dv-e10", trust_remote_code=True)
model = AutoModelForMultimodalLM.from_pretrained("alakxender/florence-base-dv01-01-dv-e10", trust_remote_code=True, device_map="auto")
Quick Links

Florence Dhivehi

Finetuned florence2-base on dhivehi-text-image data

Downloads last month
8
Safetensors
Model size
0.3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for alakxender/florence-base-dv01-01-dv-e10

Finetuned
(21)
this model

Dataset used to train alakxender/florence-base-dv01-01-dv-e10

Collection including alakxender/florence-base-dv01-01-dv-e10