Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen2.5-32B-Instruct
|
8 |
+
tags:
|
9 |
+
- roleplay
|
10 |
+
---
|
11 |
+
以 qwen2.5-32B-Instruct为基模型,使用 LLama-Factory 在制作的大规模角色扮演数据集上全参微调的角色扮演大模型,经评测,角色扮演能力超 Doubao-Pro
|
12 |
+
|
13 |
+
推理使用 LLama-Factory部署,指定 `--template qwen`
|