From fe41bbc0583dfaa23c9a29e1c04c915726b2ec59 Mon Sep 17 00:00:00 2001 From: yinghy18 <56391069+yinghy18@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:18:05 +0800 Subject: [PATCH] [Doc]: Add InternLM-Math (#652) --- README.md | 2 ++ README_zh-CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3872e6c..d5c9d42 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ InternLM2 series are released with the following features: ## News +[2024.01.23] We release InternLM2-Math-7B and InternLM2-Math-20B with pretraining and SFT checkpoints. They surpass ChatGPT with small sizes. See [InternLM-Math](https://github.com/InternLM/internlm-math) for details and download. + [2024.01.17] We release InternLM2-7B and InternLM2-20B and their corresponding chat models with stronger capabilities in all dimensions. See [model zoo below](#model-zoo) for download or [model cards](./model_cards/) for more details. [2023.12.13] InternLM-7B-Chat and InternLM-20B-Chat checkpoints are updated. With an improved finetuning strategy, the new chat models can generate higher quality responses with greater stylistic diversity. diff --git a/README_zh-CN.md b/README_zh-CN.md index a1fa3fd..f682cd2 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -43,6 +43,8 @@ InternLM2 系列模型在本仓库正式发布,具有如下特性: ## 更新 +[2024.01.23] 我们发布了 InternLM2-Math-7B 和 InternLM2-Math-20B 以及相关的对话模型。InternLM-Math以较小的尺寸超过了ChatGPT的表现。可以点击[InternLM-Math](https://github.com/InternLM/internlm-math)进行下载,并了解详情。 + [2024.01.17] 我们发布了 InternLM2-7B 和 InternLM2-20B 以及相关的对话模型,InternLM2 在数理、代码、对话、创作等各方面能力都获得了长足进步,综合性能达到开源模型的领先水平。可以点击[下面的模型库](#model-zoo)进行下载或者[查看模型文档](./model_cards/)来了解更多细节. [2023.12.13] 我们更新了 InternLM-7B-Chat 和 InternLM-20B-Chat 模型权重。通过改进微调数据和训练策略,新版对话模型生成的回复质量更高、语言风格更加多元。