From 804cc07db015b9d24e3709812b40fc5e6cd18a03 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Mon, 10 Jul 2023 23:09:11 +0800 Subject: [PATCH] Update README.md Former-commit-id: 8447206bbc2ca579e1fc57d6bda76180c7f89c86 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c12bc7..9491e1dc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Changelog -[23/07/09] Now we release [FastEdit](https://github.com/hiyouga/FastEdit) ⚡🩹, an easy-to-use package for editing the factual knowledge of large language models efficently. Please follow [FastEdit](https://github.com/hiyouga/FastEdit) if you are interested. +[23/07/09] Now we release [FastEdit](https://github.com/hiyouga/FastEdit)⚡🩹, an easy-to-use package for editing the factual knowledge of large language models efficiently. Please follow [FastEdit](https://github.com/hiyouga/FastEdit) if you are interested. [23/07/07] Now we support training the **InternLM-7B** model in this repo. Try `--model_name_or_path internlm/internlm-7b` argument to use the InternLM model. Remember to use `--prompt_template intern` argument when you are using the InternLM-chat model.