Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Deepseek-VL-1.3b-chat-4bit
|
2 |
|
3 |
![Deepseek Logo](https://cdn.deepseek.com/logo.png)
|
@@ -32,4 +40,4 @@ To use the **Deepseek-VL-1.3b-chat-4bit** model, follow these steps:
|
|
32 |
|
33 |
1. **Install the Required Libraries**:
|
34 |
```bash
|
35 |
-
pip install transformers huggingface-hub
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- deepseek-ai/deepseek-vl-1.3b-chat
|
7 |
+
pipeline_tag: image-to-text
|
8 |
+
---
|
9 |
# Deepseek-VL-1.3b-chat-4bit
|
10 |
|
11 |
![Deepseek Logo](https://cdn.deepseek.com/logo.png)
|
|
|
40 |
|
41 |
1. **Install the Required Libraries**:
|
42 |
```bash
|
43 |
+
pip install transformers huggingface-hub
|