From cbd059d7218362735f60c6223890651dbd703053 Mon Sep 17 00:00:00 2001 From: digger-yu Date: Fri, 28 Apr 2023 19:25:39 +0800 Subject: [PATCH 1/2] Update README.md change "huggingaface" to "huggingface" --- applications/Chat/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Chat/examples/README.md b/applications/Chat/examples/README.md index 3e85bfe2d170..a466d415d15e 100644 --- a/applications/Chat/examples/README.md +++ b/applications/Chat/examples/README.md @@ -233,7 +233,7 @@ If you want to support your own model in Coati, please refer the pull request fo You should complete the implementation of four model classes, including Reward model, Critic model, LM model, Actor model here are some example code for a NewModel named `Coati`. -if it is supported in huggingaface [transformers](https://github.com/huggingface/transformers), you can load it by `from_pretrained`, o +if it is supported in huggingface [transformers](https://github.com/huggingface/transformers), you can load it by `from_pretrained`, o r you can build your own model by yourself. ### Actor model From 0125f86f8de5b407567a4411eb9bdef9f9916d9f Mon Sep 17 00:00:00 2001 From: digger-yu Date: Fri, 28 Apr 2023 19:27:18 +0800 Subject: [PATCH 2/2] Update README.md change "Colossa-AI" to "Colossal-AI" --- applications/Chat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Chat/README.md b/applications/Chat/README.md index 2a9c916d45c9..9ba831973b6c 100644 --- a/applications/Chat/README.md +++ b/applications/Chat/README.md @@ -59,7 +59,7 @@ The Coati package provides a unified large language model framework that has imp Image source: https://openai.com/blog/chatgpt -**As Colossa-AI is undergoing some major updates, this project will be actively maintained to stay in line with the Colossal-AI project.** +**As Colossal-AI is undergoing some major updates, this project will be actively maintained to stay in line with the Colossal-AI project.** More details can be found in the latest news.