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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -18,21 +18,23 @@ 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:
22
 
23
  * **Vision-specific LoRA parameters**: ZAYA1-VL-8B utilizes specialized LoRA parameters on its MLPs and CCA weights which are only activated on vision tokens. We find that adding vision-specific parameters substantially improves model performance since the model has the option to devote specific parameters solely to visual processing. We train these LoRA parameters alongside the main model parameters during training.
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
  |---|---:|---:|---:|---:|---:|---:|
 
18
 
19
  ### Model Architecture
20
 
21
+ ![Screenshot 2026-05-08 at 3.28.56 PM](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/5k6hh1euF8PDDGUy8DGAu.png)
22
+
23
  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
  * **Vision-specific LoRA parameters**: ZAYA1-VL-8B utilizes specialized LoRA parameters on its MLPs and CCA weights which are only activated on vision tokens. We find that adding vision-specific parameters substantially improves model performance since the model has the option to devote specific parameters solely to visual processing. We train these LoRA parameters alongside the main model parameters during training.
26
 
27
  * **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.
28
 
 
29
 
30
  ZAYA1-VL-8B is trained only upon open data. Detailed dataset descriptions can be found in the accompanying technical report.
31
 
32
  ## Performance
33
 
34
+ ![zyphra_active_param_scatter_ylabels](https://cdn-uploads.huggingface.co/production/uploads/64d3dabaf63b01b7f66b7f98/YASFARi2_y1bepTHNZNne.png)
35
+
36
  ZAYA1-VL-8B performs extremely strongly against models of a comparable size and inference flops including outperforming several strong larger models.
37
 
 
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
  |---|---:|---:|---:|---:|---:|---:|