Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,15 @@
|
|
2 |
license: mit
|
3 |
license_name: deepseek
|
4 |
license_link: LICENSE
|
5 |
-
pipeline_tag:
|
6 |
library_name: transformers
|
|
|
|
|
7 |
tags:
|
8 |
-
-
|
9 |
---
|
10 |
|
11 |
-
This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-
|
12 |
|
13 |
- bin files are updated to safetensors
|
14 |
- Add chat_template
|
|
|
2 |
license: mit
|
3 |
license_name: deepseek
|
4 |
license_link: LICENSE
|
5 |
+
pipeline_tag: text-generation
|
6 |
library_name: transformers
|
7 |
+
base_model:
|
8 |
+
- deepseek-ai/Janus-Pro-7B
|
9 |
tags:
|
10 |
+
- chat
|
11 |
---
|
12 |
|
13 |
+
This model is derived from https://huggingface.co/deepseek-ai/Janus-Pro-7B and the main modifications are as follows
|
14 |
|
15 |
- bin files are updated to safetensors
|
16 |
- Add chat_template
|