x54-729
commited on
Commit
·
d7aefd0
1
Parent(s):
971ff68
update readme
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ We conducted a comprehensive evaluation of InternLM2 using the open-source evalu
|
|
63 |
|
64 |
### Import from Transformers
|
65 |
|
66 |
-
To load the InternLM
|
67 |
|
68 |
```python
|
69 |
import torch
|
@@ -110,7 +110,7 @@ InternLM2 ,即书生·浦语大模型第二代,开源了面向实用场景
|
|
110 |
- 工具调用能力整体升级:基于更强和更具有泛化性的指令理解、工具筛选与结果反思等能力,新版模型可以更可靠地支持复杂智能体的搭建,支持对工具进行有效的多轮调用,完成较复杂的任务。可以查看更多[样例](./agent/)。
|
111 |
|
112 |
|
113 |
-
##
|
114 |
|
115 |
InternLM2-Chat-20B-SFT 基于 InternLM2-Base-20B 经过有监督微调(SFT)训练而来,InternLM2-Chat-20B 在 InternLM2-Chat-20B-SFT 的基础上进一步经历了 Online RLHF。
|
116 |
我们开源 SFT 模型以便利社区对 RLHF 的研究。
|
|
|
63 |
|
64 |
### Import from Transformers
|
65 |
|
66 |
+
To load the InternLM 20B Chat SFT model using Transformers, use the following code:
|
67 |
|
68 |
```python
|
69 |
import torch
|
|
|
110 |
- 工具调用能力整体升级:基于更强和更具有泛化性的指令理解、工具筛选与结果反思等能力,新版模型可以更可靠地支持复杂智能体的搭建,支持对工具进行有效的多轮调用,完成较复杂的任务。可以查看更多[样例](./agent/)。
|
111 |
|
112 |
|
113 |
+
## InternLM2-Chat-20B-SFT
|
114 |
|
115 |
InternLM2-Chat-20B-SFT 基于 InternLM2-Base-20B 经过有监督微调(SFT)训练而来,InternLM2-Chat-20B 在 InternLM2-Chat-20B-SFT 的基础上进一步经历了 Online RLHF。
|
116 |
我们开源 SFT 模型以便利社区对 RLHF 的研究。
|