Update README.md
Browse files
README.md
CHANGED
@@ -33,11 +33,11 @@ Before training, the model parameters and architecture are initialized from [Sig
|
|
33 |
|
34 |
## 🚀 Model Porfermance
|
35 |
|
36 |
-
| Model | GQA | AI2D | ChartQA | DocVQA<sub>val</sub> | MME |
|
37 |
|---------------------------------|------------|------------|-------------|--------------------------|------------|
|
38 |
| clip-vit-large-patch14-336 | 61.50 | 56.28 | 18.32 | 24.86 | **1668.41**|
|
39 |
| dfn5B-clip-vit-h-14-378 | 62.70 | 56.87 | 16.40 | 23.09 | 1665.35 |
|
40 |
-
| siglip-so400m-patch14-384 | **62.92** | **57.12** | **22.44** | **31.32** | 1667.92 |
|
41 |
|
42 |
* A more detailed analysis can be found in our [paper](https://arxiv.org/abs/2501.13106).
|
43 |
|
|
|
33 |
|
34 |
## 🚀 Model Porfermance
|
35 |
|
36 |
+
| Base Model | GQA | AI2D | ChartQA | DocVQA<sub>val</sub> | MME |
|
37 |
|---------------------------------|------------|------------|-------------|--------------------------|------------|
|
38 |
| clip-vit-large-patch14-336 | 61.50 | 56.28 | 18.32 | 24.86 | **1668.41**|
|
39 |
| dfn5B-clip-vit-h-14-378 | 62.70 | 56.87 | 16.40 | 23.09 | 1665.35 |
|
40 |
+
| siglip-so400m-patch14-384 **This Implementation** | **62.92** | **57.12** | **22.44** | **31.32** | 1667.92 |
|
41 |
|
42 |
* A more detailed analysis can be found in our [paper](https://arxiv.org/abs/2501.13106).
|
43 |
|