Xuban's picture
Mirror florence-community/Florence-2-base @00921df66db7
5c38507 verified
|
Raw
History Blame Contribute Delete
1.05 kB
metadata
license: mit
library_name: libreyolo
base_model: florence-community/Florence-2-base
tags:
  - image-text-to-text
  - libreyolo
  - grounding

LibreGroundFlorence2base

Florence-2-base snapshot mirrored for LibreYOLO's LibreGround tier.

Source

Mirrored from florence-community/Florence-2-base at commit 00921df66db728a9ceb750f5eca43e5c203a2051. Copyright (c) Microsoft / florence-community. Licensed under the MIT License.

Modifications

No learned parameters were changed. This repository preserves the Hugging Face snapshot files needed by LibreYOLO's LibreGround wrapper, ships the upstream license verbatim, and replaces the model card with LibreYOLO-specific loading notes.

Usage

from libreyolo import LibreGround

r = LibreGround("florence-2-base")("screen.png", prompt="Submit")
r.points.xy

License

MIT License. See the LICENSE and NOTICE files in this repository.