Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license_name: deepseek-license
|
|
4 |
license_link: LICENSE
|
5 |
quantized_by: pipilok
|
6 |
pipeline_tag: text-generation
|
|
|
|
|
7 |
---
|
8 |
|
9 |
Original model: https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
|
@@ -20,6 +22,4 @@ Before User: <|im_start|>user\n
|
|
20 |
After User: <|im_end|>\n
|
21 |
Before Assistant: <|im_start|>assistant\n
|
22 |
After Assistant: <|im_end|>\n
|
23 |
-
```
|
24 |
-
|
25 |
-
|
|
|
4 |
license_link: LICENSE
|
5 |
quantized_by: pipilok
|
6 |
pipeline_tag: text-generation
|
7 |
+
base_model:
|
8 |
+
- deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
|
9 |
---
|
10 |
|
11 |
Original model: https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
|
|
|
22 |
After User: <|im_end|>\n
|
23 |
Before Assistant: <|im_start|>assistant\n
|
24 |
After Assistant: <|im_end|>\n
|
25 |
+
```
|
|
|
|