Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- zh
|
4 |
base_model:
|
5 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
license: apache-2.0
|
|
|
|
|
7 |
---
|
8 |
### Model Description
|
9 |
此模型是基于京东电商客服对话数据集微调而成的客服模型,旨在实现AI模型对用户问题作出针对性回答。
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
4 |
+
tags:
|
5 |
+
- text-generation-inference
|
6 |
+
- transformers
|
7 |
+
- unsloth
|
8 |
+
- qwen2
|
9 |
+
- safetensors
|
10 |
license: apache-2.0
|
11 |
+
language:
|
12 |
+
- zh
|
13 |
---
|
14 |
### Model Description
|
15 |
此模型是基于京东电商客服对话数据集微调而成的客服模型,旨在实现AI模型对用户问题作出针对性回答。
|