Improve language tag (#1)
Browse files- Improve language tag (d0b65f159cad595f0790ff4cb03c0413747b5c91)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,55 +1,67 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
30 |
-
|
31 |
-
| Overall
|
32 |
-
|
|
33 |
-
|
|
34 |
-
|
|
35 |
-
|
|
36 |
-
|
|
37 |
-
| Overall-
|
38 |
-
|
|
39 |
-
|
|
40 |
-
|
|
41 |
-
|
|
42 |
-
|
|
43 |
-
| Overall-
|
44 |
-
|
|
45 |
-
|
|
46 |
-
|
|
47 |
-
|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
| Mechanical Engineering | 30 | 0.167 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- Qwen/Qwen2.5-0.5B
|
19 |
+
- facebook/dinov2-small
|
20 |
+
pipeline_tag: visual-question-answering
|
21 |
+
tags:
|
22 |
+
- multimodal
|
23 |
+
---
|
24 |
+
|
25 |
+
pretrain stage only, 1180 epochs
|
26 |
+
|
27 |
+
[MMMU](https://tinyllava-factory.readthedocs.io/en/latest/Evaluation.html#mmmu)
|
28 |
+
|
29 |
+
| Category | # Samples | Accuracy |
|
30 |
+
|---------------------------------|-----------|----------|
|
31 |
+
| Overall | 900 | 0.303 |
|
32 |
+
| Overall-Art and Design | 120 | 0.308 |
|
33 |
+
| Art | 30 | 0.200 |
|
34 |
+
| Art Theory | 30 | 0.300 |
|
35 |
+
| Design | 30 | 0.400 |
|
36 |
+
| Music | 30 | 0.333 |
|
37 |
+
| Overall-Business | 150 | 0.247 |
|
38 |
+
| Accounting | 30 | 0.200 |
|
39 |
+
| Economics | 30 | 0.333 |
|
40 |
+
| Finance | 30 | 0.267 |
|
41 |
+
| Management | 30 | 0.267 |
|
42 |
+
| Marketing | 30 | 0.167 |
|
43 |
+
| Overall-Science | 150 | 0.253 |
|
44 |
+
| Biology | 30 | 0.233 |
|
45 |
+
| Chemistry | 30 | 0.200 |
|
46 |
+
| Geography | 30 | 0.200 |
|
47 |
+
| Math | 30 | 0.267 |
|
48 |
+
| Physics | 30 | 0.367 |
|
49 |
+
| Overall-Health and Medicine | 150 | 0.327 |
|
50 |
+
| Basic Medical Science | 30 | 0.433 |
|
51 |
+
| Clinical Medicine | 30 | 0.233 |
|
52 |
+
| Diagnostics and Laboratory Med. | 30 | 0.200 |
|
53 |
+
| Pharmacy | 30 | 0.400 |
|
54 |
+
| Public Health | 30 | 0.367 |
|
55 |
+
| Overall-Humanities and Soc. Sci.| 120 | 0.367 |
|
56 |
+
| History | 30 | 0.367 |
|
57 |
+
| Literature | 30 | 0.567 |
|
58 |
+
| Sociology | 30 | 0.333 |
|
59 |
+
| Psychology | 30 | 0.200 |
|
60 |
+
| Overall-Tech and Engineering | 210 | 0.324 |
|
61 |
+
| Agriculture | 30 | 0.300 |
|
62 |
+
| Architecture and Engineering | 30 | 0.300 |
|
63 |
+
| Computer Science | 30 | 0.267 |
|
64 |
+
| Electronics | 30 | 0.267 |
|
65 |
+
| Energy and Power | 30 | 0.467 |
|
66 |
+
| Materials | 30 | 0.500 |
|
67 |
| Mechanical Engineering | 30 | 0.167 |
|