Improve language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -1,13 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
推理使用 LLama-Factory部署,指定 `--template qwen`
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- Qwen/Qwen2.5-32B-Instruct
|
19 |
+
tags:
|
20 |
+
- roleplay
|
21 |
+
---
|
22 |
+
以 qwen2.5-32B-Instruct为基模型,使用 LLama-Factory 在制作的大规模角色扮演数据集上全参微调的角色扮演大模型,经评测,角色扮演能力超 Doubao-Pro
|
23 |
+
|
24 |
推理使用 LLama-Factory部署,指定 `--template qwen`
|