From 00382c7acba33a5e38ccdfa257903d58bc104406 Mon Sep 17 00:00:00 2001 From: braisedpork1964 <497494458@qq.com> Date: Wed, 15 Jan 2025 06:34:52 +0000 Subject: [PATCH] fix model names --- chat/README.md | 2 +- chat/README_zh-CN.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat/README.md b/chat/README.md index c27a06a..b21b22e 100644 --- a/chat/README.md +++ b/chat/README.md @@ -2,7 +2,7 @@ English | [简体中文](./README_zh-CN.md) -This document briefly shows how to use [Transformers](#import-from-transformers), [ModelScope](#import-from-modelscope), and [Web demos](#dialogue) to conduct inference with InternLM2.5-Chat. +This document briefly shows how to use [Transformers](#import-from-transformers), [ModelScope](#import-from-modelscope), and [Web demos](#dialogue) to conduct inference with InternLM3-Instruct. You can also know more about the [chatml format](./chat_format.md) and how to use [LMDeploy for inference and model serving](./lmdeploy.md). diff --git a/chat/README_zh-CN.md b/chat/README_zh-CN.md index a515500..e6b8a4d 100644 --- a/chat/README_zh-CN.md +++ b/chat/README_zh-CN.md @@ -3,9 +3,9 @@ [English](./README.md) | 简体中文 本文介绍采用 [Transformers](#import-from-transformers)、[ModelScope](#import-from-modelscope)、[Web demos](#dialogue) -对 InternLM2.5-Chat 进行推理。 +对 InternLM3-Instruct 进行推理。 -你还可以进一步了解 InternLM2.5-Chat 采用的[对话格式](./chat_format_zh-CN.md),以及如何[用 LMDeploy 进行推理或部署服务](./lmdeploy_zh-CN.md),或者尝试用 [OpenAOE](./openaoe.md) 与多个模型对话。 +你还可以进一步了解 InternLM3-Instruct 采用的[对话格式](./chat_format_zh-CN.md),以及如何[用 LMDeploy 进行推理或部署服务](./lmdeploy_zh-CN.md),或者尝试用 [OpenAOE](./openaoe.md) 与多个模型对话。 ## 通过 Transformers 加载 @@ -39,7 +39,7 @@ response = tokenizer.batch_decode(generated_ids)[0] ### 通过 ModelScope 加载 -通过以下的代码从 ModelScope 加载 InternLM2.5-Chat 模型 (可修改模型名称替换不同的模型) +通过以下的代码从 ModelScope 加载 InternLM3-Instruct 模型 (可修改模型名称替换不同的模型) ```python import torch