File size: 1,046 Bytes
5c38507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---

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.