Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: microsoft/Florence-2-large
|
4 |
+
---
|
5 |
+
|
6 |
+
This is a model trained based on Florence-2-large, but expanding the params to bigger. Let's say it's Florence-2-Huge.
|
7 |
+
|
8 |
+
For huge model, the currently model should outputs same results as Florence-2-large, but the configuration and model sizes are bigger than Florence-2-large.
|
9 |
+
|
10 |
+
For comparasion:
|
11 |
+
|
12 |
+
- Florence-2-lage: 0.77B;
|
13 |
+
- Florence-2-Huge: 2B;
|
14 |
+
|
15 |
+
it 2x bigger, the model is still under training, when it done, it should have more good abilities on visual caption tasks.
|