Update README_zh-CN.md

pull/588/head
Kai Chen 2024-01-17 12:20:14 +08:00 committed by GitHub
parent 74b60896c4
commit c14ba9eed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -117,17 +117,6 @@ InternLM2 系列模型在本仓库正式发布,具有如下特性:
* 性能数据截止2024-01-17
### 数据污染检测
| 方法 | 数学推理 | 英文通用评测 | 中文通用评测 | 代码 |
|------------|----------|-------------|-------------|------|
| 国内主流模型平均水平 | -0.02 | -0.13 | -0.20 | -0.07 |
| InternLM2-Base-7B | 0.09 | -0.13 | -0.16 | 0.03 |
| InternLM2-7B | 0.02 | -0.12 | -0.16 | 0.05 |
| InternLM2-Base-20B | 0.08 | -0.13 | -0.17 | -0.02 |
| InternLM2-20B | 0.04 | -0.13 | -0.19 | -0.02 |
## 使用案例
接下来我们展示使用 [Transformers](#import-from-transformers), [ModelScope](#import-from-modelscope), 和 [Web demo](#dialogue) 进行推理.