doubility123
commited on
Commit
•
7c5b3f5
1
Parent(s):
e4e790f
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ Introducing DeepSeek VL, an open-source Vision-Language (VL) Model designed for
|
|
10 |
|
11 |
[DeepSeek-VL: Towards Real-World Vision-Language Understanding](https://arxiv.org/abs/2403.05525)
|
12 |
|
|
|
|
|
13 |
Haoyu Lu*, Wen Liu*, Bo Zhang**, Bingxuan Wang, Kai Dong, Bo Liu, Jingxiang Sun, Tongzheng Ren, Zhuoshu Li, Yaofeng Sun, Chengqi Deng, Hanwei Xu, Zhenda Xie, Chong Ruan (*Equal Contribution, **Project Leader)
|
14 |
|
15 |
![](https://github.com/deepseek-ai/DeepSeek-VL/blob/main/images/sample.jpg)
|
@@ -21,6 +23,7 @@ DeepSeek-VL-1.3b-chat is a tiny vision-language model. It uses the [SigLIP-L](ht
|
|
21 |
and is constructed based on the DeepSeek-LLM-1.3b-base which is trained on an approximate corpus of 500B text tokens. The whole DeepSeek-1.3b-base model is finally trained around 400B vision-language tokens.
|
22 |
The DeepSeek-VL-1.3b-chat is an instructed version based on [DeepSeek-VL-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-vl-1.3b-base).
|
23 |
|
|
|
24 |
## 3. Quick Start
|
25 |
|
26 |
### Installation
|
|
|
10 |
|
11 |
[DeepSeek-VL: Towards Real-World Vision-Language Understanding](https://arxiv.org/abs/2403.05525)
|
12 |
|
13 |
+
[**Github Repository**](https://github.com/deepseek-ai/DeepSeek-VL)
|
14 |
+
|
15 |
Haoyu Lu*, Wen Liu*, Bo Zhang**, Bingxuan Wang, Kai Dong, Bo Liu, Jingxiang Sun, Tongzheng Ren, Zhuoshu Li, Yaofeng Sun, Chengqi Deng, Hanwei Xu, Zhenda Xie, Chong Ruan (*Equal Contribution, **Project Leader)
|
16 |
|
17 |
![](https://github.com/deepseek-ai/DeepSeek-VL/blob/main/images/sample.jpg)
|
|
|
23 |
and is constructed based on the DeepSeek-LLM-1.3b-base which is trained on an approximate corpus of 500B text tokens. The whole DeepSeek-1.3b-base model is finally trained around 400B vision-language tokens.
|
24 |
The DeepSeek-VL-1.3b-chat is an instructed version based on [DeepSeek-VL-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-vl-1.3b-base).
|
25 |
|
26 |
+
|
27 |
## 3. Quick Start
|
28 |
|
29 |
### Installation
|