Update app.py
Browse files
app.py
CHANGED
@@ -4,31 +4,31 @@ import gradio as gr
|
|
4 |
data = {
|
5 |
"Method": [
|
6 |
"GPT-4o", "GPT-4o-mini", "Qwen2-VL-7B", "Gemini-1.5-Pro", "Gemini-1.5-Flash",
|
7 |
-
"LLaVa-OneVision-7B", "Pangea-7B-Instruct", "Qwen2-VL-2B", "InternVL2-8B", "LLaVa-NeXt-7B"
|
8 |
],
|
9 |
"MM Understanding & Reasoning": [
|
10 |
-
57.90, 48.82, 51.35, 46.67, 45.58, 42.90, 40.09, 40.59, 30.41, 26.33
|
11 |
],
|
12 |
"OCR & Document Understanding": [
|
13 |
-
59.11, 42.89, 49.06, 36.59, 33.59, 31.35, 17.75, 25.68, 15.91, 19.12
|
14 |
],
|
15 |
"Charts & Diagram Understanding": [
|
16 |
-
73.57, 64.98, 55.39, 47.06, 48.25, 40.86, 38.75, 27.83, 30.27, 27.56
|
17 |
],
|
18 |
"Video Understanding": [
|
19 |
-
74.27, 68.11, 62.64, 42.94, 53.31, 29.41, 49.01, 38.90, 51.42, 44.90
|
20 |
],
|
21 |
"Cultural Specific Understanding": [
|
22 |
-
80.86, 65.92, 75.64, 56.24, 46.54, 66.02, 20.34, 34.27, 20.88, 28.30
|
23 |
],
|
24 |
"Medical Imaging": [
|
25 |
-
49.90, 47.37, 39.42, 33.77, 42.86, 27.29, 31.99, 29.12, 29.48, 22.54
|
26 |
],
|
27 |
"Agro Specific": [
|
28 |
-
80.75, 79.58, 79.84, 72.12, 76.06, 75.03, 74.51, 52.02, 44.47, 42.00
|
29 |
],
|
30 |
"Remote Sensing Understanding": [
|
31 |
-
22.85, 16.93, 22.28, 17.07, 14.95, 10.72, 6.67, 12.56, 5.36, 8.33
|
32 |
]
|
33 |
}
|
34 |
|
|
|
4 |
data = {
|
5 |
"Method": [
|
6 |
"GPT-4o", "GPT-4o-mini", "Qwen2-VL-7B", "Gemini-1.5-Pro", "Gemini-1.5-Flash",
|
7 |
+
"LLaVa-OneVision-7B", "Pangea-7B-Instruct", "Qwen2-VL-2B", "InternVL2-8B", "LLaVa-NeXt-7B", "Maya-8B"
|
8 |
],
|
9 |
"MM Understanding & Reasoning": [
|
10 |
+
57.90, 48.82, 51.35, 46.67, 45.58, 42.90, 40.09, 40.59, 30.41, 26.33, 39.07
|
11 |
],
|
12 |
"OCR & Document Understanding": [
|
13 |
+
59.11, 42.89, 49.06, 36.59, 33.59, 31.35, 17.75, 25.68, 15.91, 19.12, 26.70
|
14 |
],
|
15 |
"Charts & Diagram Understanding": [
|
16 |
+
73.57, 64.98, 55.39, 47.06, 48.25, 40.86, 38.75, 27.83, 30.27, 27.56, 34.25
|
17 |
],
|
18 |
"Video Understanding": [
|
19 |
+
74.27, 68.11, 62.64, 42.94, 53.31, 29.41, 49.01, 38.90, 51.42, 44.90, 47.23
|
20 |
],
|
21 |
"Cultural Specific Understanding": [
|
22 |
+
80.86, 65.92, 75.64, 56.24, 46.54, 66.02, 20.34, 34.27, 20.88, 28.30, 57.42
|
23 |
],
|
24 |
"Medical Imaging": [
|
25 |
+
49.90, 47.37, 39.42, 33.77, 42.86, 27.29, 31.99, 29.12, 29.48, 22.54, 31.57
|
26 |
],
|
27 |
"Agro Specific": [
|
28 |
+
80.75, 79.58, 79.84, 72.12, 76.06, 75.03, 74.51, 52.02, 44.47, 42.00, 70.61
|
29 |
],
|
30 |
"Remote Sensing Understanding": [
|
31 |
+
22.85, 16.93, 22.28, 17.07, 14.95, 10.72, 6.67, 12.56, 5.36, 8.33, 27.53
|
32 |
]
|
33 |
}
|
34 |
|