Ivy1997 commited on
Commit
063e9f7
·
verified ·
1 Parent(s): 39c5f21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,11 +9,13 @@ tags:
9
 
10
  ![logo.jpg](logo.jpg)
11
 
12
- <span>Ivy-VL</span> is a lightweight multimodal model with only 3B parameters. It accepts both image and text inputs to generate text outputs. 
 
 
13
 
14
  Thanks to its lightweight design, it can be deployed on edge devices such as AI glasses and smartphones, offering low memory usage and high speed while maintaining strong performance on multimodal tasks. Some well-known small models include [PaliGemma 3B](https://huggingface.co/google/paligemma-3b-mix-448), [Moondream2](https://huggingface.co/vikhyatk/moondream2), [Qwen2-VL-2B](https://huggingface.co/Qwen/Qwen2-VL-2B), [InternVL2-2B](https://huggingface.co/OpenGVLab/InternVL2-2B), and [InternVL2_5-2B](https://huggingface.co/OpenGVLab/InternVL2_5-2B). Ivy-VL outperforms them on multiple benchmarks.
15
 
16
- The model is built upon the [Qwen/Qwen2.5\-3B\-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) language model, with [google/siglip\-so400m\-patch14\-384](https://huggingface.co/google/siglip-so400m-patch14-384) serving as the vision encoder. 
17
 
18
  # Model Summary:
19
 
 
9
 
10
  ![logo.jpg](logo.jpg)
11
 
12
+ <code>Ivy-VL</code> is a lightweight multimodal model with only 3B parameters. 
13
+
14
+ It accepts both image and text inputs to generate text outputs. 
15
 
16
  Thanks to its lightweight design, it can be deployed on edge devices such as AI glasses and smartphones, offering low memory usage and high speed while maintaining strong performance on multimodal tasks. Some well-known small models include [PaliGemma 3B](https://huggingface.co/google/paligemma-3b-mix-448), [Moondream2](https://huggingface.co/vikhyatk/moondream2), [Qwen2-VL-2B](https://huggingface.co/Qwen/Qwen2-VL-2B), [InternVL2-2B](https://huggingface.co/OpenGVLab/InternVL2-2B), and [InternVL2_5-2B](https://huggingface.co/OpenGVLab/InternVL2_5-2B). Ivy-VL outperforms them on multiple benchmarks.
17
 
18
+ The model is built upon the [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) language model, with [google/siglip\-so400m\-patch14\-384](https://huggingface.co/google/siglip-so400m-patch14-384) serving as the vision encoder. 
19
 
20
  # Model Summary:
21