keeeeenw commited on
Commit
4c0a2b2
·
verified ·
1 Parent(s): 8781fa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -26
README.md CHANGED
@@ -10,32 +10,33 @@ tags:
10
  pipeline_tag: visual-question-answering
11
  license: apache-2.0
12
  base_model:
 
13
  - keeeeenw/MicroLlama
14
  model-index:
15
- - name: MicroLLaVA (MicroLLaMA 300M + SigLIP2-so400m-patch4-384)
16
- results:
17
- - task:
18
- type: visual-question-answering
19
- name: VQAv2
20
- dataset:
21
- name: VQAv2
22
- type: vqav2
23
- metrics:
24
- - name: Overall Accuracy
25
- type: accuracy
26
- value: 56.91
27
- - name: Yes/No Accuracy
28
- type: accuracy
29
- value: 72.32
30
- - name: Number Accuracy
31
- type: accuracy
32
- value: 43.89
33
- - name: Other Accuracy
34
- type: accuracy
35
- value: 46.65
36
- source:
37
- name: Internal Evaluation on VQAv2 test-dev
38
- url: https://visualqa.org/download.html
39
  ---
40
 
41
  # MicroLLaVA
@@ -203,5 +204,4 @@ This work builds upon the efforts of many in the open-source AI community:
203
  - **[`keeeeenw/MicroLlama`](https://huggingface.co/keeeeenw/MicroLlama)** I am also the creator of MicroLlama. Please help support my work!
204
  - **SigLIP2** authors for the efficient vision encoder architecture
205
  - Contributors to **LAION-CC-SBU-558K** and other datasets used in pretraining and finetuning
206
- - The Hugging Face ecosystem for hosting, tools, and community support
207
-
 
10
  pipeline_tag: visual-question-answering
11
  license: apache-2.0
12
  base_model:
13
+ - google/siglip2-so400m-patch14-384
14
  - keeeeenw/MicroLlama
15
  model-index:
16
+ - name: MicroLLaVA (MicroLLaMA 300M + SigLIP2-so400m-patch4-384)
17
+ results:
18
+ - task:
19
+ type: visual-question-answering
20
+ name: VQAv2
21
+ dataset:
22
+ name: VQAv2
23
+ type: vqav2
24
+ metrics:
25
+ - name: Overall Accuracy
26
+ type: accuracy
27
+ value: 56.91
28
+ - name: Yes/No Accuracy
29
+ type: accuracy
30
+ value: 72.32
31
+ - name: Number Accuracy
32
+ type: accuracy
33
+ value: 43.89
34
+ - name: Other Accuracy
35
+ type: accuracy
36
+ value: 46.65
37
+ source:
38
+ name: Internal Evaluation on VQAv2 test-dev
39
+ url: https://visualqa.org/download.html
40
  ---
41
 
42
  # MicroLLaVA
 
204
  - **[`keeeeenw/MicroLlama`](https://huggingface.co/keeeeenw/MicroLlama)** I am also the creator of MicroLlama. Please help support my work!
205
  - **SigLIP2** authors for the efficient vision encoder architecture
206
  - Contributors to **LAION-CC-SBU-558K** and other datasets used in pretraining and finetuning
207
+ - The Hugging Face ecosystem for hosting, tools, and community support