Update app.py
Browse files
app.py
CHANGED
@@ -8,28 +8,28 @@ data = {
|
|
8 |
"LLaVa-OneVision-7B", "Pangea-7B-Instruct", "Qwen2-VL-2B", "InternVL2-8B", "LLaVa-NeXt-7B", "Maya-8B"
|
9 |
],
|
10 |
"MM Understanding & Reasoning": [
|
11 |
-
|
12 |
],
|
13 |
"OCR & Document Understanding": [
|
14 |
-
|
15 |
],
|
16 |
"Video Understanding": [
|
17 |
-
|
18 |
],
|
19 |
"Remote Sensing Understanding": [
|
20 |
-
|
21 |
],
|
22 |
"Charts & Diagram Understanding": [
|
23 |
-
|
24 |
],
|
25 |
"Agro Specific": [
|
26 |
-
|
27 |
],
|
28 |
"Cultural Specific Understanding": [
|
29 |
-
|
30 |
],
|
31 |
"Medical Imaging": [
|
32 |
-
|
33 |
],
|
34 |
|
35 |
}
|
|
|
8 |
"LLaVa-OneVision-7B", "Pangea-7B-Instruct", "Qwen2-VL-2B", "InternVL2-8B", "LLaVa-NeXt-7B", "Maya-8B"
|
9 |
],
|
10 |
"MM Understanding & Reasoning": [
|
11 |
+
56.78, 55.15, 48.83, 48.76, 46.67, 45.58, 42.90, 40.09, 40.59, 30.41, 26.33, 39.07
|
12 |
],
|
13 |
"OCR & Document Understanding": [
|
14 |
+
72.35, 54.98, 39.38, 42.73, 36.59, 33.59, 31.35, 17.75, 25.68, 15.91, 19.12, 26.70
|
15 |
],
|
16 |
"Video Understanding": [
|
17 |
+
64.09, 69.65, 66.28, 61.97, 42.94, 53.31, 29.41, 49.01, 38.90, 51.42, 44.90, 47.23
|
18 |
],
|
19 |
"Remote Sensing Understanding": [
|
20 |
+
45.92, 27.36, 16.93, 21.30, 17.07, 14.95, 10.72, 6.67, 12.56, 5.36, 8.33, 27.53
|
21 |
],
|
22 |
"Charts & Diagram Understanding": [
|
23 |
+
64.10, 62.35, 56.37, 54.67, 47.06, 48.25, 40.86, 38.75, 27.83, 30.27, 27.56, 34.25
|
24 |
],
|
25 |
"Agro Specific": [
|
26 |
+
85.05, 80.75, 78.80, 79.32, 72.12, 76.06, 75.03, 74.51, 52.02, 44.47, 42.00, 70.61
|
27 |
],
|
28 |
"Cultural Specific Understanding": [
|
29 |
+
78.09, 80.86, 65.92, 75.96, 56.24, 46.54, 66.02, 20.34, 34.27, 20.88, 28.30, 57.42
|
30 |
],
|
31 |
"Medical Imaging": [
|
32 |
+
43.77, 49.91, 47.37, 35.81, 33.77, 42.86, 27.29, 31.99, 29.12, 29.48, 22.54, 31.57
|
33 |
],
|
34 |
|
35 |
}
|