update
Browse files
README.md
CHANGED
@@ -11,7 +11,10 @@ widget:
|
|
11 |
---
|
12 |
|
13 |
|
14 |
-
ChatYuan-large-v2
|
|
|
|
|
|
|
15 |
|
16 |
ChatYuan-large-v2是ChatYuan系列中以轻量化实现高质量效果的模型之一,用户可以在消费级显卡、 PC甚至手机上进行推理(INT4 最低只需 400M )。
|
17 |
|
@@ -25,6 +28,22 @@ ChatYuan-large-v2是ChatYuan系列中以轻量化实现高质量效果的模型
|
|
25 |
- 增强了模拟情景能力。
|
26 |
- 新增了中英双语对话能力。
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
# 声明
|
29 |
文本由模型生成的结果, 请谨慎辨别和参考, 不代表任何人观点
|
30 |
|
|
|
11 |
---
|
12 |
|
13 |
|
14 |
+
ChatYuan-large-v2是一个支持中英双语的功能型对话语言大模型。ChatYuan-large-v2使用了和 v1版本相同的技术方案,在指令微调、人类反馈强化学习、思维链等方面进行了优化。
|
15 |
+
|
16 |
+
Chat Yuan large v2 is a functional dialogue language model that supports bilingual Chinese and English.
|
17 |
+
ChatYuan large v2 uses the same technical solution as the v1 version, and has been optimized in terms of instruct-tuning, human feedback reinforcement learning, and chain-of-thought.
|
18 |
|
19 |
ChatYuan-large-v2是ChatYuan系列中以轻量化实现高质量效果的模型之一,用户可以在消费级显卡、 PC甚至手机上进行推理(INT4 最低只需 400M )。
|
20 |
|
|
|
28 |
- 增强了模拟情景能力。
|
29 |
- 新增了中英双语对话能力。
|
30 |
|
31 |
+
Based on the original functions of Chatyuan-large-v1, we optimized the model as follows:
|
32 |
+
-Added the ability to speak in both Chinese and English.
|
33 |
+
|
34 |
+
-Added the ability to refuse to answer. Learn to refuse to answer some dangerous and harmful questions.
|
35 |
+
|
36 |
+
-Added code generation functionality. Basic code generation has been optimized to a certain extent.
|
37 |
+
|
38 |
+
-Enhanced basic capabilities. The original contextual Q&A and creative writing skills have significantly improved.
|
39 |
+
|
40 |
+
-Added a table generation function. Make the generated table content and format more appropriate.
|
41 |
+
|
42 |
+
-Enhanced basic mathematical computing capabilities.
|
43 |
+
|
44 |
+
-The maximum number of length tokens has been expanded to 4096.
|
45 |
+
|
46 |
+
-Enhanced ability to simulate scenarios< br>
|
47 |
# 声明
|
48 |
文本由模型生成的结果, 请谨慎辨别和参考, 不代表任何人观点
|
49 |
|