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="maxiw/Florence-2-ScreenQA-base", trust_remote_code=True)
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText

processor = AutoProcessor.from_pretrained("maxiw/Florence-2-ScreenQA-base", trust_remote_code=True)
model = AutoModelForImageTextToText.from_pretrained("maxiw/Florence-2-ScreenQA-base", trust_remote_code=True)
Quick Links

Florence-2-ScreenQA-base

This is fine-tuned version of microsoft/Florence-2-base on RICO-ScreenQA. It can be used to extract information from screenshots.

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Model type: [More Information Needed]
  • Finetuned from model: microsoft/Florence-2-base

Model Sources [optional]

  • Repository: [More Information Needed]
  • Demo: HF Space

How to Get Started with the Model

Use the code below to get started with the model.

[More Information Needed]

Training Details

Training Data

[More Information Needed]

Training Procedure

Preprocessing [optional]

[More Information Needed]

Training Hyperparameters

  • Training regime: [More Information Needed]

Speeds, Sizes, Times [optional]

[More Information Needed]

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

Model tree for maxiw/Florence-2-ScreenQA-base

Finetuned
(20)
this model

Dataset used to train maxiw/Florence-2-ScreenQA-base

Space using maxiw/Florence-2-ScreenQA-base 1