hassansh commited on
Commit
2c59862
·
verified ·
1 Parent(s): 9084f2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -16,13 +16,6 @@ ZAYA1-VL-8B is a vision-language model (VLM) built upon Zyphra's ZAYA1-8B LLM. I
16
 
17
  ZAYA1-VL-8B is open-sourced under the Apache 2.0 license.
18
 
19
-
20
- ## Performance
21
-
22
- ZAYA1-VL-8B performs extremely strongly against models of a comparable size and inference flops including outperforming several strong larger models.
23
-
24
- ![zyphra_active_param_scatter_ylabels](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/YASFARi2_y1bepTHNZNne.png)
25
-
26
  ### Model Architecture
27
 
28
  ZAYA1-VL-8B builds upon and uses our [ZAYA1-8B LLM](https://huggingface.co/Zyphra/ZAYA1-base) as its base text decoder. We also use the [Qwen2.5-VL vision encoder](https://huggingface.co/docs/transformers/model_doc/qwen2_5_vl) for the ViT. ZAYA1-VL-8B introduces two novel architectural innovations:
@@ -31,11 +24,16 @@ ZAYA1-VL-8B builds upon and uses our [ZAYA1-8B LLM](https://huggingface.co/Zyphr
31
 
32
  * **Bidirectional Attention for image tokens**: ZAYA1-VL-8B processes all image token inputs with a bidirectional attention mask, meaning attention is not causal across an image. We find that this improves performance by not imposing an arbitrary causal order to image tokens which are naturally non-causal.
33
 
34
-
35
  ![Screenshot 2026-05-08 at 3.28.56 PM](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/5k6hh1euF8PDDGUy8DGAu.png)
36
 
37
  ZAYA1-VL-8B is trained only upon open data. Detailed dataset descriptions can be found in the accompanying technical report.
38
 
 
 
 
 
 
 
39
  | Eval | ZAYA1-VL-8B(0.7B / 8B) | MolmoE(1.2B / 8B) | Qwen3.5-2B | InternVL3.5-20B(20B / 4B) | Molmo2-4B | Qwen3.5-4B |
40
  |---|---:|---:|---:|---:|---:|---:|
41
  | AI2D (test) | 87.5 | <u>82.5</u> | 86.7 | 85.5 | **93.8** | 93.4 |
 
16
 
17
  ZAYA1-VL-8B is open-sourced under the Apache 2.0 license.
18
 
 
 
 
 
 
 
 
19
  ### Model Architecture
20
 
21
  ZAYA1-VL-8B builds upon and uses our [ZAYA1-8B LLM](https://huggingface.co/Zyphra/ZAYA1-base) as its base text decoder. We also use the [Qwen2.5-VL vision encoder](https://huggingface.co/docs/transformers/model_doc/qwen2_5_vl) for the ViT. ZAYA1-VL-8B introduces two novel architectural innovations:
 
24
 
25
  * **Bidirectional Attention for image tokens**: ZAYA1-VL-8B processes all image token inputs with a bidirectional attention mask, meaning attention is not causal across an image. We find that this improves performance by not imposing an arbitrary causal order to image tokens which are naturally non-causal.
26
 
 
27
  ![Screenshot 2026-05-08 at 3.28.56 PM](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/5k6hh1euF8PDDGUy8DGAu.png)
28
 
29
  ZAYA1-VL-8B is trained only upon open data. Detailed dataset descriptions can be found in the accompanying technical report.
30
 
31
+ ## Performance
32
+
33
+ ZAYA1-VL-8B performs extremely strongly against models of a comparable size and inference flops including outperforming several strong larger models.
34
+
35
+ ![zyphra_active_param_scatter_ylabels](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/YASFARi2_y1bepTHNZNne.png)
36
+
37
  | Eval | ZAYA1-VL-8B(0.7B / 8B) | MolmoE(1.2B / 8B) | Qwen3.5-2B | InternVL3.5-20B(20B / 4B) | Molmo2-4B | Qwen3.5-4B |
38
  |---|---:|---:|---:|---:|---:|---:|
39
  | AI2D (test) | 87.5 | <u>82.5</u> | 86.7 | 85.5 | **93.8** | 93.4 |