Unverified Commit 6650daeb authored by digger-yu's avatar digger-yu Committed by GitHub
Browse files

[doc] fix chat spelling error (#3671)

* Update README.md

change "huggingaface" to "huggingface"

* Update README.md

change "Colossa-AI" to "Colossal-AI"
parent 7bd0bee8
...@@ -59,7 +59,7 @@ The Coati package provides a unified large language model framework that has imp ...@@ -59,7 +59,7 @@ The Coati package provides a unified large language model framework that has imp
Image source: https://openai.com/blog/chatgpt Image source: https://openai.com/blog/chatgpt
</div> </div>
**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. More details can be found in the latest news.
......
...@@ -233,7 +233,7 @@ If you want to support your own model in Coati, please refer the pull request fo ...@@ -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 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`. 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. r you can build your own model by yourself.
### Actor model ### Actor model
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment