Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
pipeline_tag: image-text-to-text
|
4 |
-
tags:
|
5 |
-
- vision
|
6 |
-
license: mit
|
7 |
-
language:
|
8 |
-
- en
|
9 |
-
base_model:
|
10 |
-
- microsoft/Florence-2-base
|
11 |
-
---
|
12 |
|
13 |
# PTA-1: Controlling Computers with Small Models
|
14 |
|
@@ -20,6 +20,8 @@ This allows low latency computer automations with local execution.
|
|
20 |
|
21 |
**Model Output:** BoundingBox for Target Element
|
22 |
|
|
|
|
|
23 |
|
24 |
## How to Get Started with the Model
|
25 |
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
+
tags:
|
5 |
+
- vision
|
6 |
+
license: mit
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
base_model:
|
10 |
+
- microsoft/Florence-2-base
|
11 |
+
---
|
12 |
|
13 |
# PTA-1: Controlling Computers with Small Models
|
14 |
|
|
|
20 |
|
21 |
**Model Output:** BoundingBox for Target Element
|
22 |
|
23 |
+
![image](assets/examples.png)
|
24 |
+
|
25 |
|
26 |
## How to Get Started with the Model
|
27 |
|