Commit
•
8db3793
1
Parent(s):
d44a6a5
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,9 @@ tags:
|
|
6 |
- vision
|
7 |
---
|
8 |
|
9 |
-
# Florence-2: Advancing a Unified Representation for a Variety of Vision Tasks
|
|
|
|
|
10 |
|
11 |
## Model Summary
|
12 |
|
|
|
6 |
- vision
|
7 |
---
|
8 |
|
9 |
+
# Florence-2 (without flash-attn): Advancing a Unified Representation for a Variety of Vision Tasks
|
10 |
+
|
11 |
+
⚠️ This is a modified version of Florence 2 that modifies the custom `modeling_florence2.py` file to remove the need for installing `flash-attn` package (by hijacking the flash-attn methods and replacing with regular attention). It probably has impact in performance.
|
12 |
|
13 |
## Model Summary
|
14 |
|