--- 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](https://huggingface.co/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 ```python from libreyolo import LibreGround r = LibreGround("florence-2-base")("screen.png", prompt="Submit") r.points.xy ``` ## License MIT License. See the [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE) files in this repository.